]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix use of marker in List::list_objects() 13358/head
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 27 Jan 2017 00:26:42 +0000 (16:26 -0800)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 10 Feb 2017 16:23:04 +0000 (11:23 -0500)
commit5ed454dd8f470749ef661782a8f4e866ae8193e2
tree881ee2aff3910c4d524df6e104cd774e4a92277d
parent8c87d0927447233697d623c995163fde25524fa5
rgw: fix use of marker in List::list_objects()

Fixes: http://tracker.ceph.com/issues/18331
List marker is an index key, so treat it as such. This
fixes infinite loop in orphans find command.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit a5d1fa0587184f43c69d8e03114b58d43f320781)
src/rgw/rgw_rados.cc