ceph/qa/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled
Sage Weil 6901edc5d1 qa/suites/fs/multiclient: use clients: not all: for pexec
This matches the setup work we are trying to tear down.

Signed-off-by: Sage Weil <sage@newdream.net>
2021-03-16 20:51:36 -04:00

18 lines
460 B
Plaintext

# make sure we get the same MPI version on all hosts
tasks:
- pexec:
clients:
- cd $TESTDIR
- wget http://download.ceph.com/qa/fsx-mpi.c
- mpicc fsx-mpi.c -o fsx-mpi
- rm fsx-mpi.c
- ln -s $TESTDIR/mnt.* $TESTDIR/gmnt
- ssh_keys:
- mpi:
exec: sudo $TESTDIR/fsx-mpi -o 1MB -N 50000 -p 10000 -l 1048576 $TESTDIR/gmnt/test
workdir: $TESTDIR/gmnt
- pexec:
clients:
- rm $TESTDIR/gmnt
- rm $TESTDIR/fsx-mpi