pkgdep/git: Bump fio to 3.27
Newer version is needed to work properly with zoned devices. Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I5e16116a00f0cb2af5c8028d1b4396c0d3cd42f7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9183 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
7e703a59ad
commit
88b2d4e6b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user