diff options
author | Gabriel Krisman Bertazi <krisman@collabora.com> | 2020-01-06 21:58:17 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-01-16 06:55:37 +0300 |
commit | f3c893e3dbb5d94f94072f7b1f2a8aece6240e7e (patch) | |
tree | d932e4d35db11c7d0a4bfe2dccd2fb7c994e15d7 /drivers/scsi/qla1280.h | |
parent | cd7ea70bb00aac8f7ab1b0635edc669e12f53891 (diff) | |
download | linux-f3c893e3dbb5d94f94072f7b1f2a8aece6240e7e.tar.xz |
scsi: iscsi: Fail session and connection on transport registration failure
If the transport cannot be registered, the session/connection creation
needs to be failed early to let the initiator know. Otherwise, the system
will have an outstanding connection that cannot be used nor removed by
open-iscsi. The result is similar to the error below, triggered by
injecting a failure in the transport's registration path.
openiscsi reports success:
root@debian-vm:~# iscsiadm -m node -T iqn:lun1 -p 127.0.0.1 -l
Logging in to [iface: default, target: iqn:lun1, portal: 127.0.0.1,3260]
Login to [iface: default, target: iqn:lun1, portal:127.0.0.1,3260] successful.
But cannot remove the session afterwards, since the kernel is in an
inconsistent state.
root@debian-vm:~# iscsiadm -m node -T iqn:lun1 -p 127.0.0.1 -u
iscsiadm: No matching sessions found
Link: https://lore.kernel.org/r/20200106185817.640331-4-krisman@collabora.com
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/qla1280.h')
0 files changed, 0 insertions, 0 deletions