From: simon gao Date: Tue, 10 Sep 2019 09:57:25 +0000 (-0400) Subject: mds: add config to require forward to auth MDS X-Git-Tag: v15.1.0~323^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7d42df0cd0002505fc20456ac45725dfdec7ba96;p=ceph-ci.git mds: add config to require forward to auth MDS If mds_forward_all_requests_to_auth is set to true. MDS will been forbidden to load noauth inode, and the auth MDS will not send other info of rep. MDS through func named set_trace_dist. so the client will only send req to auth mds of inode. Signed-off-by: simon gao --- diff --git a/src/common/options.cc b/src/common/options.cc index bbe8a850fcc..d833bc97107 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8012,6 +8012,11 @@ std::vector