]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: Match functionality of nonblocking_read_sync read_sync
authorChristopher Hoffman <choffman@redhat.com>
Wed, 23 Jul 2025 19:08:08 +0000 (19:08 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:36 +0000 (13:59 +0000)
commit1d09c234927c4d9feabf603af0660e900f4526c0
tree6606d9d32ec3a9d4327d8f49975d891eab9353dd
parent4c8f944ccf1136bdbd356f0db451f33895e743df
client: Match functionality of nonblocking_read_sync read_sync

If ENOENT is returned from OSDs, set r = 0 to match read_sync
functionality.

Fixes: https://tracker.ceph.com/issues/72143
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc