]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove false is_auth() check for remote_dn
authorXiubo Li <xiubli@redhat.com>
Thu, 16 Mar 2023 02:52:01 +0000 (10:52 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 11 Apr 2023 01:45:28 +0000 (09:45 +0800)
commitcdbc57621bc4f917659706447e105bd7c2c5017f
tree3903b459893d2f26337077a2919b9196953a0798
parentd5ffc9087c604d78ee8fc2b3ee40732609dd1834
mds: remove false is_auth() check for remote_dn

In the else scope the remote_dn must be non-auth.

https://tracker.ceph.com/issues/56695
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 400dfef0a7ca56087a08e0b6d7abe440b33b4feb)
src/mds/StrayManager.cc