]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/pg_backend: remove incorrect length limitation on CMPEXT
authorSamuel Just <sjust@redhat.com>
Thu, 6 Oct 2022 01:56:26 +0000 (18:56 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 10 Oct 2022 01:00:32 +0000 (18:00 -0700)
commit41d89ed265777d7c6d4247075d529439f08c2812
treedd602a4dc9523a553583bcfec0571024dd597668
parentae84c12df31096bab8323ba521ba00f829adff23
crimson/osd/pg_backend: remove incorrect length limitation on CMPEXT

We specifically send back errors < -MAX_ERRNO to indicate offset.

Fixes: https://tracker.ceph.com/issues/57773
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/pg_backend.cc