CHANGELOG: add fio 3.3 support
Change-Id: I650d5cdb6237d1e74edbaa5d80a6c9eaeaa65a7f Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/394382 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
96e930fc13
commit
21ec62533d
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user