]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/main: need to actually invoke ConfigProxy::start()
authorSamuel Just <sjust@redhat.com>
Wed, 31 Aug 2022 22:57:14 +0000 (15:57 -0700)
committerSamuel Just <sjust@redhat.com>
Wed, 21 Sep 2022 17:36:59 +0000 (10:36 -0700)
sharded_proxy()::start() is a sharded<> method.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/main.cc

index 2ce9216f437a16d1fe38f3238b3853c2fcb68694..f572cd9fbf537c21a12764ad6653dcb42e0889f8 100644 (file)
@@ -245,6 +245,7 @@ int main(int argc, const char* argv[])
             );
           }
           sharded_conf().start(init_params.name, cluster_name).get();
+          local_conf().start().get();
           auto stop_conf = seastar::deferred_stop(sharded_conf());
           sharded_perf_coll().start().get();
           auto stop_perf_coll = seastar::deferred_stop(sharded_perf_coll());