From bd7a55e9e1de08f00208e641b237b1bbe7ab420f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 17 Jun 2019 12:14:13 -0400 Subject: [PATCH] Wait a little longer --- node-daemon/pvcd/Daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node-daemon/pvcd/Daemon.py b/node-daemon/pvcd/Daemon.py index 4c0a04f1..cda854e6 100644 --- a/node-daemon/pvcd/Daemon.py +++ b/node-daemon/pvcd/Daemon.py @@ -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 5s for daemons to start', state='s') -time.sleep(5) +logger.out('Waiting 15s for daemons to start', state='s') +time.sleep(15) ############################################################################### # PHASE 4 - Attempt to connect to the coordinators and start zookeeper client