]> 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, 6 Apr 2020 22:24:54 +0000 (08:24 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit a12353815dac3db5c8452fb2d7649a032d4832f4)

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: