canonical / juju-verify

https://launchpad.net/juju-verify
GNU General Public License v3.0
2 stars 7 forks source link

[ceph-mon] fail message is misguiding (removing unit vs rebooting unit) #143

Closed esunar closed 2 years ago

esunar commented 2 years ago

The following check says that removing units would make the Ceph cluster lose quorum. However, the actions currently supported by juju-verify are reboot/shutdown, not "remove": """ $ juju verify reboot -m foundations-maas:openstack -u ceph-mon/0 ceph-mon/4 Checks: [OK] check_affected_machines check passed [OK] check_has_sub_machines check passed [OK] Minimum juju version check passed. [FAIL] Removing unit ceph-mon/0 will lose Ceph mon quorum [FAIL] Removing unit ceph-mon/4 will lose Ceph mon quorum [OK] ceph-mon/4: Ceph cluster is healthy

Overall result: Failed """

The message needs to be updated.


Imported from Launchpad using lp2gh.

esunar commented 2 years ago

(by rgildein) PR: https://github.com/canonical/juju-verify/pull/44