]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: Use correct sizes in write_success
authorChristopher Hoffman <choffman@redhat.com>
Thu, 27 Feb 2025 19:11:40 +0000 (19:11 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Thu, 14 Aug 2025 20:13:26 +0000 (20:13 +0000)
commit71c442376118b49850bfa844ba0ee62624c2618f
treee2b1768d332c221f255f7a16181234cde15b4542
parentbd3e8e0b46f667ae26ee3d7e695c46473340fb47
client: Use correct sizes in write_success

Write success had some incorrect usage of sizes.
request_[size|offset] refers to logical size
toalwritten + offset refers to written to osd size

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