Make unit messaging consistent

This commit is contained in:
James Page 2015-10-06 11:21:45 +01:00
parent b34fe948a9
commit e5510be3cc
1 changed files with 1 additions and 1 deletions

View File

@ -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?