mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
init-ceph: continue loop immediately on daemon start failure
If we fail to start the daemon, skip the post_start and other steps. Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
f305b8a3bd
commit
46f1eb6865
@ -341,6 +341,7 @@ for name in $what; do
|
|||||||
do_cmd_okfail "$cmd" $runarg
|
do_cmd_okfail "$cmd" $runarg
|
||||||
if [ "$ERR" != "0" ]; then
|
if [ "$ERR" != "0" ]; then
|
||||||
EXIT_STATUS=$ERR
|
EXIT_STATUS=$ERR
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$type" = "mon" ]; then
|
if [ "$type" = "mon" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user