From: Yehuda Sadeh Date: Mon, 19 Feb 2018 23:32:19 +0000 (-0800) Subject: rgw: api adjustment following rebase X-Git-Tag: v13.1.0~270^2~17 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5953965193a386574b756f49955769e59323f8b7;p=ceph.git rgw: api adjustment following rebase Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_data_sync.cc b/src/rgw/rgw_data_sync.cc index a2312e8d6b650..de4515f42b1b4 100644 --- a/src/rgw/rgw_data_sync.cc +++ b/src/rgw/rgw_data_sync.cc @@ -712,7 +712,7 @@ int RGWRemoteDataLog::read_recovering_shards(const int num_shards, set& rec // cannot run concurrently with run_sync(), so run in a separate manager RGWCoroutinesManager crs(store->ctx(), store->get_cr_registry()); RGWHTTPManager http_manager(store->ctx(), crs.get_completion_mgr()); - int ret = http_manager.set_threaded(); + int ret = http_manager.start(); if (ret < 0) { ldout(store->ctx(), 0) << "failed in http_manager.set_threaded() ret=" << ret << dendl; return ret;