]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/multiclient/tasks/mdtest.yaml
update ceph source to reef 18.2.1
[ceph.git] / ceph / qa / suites / fs / multiclient / tasks / mdtest.yaml
1 # make sure we get the same MPI version on all hosts
2 tasks:
3 - pexec:
4 clients:
5 - set -x
6 - cd $TESTDIR
7 - sudo apt purge -y mpich
8 - sudo apt install -y mpich
9 # use ior project instead of mdtest project because latter has been
10 # merged into former. See:
11 # https://github.com/MDTEST-LANL/mdtest/blob/master/README.md
12 - wget http://download.ceph.com/qa/ior-3.3.0.tar.bz2
13 - tar xvfj ior-3.3.0.tar.bz2
14 - cd ior-3.3.0
15 # this option was set originall when mdtest binary was built using
16 # mdtest PR and not through ior project.
17 #- MPI_CC=mpicc make
18 - ./configure
19 - make
20 - make install DESTDIR=$TESTDIR/binary/
21 - cd $TESTDIR/
22 - sudo apt install -y tree
23 - tree binary/
24 - rm ior-3.3.0.tar.bz2
25 - rm -r ior-3.3.0
26 - ln -s $TESTDIR/mnt.* $TESTDIR/gmnt
27 - ssh_keys:
28 - mpi:
29 exec: $TESTDIR/binary/usr/local/bin/mdtest -d $TESTDIR/gmnt -I 20 -z 5 -b 2 -R
30 - pexec:
31 clients:
32 - rm -f $TESTDIR/gmnt/ior.testfile
33 - rm -f $TESTDIR/gmnt
34 - rm -rf $TESTDIR/binary