mirror of https://github.com/ceph/ceph-ansible.git
tests: change xenial-cluster to use raw_multi_journal
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1127/head
parent
a05a1b9b0f
commit
eae3463a9e
|
@ -6,8 +6,9 @@ cluster_network: "192.168.6.0/24"
|
|||
journal_size: 100
|
||||
devices:
|
||||
- '/dev/sdb'
|
||||
raw_journal_devices:
|
||||
- '/dev/sdc'
|
||||
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
|
@ -20,7 +20,7 @@ changedir=
|
|||
xenial-conf-tests: {toxinidir}/tests/functional/ubuntu/16.04/mon
|
||||
# tests a 1 mon 1 osd xenial cluster using raw_multi_journal OSD scenario
|
||||
xenial-mon-osd: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd
|
||||
# tests a 1 mon, 1 osd, 1 mds and 1 rgw xenial cluster using journal_collocation OSD scenario
|
||||
# tests a 1 mon, 1 osd, 1 mds and 1 rgw xenial cluster using raw_multi_journal OSD scenario
|
||||
xenial-cluster: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd-mds-rgw
|
||||
# tests a 1 mon 1 osd centos7 cluster using journal_collocation OSD scenario
|
||||
journal-collocation: {toxinidir}/tests/functional/centos/7/journal-collocation
|
||||
|
|
Loading…
Reference in New Issue