]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
init: fix OSD startup issue 1562/head
authorDmitry Smirnov <onlyjob@member.fsf.org>
Sat, 29 Mar 2014 00:59:24 +0000 (11:59 +1100)
committerDmitry Smirnov <onlyjob@member.fsf.org>
Sat, 29 Mar 2014 01:06:37 +0000 (12:06 +1100)
commit44afc2332e3ff6e64d8aa8fb0d160aeb60dbcc85
treeb1cd05b219c9c45f308bde2146df523c95646581
parentfab374b03985473cf0d5f18c62b3bf7fe1818899
init: fix OSD startup issue

 On machines with MON and OSDs (on boot) OSDs started shortly after MON startup
 but MON needs time to become oprational so OSDs fail to start due to short
 timeout because they don't have enough time to establish communication with
 cluster. This is even more likely to happen when there are other monitors down
 which is not unusual when servers are rebooting after power failure.
 Increasing timeout significantly improves chances for successful OSD start.

Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
src/init-ceph.in