From 8631b04de1911ecf831ab24b923e68daedd4fe77 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Mon, 1 Jul 2019 16:10:54 +1000 Subject: [PATCH] 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 --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 4 ++-- qa/suites/cephmetrics/2-ceph/ceph_ansible.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 e57bcf9b8fd..d8eb4383aef 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 36d0a07d997..309f5060045 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: