mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 14:36:15 +03:00
prom: Add online and healing drives metrics per erasure set (#18700)
This commit is contained in:
+1
-1
@@ -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