mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
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:
parent
f6c4d937e1
commit
895170d77d
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user