]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: set default objecter_inflight_ops = 24576 24860/head
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 25 Jul 2018 20:06:33 +0000 (16:06 -0400)
committerJonathan Brielmaier <jbrielmaier@suse.de>
Wed, 31 Oct 2018 14:40:26 +0000 (15:40 +0100)
Fixes: http://tracker.ceph.com/issues/25109
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit 102c5bd)
Signed-off-by: Jonathan Brielmaier <jbrielmaier@suse.de>
src/rgw/rgw_main.cc

index 16176329b1d72593226c5cdd208aadf0954f7dbc..b497f19887dec87f7cc18acd4040b9c46640d1de 100644 (file)
@@ -178,7 +178,8 @@ int main(int argc, const char **argv)
   /* alternative default for module */
   map<string,string> defaults = {
     { "debug_rgw", "1/5" },
-    { "keyring", "$rgw_data/keyring" }
+    { "keyring", "$rgw_data/keyring" },
+    { "objecter_inflight_ops", "24576" }
   };
 
   vector<const char*> args;