mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
qa/ceph-ansible: rule_name is required for pool creation
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
parent
c1f3f05011
commit
a12353815d
@ -25,8 +25,10 @@ overrides:
|
||||
cephfs_pools:
|
||||
- name: "cephfs_data"
|
||||
pg_num: "64"
|
||||
rule_name: "replicated_rule"
|
||||
- name: "cephfs_metadata"
|
||||
pg_num: "64"
|
||||
rule_name: "replicated_rule"
|
||||
dashboard_enabled: false
|
||||
tasks:
|
||||
- ssh-keys:
|
||||
|
Loading…
Reference in New Issue
Block a user