[PATCH v7] scsi:iscsi: Fix multiple iscsi session unbind event sent to userspace

2022-11-25 Thread 'Wenchao Hao' via open-iscsi
I found an issue that kernel would send ISCSI_KEVENT_UNBIND_SESSION for multiple times which should be fixed. This patch introduce target_state in iscsi_cls_session to make sure session would send only one ISCSI_KEVENT_UNBIND_SESSION. But this would break issue fixed in commit 13e60d3ba287 ("scsi

Re: iscsiadm error "Could not load transport iser"

2022-11-25 Thread The Lee-Man
The iser transport is only supported for some cards. It's normally an infiniband transport. Do you have a CNA card (and infrastructure) that supports iser? On Tuesday, November 22, 2022 at 11:28:47 PM UTC-8 Luis Navarro wrote: > Hi all, > > I'm trying to test a new Ubuntu 22.04.1 LIO iSCSI targ

Re: iscsiadm error "Could not load transport iser"

2022-11-25 Thread Luis Navarro
I'm using two ConnectX-5 Ethernet cards (MCSX515A-CCAT) direct connected with a QSFP28 DAC. FWIW, after I submitted my question, I *think* I got ISER to work with the same target but using ESXi 6.7 as the initiator. But I'd still like to use iscsiadm for debugging. My best guess is that I nee