]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add bucket_quota to RGWRegionMap::encode_json
authorOrit Wasserman <owasserm@redhat.com>
Mon, 12 Oct 2015 09:14:19 +0000 (11:14 +0200)
committerVicente Cheng <freeze.bilsted@gmail.com>
Wed, 3 Aug 2016 11:04:56 +0000 (19:04 +0800)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit e18b72f7e97a65af681e368d3706a465603df89d)

src/rgw/rgw_json_enc.cc

index d09fa65e7c2e51a36f02420f741c9f3150138b25..7f8a95becafcce2128edefa80fdf77ac5251af22 100644 (file)
@@ -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);
 }