]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore/recompression: Now able to reach left boundary
authorAdam Kupczyk <akupczyk@ibm.com>
Wed, 7 May 2025 08:25:19 +0000 (08:25 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Wed, 7 May 2025 15:43:22 +0000 (15:43 +0000)
commit6adc172f92bbeec42493ed133e90ddc78c39142f
treeeb9df7bdc9668bdd0e66fac77af42588c6e84fec
parentf1107bfe751325646f6e355bc76ac5d9c301ffe1
os/bluestore/recompression: Now able to reach left boundary

Bad comparision caused recompression range to exclude left boundary
point. In most cases it makes little difference, but it prevents from:
1) including extent starting at 0
2) including extent at begging of onode segment
Now fixed.

Fixes: https://tracker.ceph.com/issues/71244
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
(cherry picked from commit acfe527d9bbe3364f9e321ce6e790f93eafe41df)
src/os/bluestore/Compression.cc