adding mixed-clients test that uses fuse client and kernel client

in parallel.

Signed-off-by: tamil <tamil@tamil-VirtualBox.(none)>
This commit is contained in:
tamil 2013-09-30 16:42:09 -07:00
parent d18d5a8ade
commit 5795777e31
5 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,4 @@
roles:
- [mon.a, mds.a, osd.0, osd.1]
- [mon.b, mon.c, osd.2, osd.3, client.0]
- [client.1]

View File

@ -0,0 +1,6 @@
overrides:
ceph:
fs: btrfs
conf:
osd:
osd op thread timeout: 60

View File

@ -0,0 +1,21 @@
tasks:
- install:
branch: dumpling
- ceph:
- parallel:
- user-workload
- kclient-workload
user-workload:
sequential:
- ceph-fuse: [client.0]
- workunit:
clients:
client.0:
- suites/iozone.sh
kclient-workload:
sequential:
- kclient: [client.1]
- workunit:
clients:
client.1:
- suites/dbench.sh

View File

@ -0,0 +1,21 @@
tasks:
- install:
branch: dumpling
- ceph:
- parallel:
- user-workload
- kclient-workload
user-workload:
sequential:
- ceph-fuse: [client.0]
- workunit:
clients:
client.0:
- suites/iogen.sh
kclient-workload:
sequential:
- kclient: [client.1]
- workunit:
clients:
client.1:
- suites/tiobench.sh

View File

@ -0,0 +1,21 @@
tasks:
- install:
branch: dumpling
- ceph:
- parallel:
- user-workload
- kclient-workload
user-workload:
sequential:
- ceph-fuse: [client.0]
- workunit:
clients:
client.0:
- suites/blogbench.sh
kclient-workload:
sequential:
- kclient: [client.1]
- workunit:
clients:
client.1:
- kernel_untar_build.sh