]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/osd_types: use appropriate cost value for PushReplyOp
authorSridhar Seshasayee <sseshasa@redhat.com>
Wed, 25 Jan 2023 08:19:59 +0000 (13:49 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Thu, 27 Apr 2023 13:09:41 +0000 (18:39 +0530)
commit5f19189920f280e69b100bc311b3bf4edb61856f
tree8fc63a30d5ce5d721b6f91f7cfccf02addcb42e6
parent1c931bc43840d10b56e5f492b29618669e65eec2
osd/osd_types: use appropriate cost value for PushReplyOp

See included comments -- previous values did not account for object
size.  This causes problems for mclock which is much more strict
in how it interprets costs.

Fixes: https://tracker.ceph.com/issues/58529
Signed-off-by: Samuel Just <sjust@redhat.com>
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
src/osd/osd_types.cc