]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
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 22:49:33 +0000 (17:49 -0500)
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>
(cherry picked from commit 4a6d19dae296969954e5101e9bd53443fddde03d)

tests/functional/all_daemons/container/group_vars/all
tests/functional/all_daemons/group_vars/all

index 96da0ed86dd4fd2f918d60508104140b6441733c..cfea483bc841da0a4d656133a7f9f5c220257626 100644 (file)
@@ -40,4 +40,4 @@ openstack_pools:
 docker_pull_timeout: 600s
 handler_health_mon_check_delay: 10
 handler_health_osd_check_delay: 10
-mds_max_mds: 3
\ No newline at end of file
+mds_max_mds: 2
\ No newline at end of file
index f91c8b10fafd8138e9a3b1451a253fa84269140d..5c6af62386ea571cda5e5b644c76b9c21f9b0cef 100644 (file)
@@ -33,4 +33,4 @@ openstack_pools:
   - "{{ openstack_cinder_pool }}"
 handler_health_mon_check_delay: 10
 handler_health_osd_check_delay: 10
-mds_max_mds: 3
+mds_max_mds: 2