From 52f4e545e0ce4782d5f2239d31080d392c12eba2 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 29 Aug 2016 16:25:10 -0400 Subject: 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 --- doc/cephfs/mds-config-ref.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/cephfs') 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 -- cgit v1.2.3