From c9f4db3027ed7adbfd75b85913532b37be8f582c Mon Sep 17 00:00:00 2001 From: Dariusz Stojaczyk Date: Tue, 31 Jul 2018 11:43:32 +0200 Subject: [PATCH] configure: clarify RAID bdev warning msg Change-Id: If5b6dc7651dba8e82d692cd3bc2d2e2cb09b6eb0 Signed-off-by: Dariusz Stojaczyk Reviewed-on: https://review.gerrithub.io/420861 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 81c651926..873bde209 100755 --- a/configure +++ b/configure @@ -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