]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix radoslist stuck loop
authorJ. Eric Ivancich <ivancich@redhat.com>
Thu, 8 Apr 2021 23:19:36 +0000 (19:19 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Fri, 9 Apr 2021 19:28:01 +0000 (15:28 -0400)
commit098eddaeee2c0aab84e4897002b6d1c845c36ced
tree9d418a4e6794a3b15a307d27603cbcc5e721b338
parente734c2d1231497b3d81499bd3288dd0406b56bbb
rgw: fix radoslist stuck loop

When an incomplete multipart upload has in excess of 1000 parts,
looping over those parts was not handled property causing an infinite
loop. The paging/marker is now handled correctly.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw_orphan.cc