doc: small update to iscsi bdev readme

Added reminder to build with the iscsi configuration option.

Change-Id: I1e4e325394368f2bc3462761a3793f4b0edb065c
Signed-off-by: paul luse <paul.e.luse@intel.com>
Reviewed-on: https://review.gerrithub.io/428397
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
paul luse 2018-10-08 12:23:46 -04:00 committed by Jim Harris
parent 868c28cd13
commit 16f9d58ab5

View File

@ -2,6 +2,8 @@ This is a very rough initial cut at an SPDK iSCSI initiator bdev module. It
only performs operations (connect, login, read cap, read/write).
But this passes basic verify tests with bdevperf and with fio.
Be sure to build SPDK using --with-iscsi-initiator configure option.
Configuration file for iSCSI initiator is in the following format.
Note that the "/0" at the end means "LUN 0".