crimson/osd/main: need to actually invoke ConfigProxy::start()

sharded_proxy()::start() is a sharded<> method.

Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
Samuel Just 2022-08-31 15:57:14 -07:00
parent f6c4d937e1
commit 895170d77d

View 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());