canonical / juju-verify

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

[Ceph] getting all available zones #136

Closed esunar closed 1 year ago

esunar commented 1 year ago

Initially, to check the availability zone, you need to get all the unique names of the ceph-osd application from the verification units. However, we now collect 1 all the unique ceph-osd applications in the model, which causes this check to always check all applications.

e.g. ceph-osd-ssd/0 ----| ceph-osd-ssd/1 ----|--- ceph-osd-ssd (application) ceph-osd-ssd/2 ----|

ceph-osd-hdd/0 ----| ceph-osd-hdd/1 ----|--- ceph-osd-hdd (application) ceph-osd-hdd/2 ----|

juju-verify --unit ceph-osd-hdd/0

This will check the availability zone also for ceph-osd-sdd application.



Imported from Launchpad using lp2gh.