From 7ffc8534efed914d05f734760143c31779d5c023 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 6 Oct 2020 10:55:37 +0200 Subject: [PATCH] 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 (cherry picked from commit e5713ea5d51868855df368e285faff484342ef04) --- tests/functional/all_daemons/ceph-override.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/all_daemons/ceph-override.json b/tests/functional/all_daemons/ceph-override.json index c18b870d4..01fac45ed 100644 --- a/tests/functional/all_daemons/ceph-override.json +++ b/tests/functional/all_daemons/ceph-override.json @@ -15,7 +15,7 @@ "erasure_profile": "", "expected_num_objects": "", "application": "cephfs", - "size": 3, + "size": 2, "min_size": 0 }, { @@ -27,7 +27,7 @@ "erasure_profile": "", "expected_num_objects": "", "application": "cephfs", - "size": 3, + "size": 2, "min_size": 0 } ], -- 2.47.3