From c5a13afbb899345a0ea0e9335f838fab672c4f3a Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 6 Jun 2018 01:29:11 -0400 Subject: [PATCH] Add success message to init function --- pvc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pvc.py b/pvc.py index 13192121..f3ae5535 100755 --- a/pvc.py +++ b/pvc.py @@ -507,6 +507,8 @@ def init_cluster(): # Close the Zookeeper connection pvcf.stopZKConnection(zk) + click.echo('Successfully initialized new cluster. Any running PVC daemons will need to be restarted.') + ############################################################################### # pvc