]> git.puffer.fish Git - mirror/frr.git/commitdiff
redhat, tools: Increase startup time out a bit 2158/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 2 May 2018 03:35:53 +0000 (23:35 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 2 May 2018 03:35:53 +0000 (23:35 -0400)
We have run across a few cases where the startup timeout is
ocurring on heavily loaded systems.  This is especially true
in simulation environments where the hypervisor load is
extremely high.

Modify the code base to give ourselves more time to startup.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
redhat/frr.service
tools/frr.service

index cc6ec429a3ca4d023acab0e60755bf248d831dfe..3ae0aabfe2a61ac746b090726f1ad595e82f8a11 100644 (file)
@@ -9,7 +9,7 @@ Type=forking
 NotifyAccess=all
 StartLimitInterval=3m
 StartLimitBurst=3
-TimeoutSec=1m
+TimeoutSec=2m
 WatchdogSec=60s
 RestartSec=5
 Restart=on-abnormal
index 8800bf6b0ff83960a7ad28b53b74c94c679226ee..5f44274ec313f032c62e0d62edfee1e508ae23c8 100644 (file)
@@ -10,7 +10,7 @@ Type=forking
 NotifyAccess=all
 StartLimitInterval=3m
 StartLimitBurst=3
-TimeoutSec=1m
+TimeoutSec=2m
 WatchdogSec=60s
 RestartSec=5
 Restart=on-abnormal