]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: fix bug with (un)ordered bucket listing and marker w/ namespace
authorJ. Eric Ivancich <ivancich@redhat.com>
Fri, 31 Jan 2020 20:01:40 +0000 (15:01 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 19 Feb 2020 19:33:18 +0000 (14:33 -0500)
commit9457abb729754458aafc07a9ee514407906a1011
tree221942cd6d9988436d1ec4434272a11e23188396
parentd66cc42d7e865b9ce05e08b02247f86c757d248d
rgw: fix bug with (un)ordered bucket listing and marker w/ namespace

When listing without specifying a namespace, the returned entries
could be in one or more namespaces. The marker used to continue the
listing may therefore contain a namespace, and that needs to be
preserved. This fixes a bug in both ordered and unordered listings
where it was not preserved.

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