Skip to content

Commit

Permalink
Merge PR ceph#52416 into main
Browse files Browse the repository at this point in the history
* refs/pull/52416/head:
	qa/cephfs: check if re-installing this mpich fixes the issue

Reviewed-by: Venky Shankar <[email protected]>
  • Loading branch information
vshankar committed Aug 16, 2023
2 parents 93c326f + e5ff7e1 commit 796164c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/suites/fs/multiclient/tasks/ior-shared-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 796164c

Please sign in to comment.