14f8ab
From 02e7afdfb740db7cfa1a2f0f79933172d172ff27 Mon Sep 17 00:00:00 2001
14f8ab
From: Sanju Rakonde <srakonde@redhat.com>
14f8ab
Date: Tue, 7 Jan 2020 15:32:13 +0530
14f8ab
Subject: [PATCH 386/449] glusterd: increase the StartLimitBurst
14f8ab
14f8ab
Based on https://bugzilla.redhat.com/show_bug.cgi?id=1782200#c6
14f8ab
increasing the limit.
14f8ab
14f8ab
> upstream patch link: https://review.gluster.org/#/c/glusterfs/+/23970/
14f8ab
> fixes: bz#1782200
14f8ab
> Change-Id: Ia885c7bdb2a90f0946c5268da894f6a4da5a69b7
14f8ab
> Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
14f8ab
14f8ab
BUG: 1663557
14f8ab
Change-Id: Ia885c7bdb2a90f0946c5268da894f6a4da5a69b7
14f8ab
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
14f8ab
Reviewed-on: https://code.engineering.redhat.com/gerrit/202252
14f8ab
Tested-by: RHGS Build Bot <nigelb@redhat.com>
14f8ab
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
14f8ab
---
14f8ab
 extras/systemd/glusterd.service.in | 2 +-
14f8ab
 1 file changed, 1 insertion(+), 1 deletion(-)
14f8ab
14f8ab
diff --git a/extras/systemd/glusterd.service.in b/extras/systemd/glusterd.service.in
14f8ab
index b944762..699aea3 100644
14f8ab
--- a/extras/systemd/glusterd.service.in
14f8ab
+++ b/extras/systemd/glusterd.service.in
14f8ab
@@ -17,7 +17,7 @@ TimeoutSec=300
14f8ab
 SuccessExitStatus=15
14f8ab
 Restart=on-abnormal
14f8ab
 RestartSec=60
14f8ab
-StartLimitBurst=3
14f8ab
+StartLimitBurst=6
14f8ab
 StartLimitIntervalSec=3600
14f8ab
 StartLimitInterval=3600
14f8ab
 
14f8ab
-- 
14f8ab
1.8.3.1
14f8ab