mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
573f5315ed
Signed-off-by: Sam Lang <sam.lang@inktank.com>
19 lines
424 B
YAML
19 lines
424 B
YAML
tasks:
|
|
- 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
|