From: Brad Hubbard Date: Mon, 30 Mar 2020 06:21:14 +0000 (+1000) Subject: qa/ceph-ansible: rule_name is required for pool creation X-Git-Tag: v15.2.1~7^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a54adabb11d5c9c31340543e1d6d1f67a1be635;p=ceph.git qa/ceph-ansible: rule_name is required for pool creation Signed-off-by: Brad Hubbard (cherry picked from commit a12353815dac3db5c8452fb2d7649a032d4832f4) --- diff --git a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml index 7bcc549f1914..f4794e12db08 100644 --- a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml @@ -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: