]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Fix problem with marking unavailable bdev label positions
authorAdam Kupczyk <akupczyk@ibm.com>
Fri, 2 Feb 2024 15:41:39 +0000 (15:41 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Mon, 22 Jul 2024 12:28:50 +0000 (12:28 +0000)
commit9ab22a84ccd7dc9348ea317928878e19ff4921f2
tree7e524d7179ea8142990e646e5b339b31bac095ed
parent140dc2e74d72af21c3a84d3ffa29f1806ca4965a
os/bluestore: Fix problem with marking unavailable bdev label positions

It was attempted to mark bdev label locations as taken before adding bluefs allocation on main.
This in turn caused collision when bluefs finally tried to mark regions.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/os/bluestore/BlueStore.cc