]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/ceph-ansible: rule_name is required for pool creation
authorBrad Hubbard <bhubbard@redhat.com>
Mon, 30 Mar 2020 06:21:14 +0000 (16:21 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 30 Mar 2020 06:21:14 +0000 (16:21 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml

index 7bcc549f19148328c4be834201a2df7060ddb119..f4794e12db0875db00c546cb9cac8dd82659a626 100644 (file)
@@ -25,8 +25,10 @@ overrides:
         cephfs_pools:
           - name: "cephfs_data"
             pg_num: "64"
+            rule_name: "replicated_rule"
           - name: "cephfs_metadata"
             pg_num: "64"
+            rule_name: "replicated_rule"
         dashboard_enabled: false
 tasks:
 - ssh-keys: