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.
master
Harshavardhana 9 years ago
parent 2393a3a0be
commit 8102a4712a
  1. 2
      xl-erasure-v1-metadata.go

@ -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…
Cancel
Save