the new pure virtual method was introduced by
e7edf20.
Fixes: #14930
Signed-off-by: Kefu Chai <kchai@redhat.com>
const hobject_t &hoid) {
removed.insert(hoid);
}
+ void try_stash(const hobject_t &, version_t) override {
+ // lost/unfound cases are not tested yet
+ }
void trim(
const pg_log_entry_t &entry) {}
};
removed.push_back(hoid);
}
void cant_rollback(const pg_log_entry_t &entry) {}
+ void try_stash(const hobject_t &, version_t) override {
+ // lost/unfound cases are not tested yet
+ }
void trim(
const pg_log_entry_t &entry) {}
};