]> 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>
Thu, 14 Aug 2025 20:08:09 +0000 (20:08 +0000)
commitd50254be6439bb3ae8142fd06334c7d1d072c6af
treec5a9c34ca9cd3a2194ea4dfc524f608477fb677d
parentdb9c17aebb14bd472677d5550aff46fd27c5320d
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