From 17a819f88234e9fccac059106e06c8da1830d506 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 22 Aug 2018 09:31:54 -0700 Subject: [PATCH] configure: use echo to print RDMA invalidate warning Using cat << EOF seems to cause problems on some tests (like iscsi ext4test.sh) where we copy the SPDK repository into a filesystem on an iSCSI LUN, and do a (cd $dir && ./configure). So use echo instead to work around this problem. Fixes GitHub issue #412. Signed-off-by: Jim Harris Change-Id: I8863b5060f41a48c2ace177f7440b85dc43f187d Reviewed-on: https://review.gerrithub.io/423163 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto --- configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 35cf6149b..c2cc8f617 100755 --- a/configure +++ b/configure @@ -320,7 +320,7 @@ if [ "$CONFIG_RDMA" = "y" ]; then CONFIG_RDMA_SEND_WITH_INVAL="y" else CONFIG_RDMA_SEND_WITH_INVAL="n" - cat <