]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cls_rgw: skip namespaced entries when listing bucket
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 20 Jun 2013 03:19:39 +0000 (20:19 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Thu, 20 Jun 2013 18:04:35 +0000 (11:04 -0700)
commit7b5ec743f03a16bd9a901b754fcb64598e7d6b17
tree622867ce779f4512c57aa6705c0eb7d46041ea19
parentbfe4bf9d9dc66912c41609cb895ec673d4d03309
cls_rgw: skip namespaced entries when listing bucket

We added a namespace to the entries, and sadly there can be
valid entries beyond it. Previously we assumed that once we
encounter the namespace tag we're done. That was wrong. We
need to skip the namespace and continue the listing from
there.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/cls/rgw/cls_rgw.cc