]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix 'is session in blacklist' check in Server::apply_blacklist()
authorYan, Zheng <zyan@redhat.com>
Wed, 29 May 2019 08:25:28 +0000 (16:25 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 29 May 2019 13:55:47 +0000 (21:55 +0800)
commit0d51266c45f4b2a9b0ab6b34b622dc76fbfd4bd2
treef6b9a72dbc2b21c7aad45ab2052d583b64decdb7
parentef8ea3a61c4707544bd04e74ecd65171d125889f
mds: fix 'is session in blacklist' check in Server::apply_blacklist()

Blacklist entries are always TYPE_ANY for nautilus+, but client's
entity addr type can be legacy.

Fixes: http://tracker.ceph.com/issues/40061
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/mds/Server.cc