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:
Harshavardhana 2016-05-02 01:13:07 -07:00
parent 2393a3a0be
commit 8102a4712a

View File

@ -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"`