From 3fa84cf44a0cce38c1a5ff1dfe422df63e66db43 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 4aebdaece..f17dacc24 100644 --- a/tests/functional/all_daemons/ceph-override.json +++ b/tests/functional/all_daemons/ceph-override.json @@ -17,7 +17,7 @@ "erasure_profile": "", "expected_num_objects": "", "application": "cephfs", - "size": 3, + "size": 2, "min_size": 0 }, { @@ -29,7 +29,7 @@ "erasure_profile": "", "expected_num_objects": "", "application": "cephfs", - "size": 3, + "size": 2, "min_size": 0 } ], -- 2.39.5