From a664b451764894fbb194a96c39a8cd8dcf8375b7 Mon Sep 17 00:00:00 2001 From: Shuichi Ihara Date: Thu, 7 Jun 2012 00:08:20 +0900 Subject: [PATCH] LU-1479 build: enable srp initiator module with lbuild kernel-ib doesn't include ib_srp module if RPMs built by lbuild. It's required for Infiniband based storage. Signed-off-by: Shuichi Ihara Change-Id: I16e940592f93abc9150f391316b8f55eb60c663a Reviewed-on: http://review.whamcloud.com/3049 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- build/lbuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/lbuild b/build/lbuild index 52125b5..4869509 100755 --- a/build/lbuild +++ b/build/lbuild @@ -1063,8 +1063,9 @@ build_kernel_ib() { OFED_HARDWARE="$OFED_HARDWARE --with-ehca-mod" ;; esac - # we're no longer shipping the OFED iSCSI + # we're no longer shipping the OFED iSCSI target #OFED_ISCSI="--with-srp-mod --with-srp-target-mod" + OFED_ISCSI="--with-srp-mod" ## ISER module has no backport support as of OFED 1.5 (i.e. only builds on ##kernels >= 2.6.30) #if [[ $OFED_VERSION = 1.[0-4]* ]]; then -- 1.8.3.1