]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cls/rbd: fixed last read key for interrupted mirror_image_map_list 22105/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 16 May 2018 20:14:36 +0000 (16:14 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sat, 19 May 2018 12:18:03 +0000 (08:18 -0400)
commitef0a3fb1a901fa3f7cdc1976203195a03d1d3a8e
treeb036e1431c4a42c17b6a0dbb2500212403dc7ab8
parent0116671c8d6031892af3cc8b66515554cd34ddc9
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>
(cherry picked from commit 3cbe0cedcd3057066cee88e98ccf8a19dbdf52d2)
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