]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ObjectCacher: On RetryRead, ensure "hole" value is used
authorChristopher Hoffman <choffman@redhat.com>
Wed, 28 Aug 2024 22:07:28 +0000 (22:07 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:34 +0000 (13:59 +0000)
commitfaa86c8568f16ab4a192aaffe671d0f899b2cc95
tree44df5bc825d9ff3f26b4a3dc200aacecd803d567
parentb640e05bbccae7ef244a585cd518cadaa26e0dd3
ObjectCacher: On RetryRead, ensure "hole" value is used

On C_RetryRead, ensure "hole" value instead of pointer
to a pointer is used to allow populating vector of holes.

Fixes: https://tracker.ceph.com/issues/67659
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/osdc/ObjectCacher.cc