mirror of
https://github.com/minio/minio.git
synced 2025-02-23 11:32:32 -05:00
xl/metadata: Keep the json erasure tag consistent. (#1447)
Currently the on-disk json has "Erasure" we should keep it consistent name and move to lower case instead.
This commit is contained in:
parent
2393a3a0be
commit
8102a4712a
@ -35,7 +35,7 @@ type xlMetaV1 struct {
|
||||
DataBlocks int `json:"data"`
|
||||
ParityBlocks int `json:"parity"`
|
||||
BlockSize int64 `json:"blockSize"`
|
||||
}
|
||||
} `json:"erasure"`
|
||||
Minio struct {
|
||||
Release string `json:"release"`
|
||||
} `json:"minio"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user