]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: extend systemd stop timeout 34938/head
authorMichael Fritch <mfritch@suse.com>
Wed, 6 May 2020 21:26:49 +0000 (15:26 -0600)
committerMichael Fritch <mfritch@suse.com>
Wed, 6 May 2020 23:54:06 +0000 (17:54 -0600)
daemon stop + unit.poststop might take longer to complete

Fixes: https://tracker.ceph.com/issues/45417
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/cephadm/cephadm

index 1a0388059b79e30abd04102b445131702965d47c..1fefd2de0e534ee5a1021288389dd58ce4f88c85 100755 (executable)
@@ -2060,7 +2060,7 @@ KillMode=none
 Restart=on-failure
 RestartSec=10s
 TimeoutStartSec=120
-TimeoutStopSec=15
+TimeoutStopSec=120
 StartLimitInterval=30min
 StartLimitBurst=5