Change fio version to 3.19
Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I8b50640db9b832f35a6f8fb9c2a151bea2f084a7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2370 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
4bd48a3d97
commit
a36e9605c0
@ -4,11 +4,7 @@ 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.15:
|
||||
|
||||
cd fio && git checkout fio-3.15
|
||||
|
||||
Finally, compile the code:
|
||||
Then check out the latest fio version and compile the code:
|
||||
|
||||
make
|
||||
|
||||
|
@ -199,7 +199,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.15"
|
||||
local fio_version="fio-3.19"
|
||||
|
||||
if [ ! -d /usr/src/fio ]; then
|
||||
if [ ! -d fio ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user