]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix use of marker in List::list_objects() 13147/head
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 27 Jan 2017 00:26:42 +0000 (16:26 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 30 Jan 2017 20:02:37 +0000 (12:02 -0800)
commita5d1fa0587184f43c69d8e03114b58d43f320781
treedb1cc9ed6f79e3e6980b3939d0be504a5e332be5
parentfc9a03ec4f18443112d4e0df177dfc79d4527fe1
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>
src/rgw/rgw_rados.cc