these args are not recognized by seastar's app_template's option parser,
so they are likely to be the ceph options and should be fed to
ConfigProxy::parse_args()
Signed-off-by: Kefu Chai <kchai@redhat.com>
return sharded_perf_coll().start();
}).then([&conf_file_list] {
return local_conf().parse_config_files(conf_file_list);
+ }).then([&] {
+ return local_conf().parse_argv(ceph_args);
}).then([&] {
return osd.start_single(std::stoi(local_conf()->name.get_id()),
static_cast<uint32_t>(getpid()));