]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: CompleteMultipartUpload can fail with 404 NoSuchUpload 68186/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 2 Apr 2026 16:15:51 +0000 (12:15 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 2 Apr 2026 16:15:53 +0000 (12:15 -0400)
commit8d2b1ac686c0c7be89c39810eb00a1566f30b280
treeaeeb14634b9577deb91f3f7c08a3bd4fb60221c9
parent7bc07a957fc90898f45d0f9e230a882a0943a1bc
rgw: CompleteMultipartUpload can fail with 404 NoSuchUpload

prior work in 324c377849a5d246f689f6e7a2862f42f1504d2c made the request
idempotent in cases where ENOENT indicated the upload had already
completed, but other ENOENT cases still returned 500. fall back to 404
NoSuchUpload here instead

Fixes: https://tracker.ceph.com/issues/75534
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_op.cc