]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: change cephfs pool size
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Oct 2020 08:55:37 +0000 (10:55 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Oct 2020 15:13:58 +0000 (17:13 +0200)
`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 e5713ea5d51868855df368e285faff484342ef04)

tests/functional/all_daemons/ceph-override.json

index 4aebdaece3351ca7bc33b9343f3b8b0b9459a164..f17dacc24626054207eb8e69f8bd95ef657c5da2 100644 (file)
@@ -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
     }
   ],