]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd: Attribute re-reads in optimised EC
authorAlex Ainscow <aainscow@uk.ibm.com>
Mon, 14 Jul 2025 15:40:22 +0000 (16:40 +0100)
committerJon <jonathan.bailey1@ibm.com>
Fri, 3 Oct 2025 13:31:24 +0000 (14:31 +0100)
commitc26c8716dd4c05f73f0cf8276e3b25f114265ae2
tree5d708b883f30667d04c3f37b12fef60f781fdbd7
parent4eb3640e7609c034a99dcdab7c67489df63879f8
osd: Attribute re-reads in optimised EC

There were some bugs in attribute reads during recovery in optimised
EC where the attribute read failed. There were two scenarios:

1. It was not necessary to do any further reads to recover the data. This
can happen during recovery of many shards.
2. The re-read could be honoured from non-primary shards. There are
sometimes multiple copies of the shard whcih can be used, so a failed read
on one OSD can be replaced by a read from another.

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