]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix use of marker in List::list_objects() 14517/head
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 27 Jan 2017 00:26:42 +0000 (16:26 -0800)
committerNathan Cutler <ncutler@suse.com>
Mon, 3 Jul 2017 13:19:19 +0000 (15:19 +0200)
commitffe5bbfc6e09a47009dd281a38b35a8a3528812e
tree3ee6dbca55a6d9ee43c8c1173772964753f143bf
parentf31033cb5bc7764b44871c15717aed5a34921881
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