heal: Return parity for storage classes in heal info API (#13038)

`mc admin heal` command will show servers/disks tolerance, for that
purpose, you need to know the number of parity disks for each storage
class.

Parity is always the same in all pools.
This commit is contained in:
Anis Elleuch
2021-08-23 16:50:35 +01:00
committed by GitHub
parent 63f3e5c3fc
commit 7fb9301c03
3 changed files with 9 additions and 1 deletions

2
go.mod
View File

@@ -45,7 +45,7 @@ require (
github.com/minio/csvparser v1.0.0
github.com/minio/highwayhash v1.0.2
github.com/minio/kes v0.14.0
github.com/minio/madmin-go v1.0.21-0.20210812051916-2b99aca7520a
github.com/minio/madmin-go v1.0.21-0.20210820144629-f47e578ef886
github.com/minio/minio-go/v7 v7.0.13-0.20210715203016-9e713532886e
github.com/minio/parquet-go v1.0.0
github.com/minio/pkg v1.0.11