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:
@ -411,8 +411,8 @@ if enable_storage:
|
||||
logger.out('Starting Ceph manager daemon', state='i')
|
||||
common.run_os_command('systemctl start ceph-mgr@{}'.format(myhostname))
|
||||
|
||||
logger.out('Waiting 15s for daemons to start', state='s')
|
||||
time.sleep(15)
|
||||
logger.out('Waiting 5s for daemons to start', state='s')
|
||||
time.sleep(5)
|
||||
|
||||
###############################################################################
|
||||
# PHASE 4 - Attempt to connect to the coordinators and start zookeeper client
|
||||
|
Reference in New Issue
Block a user