]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd: Use partial read path for fast_reads
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 17 Apr 2025 21:51:51 +0000 (22:51 +0100)
committerLaura Flores <lflores@ibm.com>
Wed, 9 Jul 2025 15:47:25 +0000 (15:47 +0000)
commitdf9b5e12b6817646d942c71152795cb7f737e41e
tree3cf4b80947f75f18b8e7cf9096803763ee14ebde
parent3d52a2356f8e0f0dad322b932ce2ab0554587a8b
osd: Use partial read path for fast_reads

Previously fast reads had attempted to read entire stripes.  This is not necessary or desirable.

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