]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jun 2018 08:47:04 +0000 (10:47 +0200)
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>
(cherry picked from commit 91f9da530f139cc6f378d1fc549870cbbc45d460)
Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index f80452dd0fab0daaeccf2f614f8ba04fc259fa95..8786ebb3c6b795bcb81b88fbd762a476f82f88ee 100644 (file)
@@ -376,7 +376,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 45b7e3ed10898290dbb45e87272efb71f7089055..c6cc9ca624f5f429f3bff85c252042bca736366f 100644 (file)
@@ -376,7 +376,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 4d5573e117ba32c5a22384b6f2cb6f13b1bfc752..ead48ff3a3bd59b6c0a2d50ee97595e2991b6680 100644 (file)
@@ -368,7 +368,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
 #