mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
Merge pull request #26155 from tchaikov/wip-osd-cleanup
osd/PG: remove unused functions Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
6c72f8f0a3
@ -610,15 +610,6 @@ protected:
|
||||
|
||||
protected:
|
||||
PGLog pg_log;
|
||||
static string get_info_key(spg_t pgid) {
|
||||
return stringify(pgid) + "_info";
|
||||
}
|
||||
static string get_biginfo_key(spg_t pgid) {
|
||||
return stringify(pgid) + "_biginfo";
|
||||
}
|
||||
static string get_epoch_key(spg_t pgid) {
|
||||
return stringify(pgid) + "_epoch";
|
||||
}
|
||||
ghobject_t pgmeta_oid;
|
||||
|
||||
// ------------------
|
||||
|
Loading…
Reference in New Issue
Block a user