]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: api adjustment following rebase
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 19 Feb 2018 23:32:19 +0000 (15:32 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 12 Apr 2018 22:38:39 +0000 (15:38 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_data_sync.cc

index a2312e8d6b650a25e430086566d8c3ab2f0d601c..de4515f42b1b40094ad79fa80f2fe39107e9e93e 100644 (file)
@@ -712,7 +712,7 @@ int RGWRemoteDataLog::read_recovering_shards(const int num_shards, set<int>& 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;