From 6582c47934afb29c65739e465222a571727658d5 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 5 Oct 2022 10:09:28 +0200 Subject: [PATCH] qa/tasks/rbd_fio: bump default to fio 3.32 fio 3.16 doesn't build against recent kernel headers due to removal of linux/raw.h. Fixes: https://tracker.ceph.com/issues/57766 Signed-off-by: Ilya Dryomov --- qa/tasks/rbd_fio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/rbd_fio.py b/qa/tasks/rbd_fio.py index 0f3dd18862ea..959d07d49ae0 100644 --- a/qa/tasks/rbd_fio.py +++ b/qa/tasks/rbd_fio.py @@ -123,7 +123,7 @@ def run_fio(remote, config, rbd_test_dir): formats=[1,2] features=[['layering'],['striping'],['exclusive-lock','object-map']] - fio_version='3.16' + fio_version='3.32' if config.get('formats'): formats=config['formats'] if config.get('features'): -- 2.47.3