mirror of https://github.com/ceph/ceph-ansible.git
14 lines
281 B
Plaintext
14 lines
281 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'
|
||
|
- '/dev/sdb'
|
||
|
journal_collocation: True
|
||
|
os_tuning_params:
|
||
|
- { name: kernel.pid_max, value: 4194303 }
|
||
|
- { name: fs.file-max, value: 26234859 }
|