diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2013-06-25 20:06:45 -0700 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2013-06-25 20:06:45 -0700 |
commit | 7a2566c60f79f5e684284b258ee59a9c52e5ba45 (patch) | |
tree | 21135a8b60361d54578b299dc1a894dc4914e37c | |
parent | 224130c9f7a3cf5a51f65afe2cfdf02f7459facd (diff) | |
download | ceph-7a2566c60f79f5e684284b258ee59a9c52e5ba45.tar.gz |
rgw: remove test placement info
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r-- | src/rgw/rgw_rados.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index c13a7741b21..bc0f5c2ad0f 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -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) |