From 4c77b0059aab419742fb79f51d86723e15b771b4 Mon Sep 17 00:00:00 2001 From: John Kariuki Date: Thu, 1 Aug 2019 15:10:53 -0700 Subject: [PATCH] doc/fio_plugin: remove fio version 3.3 reference Signed-off-by: John Kariuki Change-Id: I717084b7c08a10b8fd88cf2cdb1863ea4782dc7f Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463942 Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Ben Walker --- examples/bdev/fio_plugin/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/bdev/fio_plugin/README.md b/examples/bdev/fio_plugin/README.md index 65d6ef6d1..87b71097e 100644 --- a/examples/bdev/fio_plugin/README.md +++ b/examples/bdev/fio_plugin/README.md @@ -3,20 +3,19 @@ Clone the fio source repository from https://github.com/axboe/fio git clone https://github.com/axboe/fio + cd fio -Then check out the fio 3.3: - - cd fio && git checkout fio-3.3 - -Finally, compile the code: +Compile the fio code and install: make + make install # Compiling SPDK Clone the SPDK source repository from https://github.com/spdk/spdk git clone https://github.com/spdk/spdk + cd spdk git submodule update --init Then, run the SPDK configure script to enable fio (point it to the root of the fio repository):