From fc6840933b01a5b43c8d1cbdb7d4b5026f7e9be3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 16 Dec 2019 13:31:14 -0600 Subject: [PATCH] qa/tasks/rbd_fio: fio 2.21 -> 3.16 2.21 doesn't build on el8; 3.16 does. Signed-off-by: Sage Weil --- 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 72f20196eac..791cfd00af1 100644 --- a/qa/tasks/rbd_fio.py +++ b/qa/tasks/rbd_fio.py @@ -127,7 +127,7 @@ def run_fio(remote, config, rbd_test_dir): formats=[1,2] features=[['layering'],['striping'],['exclusive-lock','object-map']] - fio_version='2.21' + fio_version='3.16' if config.get('formats'): formats=config['formats'] if config.get('features'): -- 2.39.5