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:
Joshua Boniface 2019-06-17 21:56:06 -04:00
parent bd7a55e9e1
commit c583ee1709
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 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