From: Orit Wasserman Date: Mon, 12 Oct 2015 09:14:19 +0000 (+0200) Subject: rgw: add bucket_quota to RGWRegionMap::encode_json X-Git-Tag: v0.94.8~7^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3e45c6bb431f7763a12a48daac30fbe7aa3047cd;p=ceph.git rgw: add bucket_quota to RGWRegionMap::encode_json Signed-off-by: Orit Wasserman (cherry picked from commit e18b72f7e97a65af681e368d3706a465603df89d) --- diff --git a/src/rgw/rgw_json_enc.cc b/src/rgw/rgw_json_enc.cc index d09fa65e7c2e5..7f8a95becafcc 100644 --- a/src/rgw/rgw_json_enc.cc +++ b/src/rgw/rgw_json_enc.cc @@ -747,6 +747,7 @@ void RGWRegionMap::decode_json(JSONObj *obj) { JSONDecoder::decode_json("regions", regions, obj); JSONDecoder::decode_json("master_region", master_region, obj); + JSONDecoder::decode_json("bucket_quota", bucket_quota, f); JSONDecoder::decode_json("user_quota", user_quota, obj); }