X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fqa%2Fsuites%2Ffs%2Fmulticlient%2Ftasks%2Fior-shared-file.yaml;h=8293595e2d09a4304b4beaf4a1a74916aaf91a60;hb=aee94f6923ba628a85d855d0c5316d0da78bfa2a;hp=5329fa67ff1eabcbfd0a927b079f3f9bc6feecde;hpb=27f45121cc74e31203777ad565f78d8aad9b92a2;p=ceph.git diff --git a/ceph/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml b/ceph/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml index 5329fa67f..8293595e2 100644 --- a/ceph/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml +++ b/ceph/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml @@ -2,16 +2,24 @@ tasks: - pexec: clients: + - set -x - cd $TESTDIR - - wget http://download.ceph.com/qa/ior.tbz2 - - tar xvfj ior.tbz2 - - cd ior + # partially or incorrectly installed mpich will create a mess and the + # configure script or the build process (which is initiated using "make" + # command) for the ior project will fail + - sudo apt purge -y mpich + - sudo apt install -y mpich + - wget http://download.ceph.com/qa/ior-3.3.0.tar.bz2 + - tar xvfj ior-3.3.0.tar.bz2 + - cd ior-3.3.0 - ./configure - make - make install DESTDIR=$TESTDIR/binary/ - cd $TESTDIR/ - - rm ior.tbz2 - - rm -r ior + - sudo apt install -y tree + - tree binary/ + - rm ior-3.3.0.tar.bz2 + - rm -r ior-3.3.0 - ln -s $TESTDIR/mnt.* $TESTDIR/gmnt - ssh_keys: - mpi: