Wondering myself.
> On Apr 21, 2020, at 2:31 AM, Gionatan Danti wrote:
>
>
> [reposting, as the previous one seems to be lost]
>
> Hi all,
> I have a question regarding udev events when using iscsi disks.
>
> By using "udevadm monitor" I can see that events are generated when I login
> and
On Tue, Jan 7, 2020 at 2:20 AM can zhu wrote:
> kernel: connection2:0: detected conn error (1020)
>
> iscsid: conn 0 login rejected: initiator failed authorization with target
>
> iscsid: Kernel reported iSCSI connection 2:0 error (1020 -
> ISCSI_ERR_TCP_CONN_CLOSE: TCP connection closed) state (
If you enter the mount command at this point, what mount points are still
mounted? Screenshot has some contradictions.
On Thu, Dec 12, 2019 at 8:08 PM can zhu wrote:
>
> @The Lee-Man Thanks, In my environment, the default value of the
> node.startup is automatic in config
>
>
>
> The Lee-Ma
On Wed, Jun 14, 2017 at 10:47 AM, Robert LeBlanc wrote:
> On Wed, Jun 14, 2017 at 3:20 AM, Rangankar, Manish
> wrote:
>>
>> On 13/06/17 10:19 PM, "Robert LeBlanc" wrote:
>>
>>>On Wed, Jun 7, 2017 at 12:30 PM, Robert LeBlanc
>>>wrote:
>
On Wed, Jun 14, 2017 at 3:20 AM, Rangankar, Manish
wrote:
>
> On 13/06/17 10:19 PM, "Robert LeBlanc" wrote:
>
>>On Wed, Jun 7, 2017 at 12:30 PM, Robert LeBlanc
>>wrote:
>>> On Wed, Jun 7, 2017 at 10:28 AM, Chris Leech wrote:
>>>> On Tue, Ju
On Wed, Jun 7, 2017 at 12:30 PM, Robert LeBlanc wrote:
> On Wed, Jun 7, 2017 at 10:28 AM, Chris Leech wrote:
>> On Tue, Jun 06, 2017 at 12:07:10PM -0600, Robert LeBlanc wrote:
>>> This patchset enables iSCSI offload drivers to have access to the iface
>>> informati
On Wed, Jun 7, 2017 at 10:28 AM, Chris Leech wrote:
> On Tue, Jun 06, 2017 at 12:07:10PM -0600, Robert LeBlanc wrote:
>> This patchset enables iSCSI offload drivers to have access to the iface
>> information provided by iscsid. This allows users to have more control
>> of ho
---
usr/netlink.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/usr/netlink.c b/usr/netlink.c
index 1a0bf80..c474375 100644
--- a/usr/netlink.c
+++ b/usr/netlink.c
@@ -848,10 +848,13 @@ krecv_pdu_end(struct iscsi_conn *conn)
int
ktransport_ep_connect(iscs
Update Emulex BladeEngine driver to accept the session iface for
creating the iSCSI connection. Also accept dst_addr as sockaddr_storage
instead of sockaddr.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/be2iscsi/be_cmds.c | 1 +
drivers/scsi/be2iscsi/be_iscsi.c | 8 +---
drivers/scsi
Update the ep_connect function to include the iface in the parameters
passed to the driver. Since we have to make a change, also change the
dst_addr to sockaddr_storage so that it is future proof and a static
size.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/scsi_transport_iscsi.c | 9
If the iface passed in has ip address set, then attept to create an RDMA
connection using it as the source IP address. This allows iSER to use
multiple ports on the same network or in more complex routing
configurations. Also update to accepting sockaddr_storage.
Signed-off-by: Robert LeBlanc
Update QLogic NetXtreme II driver to accept the session iface for creating
the iSCSI connection. Also accept dst_addr as sockaddr_storage instead of
sockaddr.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/bnx2i/bnx2i_hwi.c | 1 +
drivers/scsi/bnx2i/bnx2i_iscsi.c | 13 -
2 files
Update QLogic ISP4XXX and ISP82XX drivers to accept the session iface for
creating the iSCSI connection. Also accept dst_addr as sockaddr_storage
instead of sockaddr.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/qla4xxx/ql4_os.c | 15 ---
1 file changed, 8 insertions(+), 7
Update Chelsio iSCSI driver to accept the session iface for creating the
iSCSI connection. Also accept dst_addr as sockaddr_storage instead of
sockaddr.
Signed-off-by: Robert LeBlanc
---
drivers/scsi/cxgbi/libcxgbi.c | 15 ---
drivers/scsi/cxgbi/libcxgbi.h | 2 +-
2 files changed
Allow the userspace iscsiadm to pass the iface struct of the connection
so that the underlying driver can use what is most appropriate to create
the iSCSI connection.
Signed-off-by: Robert LeBlanc
---
include/scsi/scsi_transport_iscsi.h | 95 +
1 file changed
.
This is dependent on updates to Open-iSCSI.
Robert LeBlanc (7):
scsi/scsi_transport_iscsi: Add iface struct to kernel.
scsi/scsi_transport_iscsi: Update ep_connect to include iface.
ib/iSER: Add binding to source IP address.
scsi/be2iscsi: Update beiscsi_ep_connect to accept iface and
The error that I was getting was due to the distro version of iscsid
running. Once I stopped that and ran iscsid from the patched source,
it logged in just fine.
Robert LeBlanc
PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1
On Fri, Jun 2, 2017 at 2:29 PM
Attaching patches in case they are mangled.
Robert LeBlanc
PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1
On Fri, Jun 2, 2017 at 1:13 PM, Robert LeBlanc wrote:
> First off, I've never done anything this complicated, please be gentle.
>
> Secon
hwaddress[ISCSI_HWADDRESS_BUF_SIZE];
+char
transport_name[ISCSI_TRANSPORT_NAME_MAXLEN];
+/*
+ * This is only used for boot now, but the iser guys
+ * can use this for their virtualization idea.
+ */
+charalias[TARGET_NAM
(struct iser_conn *iser_conn,
sprintf(iser_conn->name, "%pISp", dst_addr);
iser_info("connecting to: %s\n", iser_conn->name);
+ iser_err("connecting from: %p\n", src_addr);
/* the device is known only --after-- address resolution */
Any chance to get SNMP integrated into open-iSCSI? I am using the IETF
proposed iSCSI MIB but it doesn't seem to be working. If by any chance
that it is supposed to work, does anyone have decent documentation on how
to install it?
--
You received this message because you are subscribed to th
21 matches
Mail list logo