From: Guillaume Abrioux Date: Tue, 6 Oct 2020 08:55:37 +0000 (+0200) Subject: tests: change cephfs pool size X-Git-Tag: v5.0.3~56 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3fa84cf44a0cce38c1a5ff1dfe422df63e66db43;p=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 (cherry picked from commit e5713ea5d51868855df368e285faff484342ef04) --- 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 } ],