]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: disable dynamic reshading for 1st L point release 16969/head
authorMatt Benjamin <mbenjamin@redhat.com>
Thu, 10 Aug 2017 14:40:25 +0000 (10:40 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 10 Aug 2017 18:25:38 +0000 (14:25 -0400)
Temporarily default RGW dynamic bucket resharding to OFF (usability
standup).

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/common/options.cc

index 8027944a04196578fb2af5d4cff46504690106ab..cfb518d774d1aeab67be52c4d2238eb1e85987a2 100644 (file)
@@ -4927,7 +4927,7 @@ std::vector<Option> get_rgw_options() {
     .set_description(""),
 
     Option("rgw_dynamic_resharding", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
-    .set_default(true)
+    .set_default(false)
     .set_description(""),
 
     Option("rgw_max_objs_per_shard", Option::TYPE_INT, Option::LEVEL_ADVANCED)