From 88b2d4e6b4cc2f965b3a22640e1503b3cc7cfd31 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Fri, 13 Aug 2021 13:00:53 +0200 Subject: [PATCH] pkgdep/git: Bump fio to 3.27 Newer version is needed to work properly with zoned devices. Signed-off-by: Michal Berger Change-Id: I5e16116a00f0cb2af5c8028d1b4396c0d3cd42f7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9183 Reviewed-by: Tomasz Zawadzki Reviewed-by: Ben Walker Reviewed-by: Karol Latecki Reviewed-by: Jim Harris Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins --- test/common/config/pkgdep/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 68b459987..e5ab0b2ee 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -195,7 +195,7 @@ function install_rocksdb() { function install_fio() { # This version of fio is installed in /usr/src/fio to enable # building the spdk fio plugin. - local fio_version="fio-3.19" + local fio_version="fio-3.27" if [ ! -d /usr/src/fio ]; then if [ ! -d fio ]; then