ceph/suites/marginal/multiclient/tasks/fsx-mpi-cfuse.yaml
2013-02-19 21:02:26 -08:00

20 lines
435 B
YAML

tasks:
- install:
- ceph:
- ceph-fuse:
- pexec:
clients:
- cd /tmp/cephtest
- wget http://ceph.com/qa/fsx-mpi.c
- mpicc fsx-mpi.c -o fsx-mpi
- rm fsx-mpi.c
- ln -s /tmp/cephtest/mnt.* /tmp/cephtest/gmnt
- ssh_keys:
- mpi:
exec: /tmp/cephtest/fsx-mpi 1MB -N 50000 -p 10000 -l 1048576
workdir: /tmp/cephtest/gmnt
- pexec:
all:
- rm /tmp/cephtest/gmnt
- rm /tmp/cephtest/fsx-mpi