]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
luminous: rgw: re enable dynamic resharding 17674/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Tue, 12 Sep 2017 16:07:01 +0000 (18:07 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Tue, 12 Sep 2017 16:07:01 +0000 (18:07 +0200)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/common/options.cc

index 0e267af0336d8a7e40bdfee6c8268219d937fa86..ab55c720559ce595c3c279262282f78924fce88f 100644 (file)
@@ -4933,7 +4933,7 @@ std::vector<Option> get_rgw_options() {
     .set_description(""),
 
     Option("rgw_dynamic_resharding", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
-    .set_default(false)
+    .set_default(true)
     .set_description(""),
 
     Option("rgw_max_objs_per_shard", Option::TYPE_INT, Option::LEVEL_ADVANCED)