tests: change xenial-cluster to use raw_multi_journal

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1127/head
Andrew Schoen 2016-11-28 15:05:48 -06:00
parent a05a1b9b0f
commit eae3463a9e
2 changed files with 3 additions and 2 deletions

View File

@ -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 }

View File

@ -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