]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/ceph-ansible: Replace pgs with pg_num 28872/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 21:30:12 +0000 (07:30 +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 a3398ae3a506073988b0c04d97fa2e55f8392f74..c6d0bcfd0bd18b44539c850d4e9355bdbb034b77 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: