From 7a2566c60f79f5e684284b258ee59a9c52e5ba45 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 25 Jun 2013 20:06:45 -0700 Subject: [PATCH] rgw: remove test placement info Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_rados.cc | 5 ----- 1 file changed, 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)