]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/ceph-ansible: Replace pgs with pg_num 28807/head
authorBrad Hubbard <bhubbard@redhat.com>
Mon, 1 Jul 2019 06:10:54 +0000 (16:10 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 1 Jul 2019 06:10:54 +0000 (16:10 +1000)
ceph-ansible expects the variable pg_num, not pgs.

Fixes: http://tracker.ceph.com/issues/40605
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml
qa/suites/cephmetrics/2-ceph/ceph_ansible.yaml

index e57bcf9b8fd979bceda678f2e89d365203c4289c..d8eb4383aefa018a996282117dd43efd2613d5c4 100644 (file)
@@ -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:
index 36d0a07d9970c911d7c02279498e3c1a94f8ac2e..309f50600452a88e19be0bdb4ad587719a3286b3 100644 (file)
@@ -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: