Commit 4c77b005 authored by John Kariuki's avatar John Kariuki Committed by Ben Walker
Browse files

doc/fio_plugin: remove fio version 3.3 reference



Signed-off-by: default avatarJohn Kariuki <John.K.Kariuki@intel.com>
Change-Id: I717084b7c08a10b8fd88cf2cdb1863ea4782dc7f
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463942


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent 553c16b2
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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):