summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_main.cc
diff options
context:
space:
mode:
authorOrit Wasserman <owasserm@redhat.com>2017-05-21 12:26:37 +0200
committerYehuda Sadeh <yehuda@redhat.com>2017-06-05 22:18:00 +0200
commit9b3c91cbd932094aa1a542f5e1d454d48bd9ad40 (patch)
treef323f3c0860e1944efef1cd5f1342e73416d8051 /src/rgw/rgw_main.cc
parentrgw: replace reshard blocking sleep with interruptible condition wait (diff)
downloadceph-9b3c91cbd932094aa1a542f5e1d454d48bd9ad40.tar.xz
ceph-9b3c91cbd932094aa1a542f5e1d454d48bd9ad40.zip
rgw: start resharding theard
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Diffstat (limited to 'src/rgw/rgw_main.cc')
-rw-r--r--src/rgw/rgw_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc
index 5c3dbb0582b..f4e57be713a 100644
--- a/src/rgw/rgw_main.cc
+++ b/src/rgw/rgw_main.cc
@@ -339,7 +339,7 @@ int main(int argc, const char **argv)
RGWRados *store = RGWStoreManager::get_storage(g_ceph_context,
g_conf->rgw_enable_gc_threads, g_conf->rgw_enable_lc_threads, g_conf->rgw_enable_quota_threads,
- g_conf->rgw_run_sync_thread);
+ g_conf->rgw_run_sync_thread, g_conf->rgw_dynamic_resharding);
if (!store) {
mutex.Lock();
init_timer.cancel_all_events();