mirror of https://github.com/ceph/ceph-ansible.git
tests: make xenial-mon-osd use raw_multi_journal instead of collocation
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: vagrant#boxespull/1089/head
parent
38d84ce595
commit
3b75d44ed6
|
@ -6,8 +6,9 @@ cluster_network: "192.168.43.0/24"
|
||||||
journal_size: 100
|
journal_size: 100
|
||||||
devices:
|
devices:
|
||||||
- '/dev/sdb'
|
- '/dev/sdb'
|
||||||
|
raw_journal_devices:
|
||||||
- '/dev/sdc'
|
- '/dev/sdc'
|
||||||
journal_collocation: True
|
raw_multi_journal: True
|
||||||
os_tuning_params:
|
os_tuning_params:
|
||||||
- { name: kernel.pid_max, value: 4194303 }
|
- { name: kernel.pid_max, value: 4194303 }
|
||||||
- { name: fs.file-max, value: 26234859 }
|
- { name: fs.file-max, value: 26234859 }
|
||||||
|
|
Loading…
Reference in New Issue