From e5ff7e1f90b45d77e3a21de39e5fa6285c75b6a5 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Fri, 11 Aug 2023 13:32:07 +0530 Subject: [PATCH] qa/cephfs: check if re-installing this mpich fixes the issue Signed-off-by: Rishabh Dave --- qa/suites/fs/multiclient/tasks/ior-shared-file.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5