]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml
import ceph 15.2.10
[ceph.git] / ceph / qa / suites / fs / multiclient / tasks / ior-shared-file.yaml
CommitLineData
7c673cae 1# make sure we get the same MPI version on all hosts
7c673cae
FG
2tasks:
3- pexec:
4 clients:
5 - cd $TESTDIR
6 - wget http://download.ceph.com/qa/ior.tbz2
7 - tar xvfj ior.tbz2
8 - cd ior
9 - ./configure
10 - make
11 - make install DESTDIR=$TESTDIR/binary/
12 - cd $TESTDIR/
13 - rm ior.tbz2
14 - rm -r ior
15 - ln -s $TESTDIR/mnt.* $TESTDIR/gmnt
16- ssh_keys:
17- mpi:
18 exec: $TESTDIR/binary/usr/local/bin/ior -e -w -r -W -b 10m -a POSIX -o $TESTDIR/gmnt/ior.testfile
19- pexec:
20 all:
21 - rm -f $TESTDIR/gmnt/ior.testfile
22 - rm -f $TESTDIR/gmnt
23 - rm -rf $TESTDIR/binary