mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
rgw: remove test placement info
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
224130c9f7
commit
7a2566c60f
@ -277,11 +277,6 @@ void RGWZoneParams::init_default()
|
||||
default_placement.index_pool = ".rgw.buckets";
|
||||
default_placement.data_pool = ".rgw.buckets";
|
||||
placement_pools["default-placement"] = default_placement;
|
||||
|
||||
RGWZonePlacementInfo test_placement;
|
||||
test_placement.index_pool = ".rgw.test.index";
|
||||
test_placement.data_pool = ".rgw.test.data";
|
||||
placement_pools["test"] = test_placement;
|
||||
}
|
||||
|
||||
string RGWZoneParams::get_pool_name(CephContext *cct)
|
||||
|
Loading…
Reference in New Issue
Block a user