mirror of
https://github.com/ceph/ceph
synced 2025-04-24 19:58:36 +00:00
Merge pull request #13559 from voidbag/wip-fix-_open_super_meta
os/bluestore: fix bug in _open_super_meta() Reviewed-by: Sage Weil <sage@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
fa54a27132
@ -6919,7 +6919,7 @@ int BlueStore::_open_super_meta()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// bluefs alloc
|
// bluefs alloc
|
||||||
{
|
if (cct->_conf->bluestore_bluefs) {
|
||||||
bluefs_extents.clear();
|
bluefs_extents.clear();
|
||||||
bufferlist bl;
|
bufferlist bl;
|
||||||
db->get(PREFIX_SUPER, "bluefs_extents", &bl);
|
db->get(PREFIX_SUPER, "bluefs_extents", &bl);
|
||||||
|
Loading…
Reference in New Issue
Block a user