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>
(cherry picked from commit 4a6d19dae2)
pull/5075/head
Dimitri Savineau 2019-12-04 12:12:05 -05:00 committed by Dimitri Savineau
parent fdeda6f03f
commit c243cafe5e
2 changed files with 2 additions and 2 deletions

View File

@ -41,4 +41,4 @@ openstack_cinder_pool:
openstack_pools:
- "{{ openstack_glance_pool }}"
- "{{ openstack_cinder_pool }}"
mds_max_mds: 3
mds_max_mds: 2

View File

@ -40,4 +40,4 @@ openstack_cinder_pool:
openstack_pools:
- "{{ openstack_glance_pool }}"
- "{{ openstack_cinder_pool }}"
mds_max_mds: 3
mds_max_mds: 2