mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
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:
parent
3e96ad19e9
commit
8631b04de1
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user