zones: set Machine.CephMonitor if its referenced as monitor on ceph.conf

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-04 22:01:13 +00:00
parent 80afc24ca8
commit 6e8fd3ed38
2 changed files with 172 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ func (m *Zones) scan(opts *ScanOptions) error {
m.scanZoneIDs,
m.scanSort,
m.scanGateways,
m.scanCephMonitors,
} {
if err := fn(opts); err != nil {
return err