configure: clarify RAID bdev warning msg

Change-Id: If5b6dc7651dba8e82d692cd3bc2d2e2cb09b6eb0
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/420861
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Dariusz Stojaczyk 2018-07-31 11:43:32 +02:00 committed by Jim Harris
parent ee5e898a86
commit c9f4db3027

2
configure vendored
View File

@ -147,7 +147,7 @@ for i in "$@"; do
;;
--with-raid)
CONFIG_RAID=y
echo "Warning: vhost will not work with RAID module as multiple IOV support is not there"
echo "Warning: the RAID module does not support multiple iovecs per request and will not work with vhost"
;;
--without-raid)
CONFIG_RAID=n