]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: abort_bucket_multiparts() ignores individual NoSuchUpload errors
authorCasey Bodley <cbodley@redhat.com>
Fri, 14 Sep 2018 18:56:23 +0000 (14:56 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 14 Sep 2018 19:05:07 +0000 (15:05 -0400)
commit764d6a8599eb5ea5a6382fea57e4b28f97e26d93
tree18afd26c4eee35ea84153aa27c6694ef03f61a48
parent07a3e8d7a675343884c12b448e2e4029994d080f
rgw: abort_bucket_multiparts() ignores individual NoSuchUpload errors

if the bucket index lists multipart meta objects that don't actually
exist in rados, this error prevents the bucket from being deleted

Fixes: http://tracker.ceph.com/issues/35986
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_multi.cc