]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: return OK on consecutive complete-multipart reqs 45488/head
authorMark Kogan <mkogan@redhat.com>
Mon, 5 Apr 2021 12:49:42 +0000 (15:49 +0300)
committerCory Snyder <csnyder@iland.com>
Fri, 22 Apr 2022 08:09:09 +0000 (04:09 -0400)
commit6fbdc4a3752bd27b950fc611e4e77cb782511edc
treea89ceb9b8c03fec9a7a1718470acf005981d9686
parent065c9d29f7426c283cf80fed433ed59efc43fe5e
rgw: return OK on consecutive complete-multipart reqs

Fixes: https://tracker.ceph.com/issues/50141
Signed-off-by: Mark Kogan <mkogan@redhat.com>
fixup! rgw: return OK on consecutive complete-multipart reqs

(cherry picked from commit 324c377849a5d246f689f6e7a2862f42f1504d2c)

Conflicts: src/rgw/rgw_op.h src/rgw/rgw_op.cc

Cherry-pick notes:
- Conflicts due in rgw_op.h due to execute method adjacent to change not having optional_yield arg
- Conflicts in rgw_op.cc due to lack of rgw::sal::Object encapsulation in Octopus
src/rgw/rgw_op.cc
src/rgw/rgw_op.h