]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs: Kill allow_multimds
authorDouglas Fuller <dfuller@redhat.com>
Mon, 31 Jul 2017 18:23:55 +0000 (14:23 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 17 Apr 2018 18:01:03 +0000 (11:01 -0700)
commitae3992ce4f730979fc3e3a04f3840af3ce206734
treeeca4f1ebce7606a7bccaa21ba81de2619b465d53
parenta950bccfd1ef150bc9863dede41c02314b5cefd4
cephfs: Kill allow_multimds

With multi-mds now declared stable, allow_multimds now defaults to 1.
Given the max_mds parameter, it is now redundant. Remove it, leaving a
comment placeholder in the features bitmap.

ceph fs set <fs> allow_multimds is now deprecated and prints a warning
message.

Signed-off-by: Douglas Fuller <dfuller@redhat.com>
PendingReleaseNotes
qa/workunits/cephtool/test.sh
src/include/ceph_fs.h
src/mds/FSMap.cc
src/mds/MDSMap.cc
src/mds/MDSMap.h
src/mon/FSCommands.cc
src/mon/MonCommands.h
src/vstart.sh