From: Patrick Donnelly Date: Mon, 4 Jun 2018 19:58:57 +0000 (-0700) Subject: change max_mds default to 1 X-Git-Tag: v3.1.0rc7~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4c5042ae2814d61b875f59b3aa59be916ef8489a;p=ceph-ansible.git change max_mds default to 1 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 (cherry picked from commit 91f9da530f139cc6f378d1fc549870cbbc45d460) Signed-off-by: Sébastien Han --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index f80452dd0..8786ebb3c 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -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 # diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 45b7e3ed1..c6cc9ca62 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -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 # diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 4d5573e11..ead48ff3a 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -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 #