]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix list versions starts with version_id=null 30775/head
authorTianshan Qu <tianshan@xsky.com>
Mon, 26 Aug 2019 12:32:03 +0000 (20:32 +0800)
committerNathan Cutler <ncutler@suse.com>
Mon, 7 Oct 2019 20:02:39 +0000 (22:02 +0200)
commit0a87c3d05b8babe6aee7f7843ca33a0be678172c
tree6af6e714748d6c49c9789859fd95d6e16505c84c
parentcf6b30efc7214d8e032a9f9557537f630ff90715
rgw: fix list versions starts with version_id=null

list with version_id=null, the null will be treated as a "null" version
in cls rgw_bucket_list, which cause the list return wrong keys

Fixes: https://tracker.ceph.com/issues/41433
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
(cherry picked from commit 120df4bb38f60a9a934ce6c8f8b029ef323221b1)
src/cls/rgw/cls_rgw.cc