mirror of https://github.com/ceph/ceph-ansible.git
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
---
|
|
|
|
ceph_stable: True
|
|
public_network: "192.168.42.0/24"
|
|
cluster_network: "192.168.43.0/24"
|
|
journal_size: 100
|
|
devices:
|
|
- '/dev/sda'
|
|
raw_journal_devices:
|
|
- '/dev/sdb'
|
|
raw_multi_journal: True
|
|
os_tuning_params:
|
|
- { name: kernel.pid_max, value: 4194303 }
|
|
- { name: fs.file-max, value: 26234859 }
|