the only caller of this function is prefix(), so hardcode the service
name there instead.
Signed-off-by: Kefu Chai <kchai@redhat.com>
const ConfigKeyService *service)
{
return *_dout << "mon." << mon.name << "@" << mon.rank
- << "(" << mon.get_state_name() << ")." << service->get_name();
+ << "(" << mon.get_state_name() << ").config_key";
}
const string CONFIG_PREFIX = "mon_config_key";
std::stringstream& ss);
void do_osd_new(const uuid_d& uuid, const std::string& dmcrypt_key);
- std::string get_name() const {
- return "config_key";
- }
void get_store_prefixes(std::set<std::string>& s) const;
private: