mirror of https://github.com/ceph/ceph-ansible.git
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
---
|
||
|
create_crush_tree: True
|
||
|
crush_rule_config: True
|
||
|
crush_rule_hdd:
|
||
|
name: HDD
|
||
|
root: HDD
|
||
|
type: host
|
||
|
default: true
|
||
|
crush_rules:
|
||
|
- "{{ crush_rule_hdd }}"
|