From c6d1117bb6fc85d505b815c23a0190376354c3f2 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Mon, 24 Aug 2015 20:31:06 -0500 Subject: iscsi: remove local copy of open-isns This has open-iscsi stop shipping a copy of open-isns. You can get the open-isns from the new isns maintainer, Lee Duncan, from his github tree here: https://github.com/gonzoleeman/open-isns/releases Thanks to Lee and SUSE for taking this work on! --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') diff --git a/README b/README index ef97140..cbe8763 100644 --- a/README +++ b/README @@ -79,6 +79,20 @@ kernel config. And you must enable "CRC32c CRC algorithm" even if you do not use header or data digests. They are the kernel options, CONFIG_CRYPTO and CONFIG_CRYPTO_CRC32C, respectively. +The userspace components: iscsid, iscsiadm and iscsistart require the +open-isns library which can be found here: + +https://github.com/gonzoleeman/open-isns/releases + +To install the open-isns headers and library required for open-iscsi download +the current release and run: + + ./configure + make + make install + make install_hdrs + make install_lib + By default the kernel's iSCSI modules will be used. Running: make -- cgit v1.2.1