mirror of https://github.com/ceph/ceph-ansible.git
tests: change cephfs pool size
`all_daemons` scenario can't handle pools with `size: 3` because we have
1 osd node in root=HDD and two nodes in root=default.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit e5713ea5d5
)
pull/5919/head
parent
74eb7cbecb
commit
7ffc8534ef
|
@ -15,7 +15,7 @@
|
||||||
"erasure_profile": "",
|
"erasure_profile": "",
|
||||||
"expected_num_objects": "",
|
"expected_num_objects": "",
|
||||||
"application": "cephfs",
|
"application": "cephfs",
|
||||||
"size": 3,
|
"size": 2,
|
||||||
"min_size": 0
|
"min_size": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"erasure_profile": "",
|
"erasure_profile": "",
|
||||||
"expected_num_objects": "",
|
"expected_num_objects": "",
|
||||||
"application": "cephfs",
|
"application": "cephfs",
|
||||||
"size": 3,
|
"size": 2,
|
||||||
"min_size": 0
|
"min_size": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue