]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: request next osdmap for blacklisted client 24986/head
authorZhi Zhang <willzzhang@tencent.com>
Thu, 1 Nov 2018 06:52:04 +0000 (14:52 +0800)
committerJos Collin <jcollin@redhat.com>
Thu, 8 Nov 2018 04:31:17 +0000 (10:01 +0530)
commit2c8120b20026fb260a2d57caff49c7b1a2d8cafd
treebaad39d6cd005d0bdf97f3981c31de750a1c4f50
parent9386263faf9b4e086ee496067fe4bc16030309b4
client: request next osdmap for blacklisted client

When client became blacklisted, it did't subscribe next osdmap. So when
it was removed from blacklist by expiration or commandline, it didn't
get updated osdmap which is the only way for the client to reset its
blacklisted flag.

Fixes: http://tracker.ceph.com/issues/36668
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
(cherry picked from commit 1baf91e7ef0419270d6ea5d7d68adb94a2403114)
src/client/Client.cc