]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: request next osdmap for blacklisted client 24870/head
authorZhi Zhang <willzzhang@tencent.com>
Thu, 1 Nov 2018 06:52:04 +0000 (14:52 +0800)
committerZhi Zhang <willzzhang@tencent.com>
Thu, 1 Nov 2018 06:52:04 +0000 (14:52 +0800)
commit1baf91e7ef0419270d6ea5d7d68adb94a2403114
tree67c11218a1530ff29a13caa4694c0173b68c746c
parent1b57df1d514588b1c8232fe0c348b21fcc90c4ee
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>
src/client/Client.cc