Commit 21ec6253 authored by Dariusz Stojaczyk's avatar Dariusz Stojaczyk Committed by Jim Harris
Browse files

CHANGELOG: add fio 3.3 support

parent 96e930fc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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: