]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
change max_mds default to 1
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 4 Jun 2018 19:58:57 +0000 (12:58 -0700)
committerSébastien Han <seb@redhat.com>
Wed, 6 Jun 2018 04:16:42 +0000 (12:16 +0800)
Otherwise, with the removal of mds_allow_multimds, the default of 3 will be set
on every new FS.

Introduced by: c8573fe0d745e4667b5d757433efec9dac0150bc

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1583020
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 754ffd194f6992b06c12ae3059ea50b071485d06..ed43dad4092f356674a47a37d7426c1964ec8fba 100644 (file)
@@ -377,7 +377,7 @@ dummy:
 ## MDS options
 #
 #mds_use_fqdn: false # if set to true, the MDS name used will be the fqdn in the ceph.conf
-#mds_max_mds: 3
+#mds_max_mds: 1
 
 ## Rados Gateway options
 #
index 10157571ad24b791e4dae2828ab7d7811556938f..f825a9c347c36c7a9da73db8162dd9f6a902b0c3 100644 (file)
@@ -377,7 +377,7 @@ ceph_repository: rhcs
 ## MDS options
 #
 #mds_use_fqdn: false # if set to true, the MDS name used will be the fqdn in the ceph.conf
-#mds_max_mds: 3
+#mds_max_mds: 1
 
 ## Rados Gateway options
 #
index 4f009091000e53f24133aa4ecfa1709b234276b4..5ff67dd8ae21d6a85a908e39fe72e0c4a7df6e44 100644 (file)
@@ -369,7 +369,7 @@ filestore_xattr_use_omap: null
 ## MDS options
 #
 mds_use_fqdn: false # if set to true, the MDS name used will be the fqdn in the ceph.conf
-mds_max_mds: 3
+mds_max_mds: 1
 
 ## Rados Gateway options
 #