doc/fio_plugin: remove fio version 3.3 reference
Signed-off-by: John Kariuki <John.K.Kariuki@intel.com> Change-Id: I717084b7c08a10b8fd88cf2cdb1863ea4782dc7f Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463942 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
553c16b27c
commit
4c77b0059a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user