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
Guillaume Abrioux 2020-10-06 10:55:37 +02:00 committed by Dimitri Savineau
parent 74eb7cbecb
commit 7ffc8534ef
1 changed files with 2 additions and 2 deletions

View File

@ -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
} }
], ],