]> git.apps.os.sepia.ceph.com Git - ceph.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)
committerAlex Ainscow <aainscow@uk.ibm.com>
Tue, 1 Jul 2025 12:03:30 +0000 (13:03 +0100)
commitb72a13ef1fcde577edd5ed397e924178ca083f9b
tree1b6004a09f8bc5a0c1e26a8772920cbf9aa1999e
parent9ff7589c873d368cfa797acdd970278232a0c906
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>
src/osd/ECBackend.cc