Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
});
}
+void ConfigProxy::show_config(ceph::Formatter* f) const {
+ get_config().show_config(*values, f);
+}
+
ConfigProxy::ShardedConfig ConfigProxy::sharded_conf;
}
#include "common/config_obs_mgr.h"
#include "common/errno.h"
+namespace ceph {
+class Formatter;
+}
+
namespace crimson::common {
// a facade for managing config. each shard has its own copy of ConfigProxy.
});
}
+ void show_config(ceph::Formatter* f) const;
+
seastar::future<> parse_argv(std::vector<const char*>& argv) {
// we could pass whatever is unparsed to seastar, but seastar::app_template
// is used for driving the seastar application, and