]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
upstart: limit respawn to 3 in 30 mins (instead of 5 in 30s) 5992/head
authorSage Weil <sage@redhat.com>
Wed, 3 Jun 2015 18:57:34 +0000 (14:57 -0400)
committerNathan Cutler <ncutler@suse.cz>
Sat, 19 Sep 2015 19:50:40 +0000 (21:50 +0200)
commit20ad17d271fb443f6c40591e205e880b5014a4f3
treee157991bc7b860b051a4bf8cda9c8f91b0e10edf
parent4b0889567d7fe28ef6976f8dbb0d329b03200986
upstart: limit respawn to 3 in 30 mins (instead of 5 in 30s)

It may take tens of seconds to restart each time, so 5 in 30s does not stop
the crash on startup respawn loop in many cases.  In particular, we'd like
to catch the case where the internal heartbeats fail.

This should be enough for all but the most sluggish of OSDs and capture
many cases of failure shortly after startup.

Fixes: #11798
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit eaff6cb24ef052c54dfa2131811758e335f19939)
src/upstart/ceph-mds.conf
src/upstart/ceph-mon.conf
src/upstart/ceph-osd.conf