Make unit messaging consistent
This commit is contained in:
parent
b34fe948a9
commit
e5510be3cc
@ -420,7 +420,7 @@ def assess_status():
|
|||||||
|
|
||||||
# active - bootstrapped + quorum status check
|
# active - bootstrapped + quorum status check
|
||||||
if ceph.is_bootstrapped() and ceph.is_quorum():
|
if ceph.is_bootstrapped() and ceph.is_quorum():
|
||||||
status_set('active', 'Unit active and clustered')
|
status_set('active', 'Unit is ready and clustered')
|
||||||
else:
|
else:
|
||||||
# Unit should be running and clustered, but no quorum
|
# Unit should be running and clustered, but no quorum
|
||||||
# TODO: should this be blocked or waiting?
|
# TODO: should this be blocked or waiting?
|
||||||
|
Loading…
Reference in New Issue
Block a user