]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cls/rbd: fixed last read key for interrupted mirror_image_map_list 21915/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 16 May 2018 20:14:36 +0000 (16:14 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 16 May 2018 20:15:45 +0000 (16:15 -0400)
commit3cbe0cedcd3057066cee88e98ccf8a19dbdf52d2
tree85f3e0300bd75be003af54e9a1dfd75c197c4393
parent61e94e6905ca6bc6931782277dfd63478f281898
cls/rbd: fixed last read key for interrupted mirror_image_map_list

Previously, the image map would only return a maximum of 64 mappings.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/cls/rbd/cls_rbd.cc
src/cls/rbd/cls_rbd_client.cc
src/cls/rbd/cls_rbd_client.h
src/test/cls_rbd/test_cls_rbd.cc