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