mirror of
https://github.com/ceph/ceph
synced 2025-02-01 16:03:43 +00:00
Merge branch 'master' of github.com:ceph/ceph
This commit is contained in:
commit
8733c40ef5
@ -192,10 +192,5 @@ Store::get_errors(ObjectStore* store,
|
||||
}
|
||||
return errors;
|
||||
}
|
||||
string to_snap_key(int64_t pool, const librados::object_id_t& oid)
|
||||
{
|
||||
return "SCRUB_SS_" + std::to_string(pool) + "." + oid.name + oid.nspace;
|
||||
}
|
||||
|
||||
|
||||
} // namespace Scrub
|
||||
|
Loading…
Reference in New Issue
Block a user