]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Wed, 5 Nov 2025 13:59:35 +0000 (13:59 +0000)
commitbf76f37507d1479d4da1b7f0b7f9596a3f72c144
treeb0607fe25eb293915e310f1dfa1d5eefa78a20fb
parent19ea835340ea66f341ebd43517b738d93775d6ad
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