zones: store ceph FSID on scan

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-05 13:40:16 +00:00
parent 77ad016e99
commit b772ec0a3d
+3
View File
@@ -158,6 +158,9 @@ func (m *Zones) scanCephMonitors(_ *ScanOptions) error {
}
if cfg != nil {
// store FSID
m.CephFSID = cfg.Global.FSID
// flag monitors based on config
todo := newCephScanTODO(cfg)
m.ForEachMachine(func(p *Machine) bool {