mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
prom: Add online and healing drives metrics per erasure set (#18700)
This commit is contained in:
@@ -97,7 +97,7 @@ func getLocalBackgroundHealStatus(ctx context.Context, o ObjectLayer) (madmin.Bg
|
||||
return status, true
|
||||
}
|
||||
|
||||
si := o.LocalStorageInfo(ctx)
|
||||
si := o.LocalStorageInfo(ctx, true)
|
||||
|
||||
indexed := make(map[string][]madmin.Disk)
|
||||
for _, disk := range si.Disks {
|
||||
|
||||
Reference in New Issue
Block a user