]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove max_mds config option 10997/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 29 Aug 2016 20:25:10 +0000 (16:25 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 10 Oct 2016 14:07:55 +0000 (10:07 -0400)
commitc2d4239331e397e6a48b1ee7a4c69dad0c951f94
tree85386d138c965785b8de39bf3ec28b5789cffd9a
parente7954500dab4f3e3bead824ba0da66105940e36a
mds: remove max_mds config option

It is now required that all changes to max_mds use the run-time `ceph fs
set max_mds` command. The rationale for this change is that it is
confusing to have a configuration for max_mds which is only observed at
file system creation.

Fixes: http://tracker.ceph.com/issues/17105
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 52f4e545e0ce4782d5f2239d31080d392c12eba2)
doc/cephfs/mds-config-ref.rst
src/common/config_opts.h
src/mon/MDSMonitor.cc