ceph-ansible/tests/functional/centos/7/dmcrypt-journal-collocation/group_vars/all

14 lines
289 B
Plaintext

---
ceph_stable: True
public_network: "192.168.12.0/24"
cluster_network: "192.168.13.0/24"
journal_size: 100
dmcrypt_journal_collocation: true
devices:
- '/dev/sda'
- '/dev/sdb'
os_tuning_params:
- { name: kernel.pid_max, value: 4194303 }
- { name: fs.file-max, value: 26234859 }