Make the name patch the one in Paxos.
Signed-off-by: Sage Weil <sage@inktank.com>
}
-void PaxosService::scrub()
+void PaxosService::remove_legacy_versions()
{
dout(10) << __func__ << dendl;
if (!mon->store->exists(get_service_name(), "conversion_first"))
}
dout(10) << "_active" << dendl;
- scrub();
+ remove_legacy_versions();
// create pending state?
if (mon->is_leader() && is_active()) {
* Scrub our versions after we convert the store from the old layout to
* the new k/v store.
*/
- void scrub();
+ void remove_legacy_versions();
public:
/**