mirror of https://github.com/ceph/ceph-ansible.git
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
|
---
|
||
|
create_crush_tree: False
|
||
|
crush_rule_config: False
|
||
|
crush_rule_hdd:
|
||
|
name: HDD
|
||
|
root: default
|
||
|
type: host
|
||
|
class: hdd
|
||
|
default: true
|
||
|
crush_rules:
|
||
|
- "{{ crush_rule_hdd }}"
|