From 8102a4712affc2540de1e927db274e0ff9ee3d5a Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 2 May 2016 01:13:07 -0700 Subject: [PATCH] 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. --- xl-erasure-v1-metadata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xl-erasure-v1-metadata.go b/xl-erasure-v1-metadata.go index 290677f3d..36320e713 100644 --- a/xl-erasure-v1-metadata.go +++ b/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"`