]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephfs: store fs names associated with local MDSMap in MDSRank
authorDouglas Fuller <dfuller@redhat.com>
Thu, 7 Mar 2019 15:15:33 +0000 (10:15 -0500)
committerRishabh Dave <ridave@redhat.com>
Thu, 10 Sep 2020 11:40:51 +0000 (17:10 +0530)
commit51af2346fdfd3f87f55bd75b161658609e88fd6b
tree2d90fc4b8230cb7bdaa7231351a870f5d6897649
parent811e48d6ffd841ecd93a57eb00c6aceae476f4f8
cephfs: store fs names associated with local MDSMap in MDSRank

Modify MMDSMap to include the name of the file system from the FSMap
when bringing up a new MDS. Store the name in the MDSRank structure for
use in security validation.

Fixes: http://tracker.ceph.com/issues/15070
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/messages/MMDSMap.h
src/mon/MDSMonitor.cc