mirror of https://github.com/ceph/ceph-ansible.git
22 lines
434 B
Plaintext
22 lines
434 B
Plaintext
---
|
|
user_config: True
|
|
test:
|
|
name: "test"
|
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
|
pgp_num: "{{ osd_pool_default_pg_num }}"
|
|
rule_name: "HDD"
|
|
type: 1
|
|
erasure_profile: ""
|
|
expected_num_objects: ""
|
|
test2:
|
|
name: "test2"
|
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
|
pgp_num: "{{ osd_pool_default_pg_num }}"
|
|
rule_name: "HDD"
|
|
type: 1
|
|
erasure_profile: ""
|
|
expected_num_objects: ""
|
|
pools:
|
|
- "{{ test }}"
|
|
- "{{ test2 }}"
|