Wait a little longer

This commit is contained in:
Joshua Boniface 2019-06-17 12:14:13 -04:00
parent 23994f8a11
commit bd7a55e9e1
1 changed files with 2 additions and 2 deletions

View File

@ -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 5s for daemons to start', state='s') logger.out('Waiting 15s for daemons to start', state='s')
time.sleep(5) time.sleep(15)
############################################################################### ###############################################################################
# PHASE 4 - Attempt to connect to the coordinators and start zookeeper client # PHASE 4 - Attempt to connect to the coordinators and start zookeeper client