zones: store ceph FSID on scan
Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
@@ -157,6 +157,9 @@ func (m *Zones) scanCephMonitors(_ *ScanOptions) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// store FSID
|
||||
m.CephFSID = cfg.Global.FSID
|
||||
|
||||
// flag monitors based on config
|
||||
todo := newCephScanTODO(cfg)
|
||||
m.ForEachMachine(func(p *Machine) bool {
|
||||
|
||||
Reference in New Issue
Block a user