Commit a36e9605 authored by Maciej Wawryk's avatar Maciej Wawryk Committed by Tomasz Zawadzki
Browse files

Change fio version to 3.19



Signed-off-by: default avatarMaciej 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: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
parent 4bd48a3d
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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