From 9b3c91cbd932094aa1a542f5e1d454d48bd9ad40 Mon Sep 17 00:00:00 2001 From: Orit Wasserman Date: Sun, 21 May 2017 13:26:37 +0300 Subject: rgw: start resharding theard Signed-off-by: Orit Wasserman --- src/rgw/rgw_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rgw/rgw_main.cc') 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(); -- cgit v1.2.3