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
|
Clone the fio source repository from https://github.com/axboe/fio
|
||||||
|
|
||||||
git clone https://github.com/axboe/fio
|
git clone https://github.com/axboe/fio
|
||||||
|
cd fio
|
||||||
|
|
||||||
Then check out the fio 3.3:
|
Compile the fio code and install:
|
||||||
|
|
||||||
cd fio && git checkout fio-3.3
|
|
||||||
|
|
||||||
Finally, compile the code:
|
|
||||||
|
|
||||||
make
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
# Compiling SPDK
|
# Compiling SPDK
|
||||||
|
|
||||||
Clone the SPDK source repository from https://github.com/spdk/spdk
|
Clone the SPDK source repository from https://github.com/spdk/spdk
|
||||||
|
|
||||||
git clone https://github.com/spdk/spdk
|
git clone https://github.com/spdk/spdk
|
||||||
|
cd spdk
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
Then, run the SPDK configure script to enable fio (point it to the root of the fio repository):
|
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