]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix setting of namespace in ordered and unordered bucket listing 37798/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 6 Oct 2020 16:42:22 +0000 (12:42 -0400)
committerNathan Cutler <ncutler@suse.com>
Mon, 26 Oct 2020 17:44:45 +0000 (18:44 +0100)
commitc3e22f0614883b58a3d84cc5f9df73964670ef24
treeb7663a1439cd5ebf40c3cc88a9f4337bdbce9821
parentab759fcd9a256cc641c7dacdc2c63b0ddc22a1ae
rgw: fix setting of namespace in ordered and unordered bucket listing

The namespace is not always set correctly during bucket listing. This
can, for example, cause the listing of incomplete multipart uploads,
which are in the _multipart_ namespace, to not paginate correctly, and
cause entries to be re-listed.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit bd6f163f366753e8ec42b85a53334f4bf78916bd)
src/rgw/rgw_rados.cc