From e5510be3cc55dcab3fb8c4ead224bc428d0e039e Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 6 Oct 2015 11:21:45 +0100 Subject: [PATCH] Make unit messaging consistent --- hooks/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/hooks.py b/hooks/hooks.py index c680a4a..ccd575a 100755 --- a/hooks/hooks.py +++ b/hooks/hooks.py @@ -420,7 +420,7 @@ def assess_status(): # active - bootstrapped + quorum status check if ceph.is_bootstrapped() and ceph.is_quorum(): - status_set('active', 'Unit active and clustered') + status_set('active', 'Unit is ready and clustered') else: # Unit should be running and clustered, but no quorum # TODO: should this be blocked or waiting?