]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd: Fix panic on fast_read completion in optimised EC
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 17 Apr 2025 21:53:31 +0000 (22:53 +0100)
committerLaura Flores <lflores@ibm.com>
Wed, 9 Jul 2025 15:47:25 +0000 (15:47 +0000)
commit96a5af6df913c975760fd36164f912a79086843f
treedf5a19078b53d47cfaf9ac05f9eb140d92495d79
parentdf9b5e12b6817646d942c71152795cb7f737e41e
osd: Fix panic on fast_read completion in optimised EC

The completion of sub reads was incorrectly marking all processed reads complete on the first read.

This was causing an early attempt at reconstruct, which panics.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
(cherry picked from commit b72a13ef1fcde577edd5ed397e924178ca083f9b)
src/osd/ECBackend.cc