mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
prom: Add online and healing drives metrics per erasure set (#18700)
This commit is contained in:
@@ -55,7 +55,7 @@ func rebalanceStatus(ctx context.Context, z *erasureServerPools) (r rebalanceAdm
|
||||
}
|
||||
|
||||
// Compute disk usage percentage
|
||||
si := z.StorageInfo(ctx)
|
||||
si := z.StorageInfo(ctx, true)
|
||||
diskStats := make([]struct {
|
||||
AvailableSpace uint64
|
||||
TotalSpace uint64
|
||||
|
||||
Reference in New Issue
Block a user