]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: reduce max_mds from 3 to 2
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 4 Dec 2019 17:12:05 +0000 (12:12 -0500)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 4 Dec 2019 19:07:29 +0000 (14:07 -0500)
commit4a6d19dae296969954e5101e9bd53443fddde03d
treeb19537690532ffcd1c1971517cfa8b57bd4dc88e
parentf5a81b1790507a4a75062141b4372e6bb792c940
tests: reduce max_mds from 3 to 2

Having max_mds value equals to the number of mds nodes generates a
warning in the ceph cluster status:

cluster:
id:     6d3e49a4-ab4d-4e03-a7d6-58913b8ec00a'
health: HEALTH_WARN'
        insufficient standby MDS daemons available'
(...)
services:
  mds:     cephfs:3 {0=mds1=up:active,1=mds0=up:active,2=mds2=up:active}'

Let's use 2 active and 1 standby mds.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
tests/functional/all_daemons/container/group_vars/all
tests/functional/all_daemons/group_vars/all