diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2016-08-29 22:25:10 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2016-09-01 04:17:28 +0200 |
commit | 52f4e545e0ce4782d5f2239d31080d392c12eba2 (patch) | |
tree | 1c38a1420079e1dd1b3c11dfe18e4d81865ac14e /doc/cephfs/mds-config-ref.rst | |
parent | Merge pull request #9121 from dillaman/wip-15688 (diff) | |
download | ceph-52f4e545e0ce4782d5f2239d31080d392c12eba2.tar.xz ceph-52f4e545e0ce4782d5f2239d31080d392c12eba2.zip |
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>
Diffstat (limited to 'doc/cephfs/mds-config-ref.rst')
-rw-r--r-- | doc/cephfs/mds-config-ref.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index a57e67ea10e..60f17450ac4 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -11,15 +11,6 @@ :Default: ``true`` -``max mds`` - -:Description: The number of active MDS daemons during cluster creation. Set - under ``[mon]`` or ``[global]``. - -:Type: 32-bit Integer -:Default: ``1`` - - ``mds max file size`` :Description: The maximum allowed file size to set when creating a |