From: Brad Hubbard Date: Mon, 1 Jul 2019 06:10:54 +0000 (+1000) Subject: qa/ceph-ansible: Replace pgs with pg_num X-Git-Tag: v15.1.0~2298^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8631b04de1911ecf831ab24b923e68daedd4fe77;p=ceph.git qa/ceph-ansible: Replace pgs with pg_num ceph-ansible expects the variable pg_num, not pgs. Fixes: http://tracker.ceph.com/issues/40605 Signed-off-by: Brad Hubbard --- 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 e57bcf9b8fd9..d8eb4383aefa 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 @@ -24,9 +24,9 @@ overrides: - restful cephfs_pools: - name: "cephfs_data" - pgs: "64" + pg_num: "64" - name: "cephfs_metadata" - pgs: "64" + pg_num: "64" tasks: - ssh-keys: - ceph_ansible: diff --git a/qa/suites/cephmetrics/2-ceph/ceph_ansible.yaml b/qa/suites/cephmetrics/2-ceph/ceph_ansible.yaml index 36d0a07d9970..309f50600452 100644 --- a/qa/suites/cephmetrics/2-ceph/ceph_ansible.yaml +++ b/qa/suites/cephmetrics/2-ceph/ceph_ansible.yaml @@ -23,9 +23,9 @@ overrides: - restful cephfs_pools: - name: "cephfs_data" - pgs: "64" + pg_num: "64" - name: "cephfs_metadata" - pgs: "64" + pg_num: "64" tasks: - ssh-keys: - ceph_ansible: