From: Rishabh Dave Date: Fri, 11 Aug 2023 08:02:07 +0000 (+0530) Subject: qa/cephfs: check if re-installing this mpich fixes the issue X-Git-Tag: v19.0.0~678^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e5ff7e1f90b45d77e3a21de39e5fa6285c75b6a5;p=ceph.git qa/cephfs: check if re-installing this mpich fixes the issue Signed-off-by: Rishabh Dave --- diff --git a/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml b/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml index 5329fa67ff1ea..48b33d02e237f 100644 --- a/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml +++ b/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml @@ -5,10 +5,13 @@ tasks: - cd $TESTDIR - wget http://download.ceph.com/qa/ior.tbz2 - tar xvfj ior.tbz2 + - sudo apt purge -y mpich + - sudo apt install -y mpich - cd ior - ./configure - make - make install DESTDIR=$TESTDIR/binary/ + - tree binary/ - cd $TESTDIR/ - rm ior.tbz2 - rm -r ior