From 23994f8a11e063a4e3f23c32ffa2308dece08a46 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 17 Jun 2019 10:30:46 -0400 Subject: [PATCH] Increase wait time for daemons and log message --- node-daemon/pvcd/Daemon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node-daemon/pvcd/Daemon.py b/node-daemon/pvcd/Daemon.py index c970b58e..4c0a04f1 100644 --- a/node-daemon/pvcd/Daemon.py +++ b/node-daemon/pvcd/Daemon.py @@ -411,7 +411,8 @@ if enable_storage: logger.out('Starting Ceph manager daemon', state='i') common.run_os_command('systemctl start ceph-mgr@{}'.format(myhostname)) -time.sleep(1) +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