From c6cdd0905fbb3a9571400a5227b34b7e2e738830 Mon Sep 17 00:00:00 2001 From: Orit Wasserman Date: Mon, 15 Aug 2016 14:51:58 +0200 Subject: [PATCH] rgw: data_extra_pool is unique per zone Fixes: http://tracker.ceph.com/issues/17025 Signed-off-by: Orit Wasserman --- tasks/radosgw_admin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/radosgw_admin.py b/tasks/radosgw_admin.py index ebd3480193d..45ee0759d99 100644 --- a/tasks/radosgw_admin.py +++ b/tasks/radosgw_admin.py @@ -277,8 +277,10 @@ def task(ctx, config): check_status=True) del out1['data']['bucket_info']['bucket']['pool'] del out1['data']['bucket_info']['bucket']['index_pool'] + del out1['data']['bucket_info']['bucket']['data_extra_pool'] del out2['data']['bucket_info']['bucket']['pool'] del out2['data']['bucket_info']['bucket']['index_pool'] + del out2['data']['bucket_info']['bucket']['data_extra_pool'] assert out1 == out2 same_region = 0