mirror of https://github.com/ceph/ceph-ansible.git
tests: change centos7-cluster to use raw_multi_journal
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1127/head
parent
eae3463a9e
commit
138e5a9421
|
@ -6,8 +6,9 @@ cluster_network: "192.168.2.0/24"
|
|||
journal_size: 100
|
||||
devices:
|
||||
- '/dev/sda'
|
||||
raw_journal_devices:
|
||||
- '/dev/sdb'
|
||||
journal_collocation: True
|
||||
raw_multi_journal: True
|
||||
os_tuning_params:
|
||||
- { name: kernel.pid_max, value: 4194303 }
|
||||
- { name: fs.file-max, value: 26234859 }
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -28,7 +28,7 @@ changedir=
|
|||
dmcrypt-journal: {toxinidir}/tests/functional/centos/7/dmcrypt-dedicated-journal
|
||||
# tests a 1 mon 1 osd centos7 cluster using dmcrypt_journal_collocation OSD scenario
|
||||
dmcrypt-journal-collocation: {toxinidir}/tests/functional/centos/7/dmcrypt-journal-collocation
|
||||
# tests a 1 mon, 1 osd, 1 mds and 1 rgw centos7 cluster using journal_collocation OSD scenario
|
||||
# tests a 1 mon, 1 osd, 1 mds and 1 rgw centos7 cluster using raw_multi_journal OSD scenario
|
||||
centos7-cluster: {toxinidir}/tests/functional/centos/7/mon-osd-mds-rgw
|
||||
commands=
|
||||
vagrant up --no-provision {posargs:--provider=virtualbox}
|
||||
|
|
Loading…
Reference in New Issue