From 21ec62533d2416ce74d4e23a4b5fa55c0ce46229 Mon Sep 17 00:00:00 2001 From: Dariusz Stojaczyk Date: Thu, 11 Jan 2018 14:35:35 +0100 Subject: [PATCH] CHANGELOG: add fio 3.3 support Change-Id: I650d5cdb6237d1e74edbaa5d80a6c9eaeaa65a7f Signed-off-by: Dariusz Stojaczyk Reviewed-on: https://review.gerrithub.io/394382 Tested-by: SPDK Automated Test System Reviewed-by: Tomasz Zawadzki Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- CHANGELOG.md | 6 ++++++ examples/bdev/fio_plugin/README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0639cf2f..e47d381259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,12 @@ The NBD application (test/lib/bdev/nbd) has been removed; Same functionality can achieved by using the test/app/bdev_svc application and start_nbd_disk RPC method. See the [GPT](http://www.spdk.io/doc/bdev.html#bdev_config_gpt) documentation for more details. +### FIO plugin + +SPDK `fio_plugin` now suports FIO 3.3. The support for previous FIO 2.21 has been dropped, +although it still remains to work for now. The new FIO contains huge amount of bugfixes and +it's recommended to do an update. + ## v17.10: Logical Volumes ### New dependencies diff --git a/examples/bdev/fio_plugin/README.md b/examples/bdev/fio_plugin/README.md index 2ad30438f2..65d6ef6d19 100644 --- a/examples/bdev/fio_plugin/README.md +++ b/examples/bdev/fio_plugin/README.md @@ -4,9 +4,9 @@ Clone the fio source repository from https://github.com/axboe/fio git clone https://github.com/axboe/fio -Then check out the fio 2.21: +Then check out the fio 3.3: - cd fio && git checkout fio-2.21 + cd fio && git checkout fio-3.3 Finally, compile the code: