Revert "Wait a little longer"
This reverts commit bd7a55e9e1
.
This is not really needed, but do keep the 5s wait
This commit is contained in:
parent
bd7a55e9e1
commit
c583ee1709
|
@ -411,8 +411,8 @@ if enable_storage:
|
||||||
logger.out('Starting Ceph manager daemon', state='i')
|
logger.out('Starting Ceph manager daemon', state='i')
|
||||||
common.run_os_command('systemctl start ceph-mgr@{}'.format(myhostname))
|
common.run_os_command('systemctl start ceph-mgr@{}'.format(myhostname))
|
||||||
|
|
||||||
logger.out('Waiting 15s for daemons to start', state='s')
|
logger.out('Waiting 5s for daemons to start', state='s')
|
||||||
time.sleep(15)
|
time.sleep(5)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# PHASE 4 - Attempt to connect to the coordinators and start zookeeper client
|
# PHASE 4 - Attempt to connect to the coordinators and start zookeeper client
|
||||||
|
|
Loading…
Reference in New Issue