]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Use correct shard_versions when queuing multiple writes in optimized EC.
authorAlex Ainscow <aainscow@uk.ibm.com>
Fri, 25 Apr 2025 08:13:46 +0000 (09:13 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Tue, 1 Jul 2025 12:03:30 +0000 (13:03 +0100)
commit6ab686fefcef4bf83e2b77164c39c9c7d00c567c
tree878378e6f13120f2d33a190a77e6d9d6f4003559
parent1224063e8f9b6fcafcba399373a43f0bc7488bcc
osd: Use correct shard_versions when queuing multiple writes in optimized EC.

The problem was that incorrect shard_versions were being detected
by scrub. The comment in the code explains the detailed problem
and solution.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/osd/ECTransaction.cc