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 <bhubbard@redhat.com>
This commit is contained in:
Brad Hubbard 2019-07-01 16:10:54 +10:00
parent 3e96ad19e9
commit 8631b04de1
2 changed files with 4 additions and 4 deletions

View 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:

View 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: