Change fio version
Whole autotest fails on VM Fedora31 GH #1081 Fio version update to fio-3.15 Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I3b91c426050eb30af6b58434b6219090c61a48ba Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476893 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
fd77140073
commit
2951c1010e
@ -4,9 +4,9 @@ First, clone the fio source repository from https://github.com/axboe/fio
|
||||
|
||||
git clone https://github.com/axboe/fio
|
||||
|
||||
Then check out the fio 3.3:
|
||||
Then check out the fio 3.15:
|
||||
|
||||
cd fio && git checkout fio-3.3
|
||||
cd fio && git checkout fio-3.15
|
||||
|
||||
Finally, compile the code:
|
||||
|
||||
|
@ -150,7 +150,7 @@ function install_fio()
|
||||
if echo $CONF | grep -q fio; then
|
||||
# This version of fio is installed in /usr/src/fio to enable
|
||||
# building the spdk fio plugin.
|
||||
local fio_version="fio-3.3"
|
||||
local fio_version="fio-3.15"
|
||||
|
||||
# Change version on Arch Linux, 3.3 does not compile
|
||||
# with gcc 9
|
||||
|
Loading…
x
Reference in New Issue
Block a user