From 16f9d58ab5f554a2540f6957a2f4d4c78221b88a Mon Sep 17 00:00:00 2001 From: paul luse Date: Mon, 8 Oct 2018 12:23:46 -0400 Subject: [PATCH] doc: small update to iscsi bdev readme Added reminder to build with the iscsi configuration option. Change-Id: I1e4e325394368f2bc3462761a3793f4b0edb065c Signed-off-by: paul luse Reviewed-on: https://review.gerrithub.io/428397 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- lib/bdev/iscsi/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bdev/iscsi/README b/lib/bdev/iscsi/README index 3e66e4383..d8c96b411 100644 --- a/lib/bdev/iscsi/README +++ b/lib/bdev/iscsi/README @@ -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".