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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52416%2Fhead;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 5329fa67ff1..48b33d02e23 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