[Bug 259152] [iscsi] ExpDataSN mismatch in SCSI Response (unable to connect or authenticate to OCI oracle iscsi block devices)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Oct 2021 17:09:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259152

Dave Cottlehuber <dch@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228677|0                           |1
        is obsolete|                            |

--- Comment #6 from Dave Cottlehuber <dch@freebsd.org> ---
Created attachment 228726
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228726&action=edit
pcap v2 with -s 0

# tcpdump -i vtnet0 -w /var/tmp/iscsi2.pcap -s 0 port 3260

root@a01:~ # grep -v \# /etc/iscsi.conf
behemoth {
        targetaddress   = 169.254.2.9:3260
        targetname      = iqn.2015-02.oracle.boot:uefi
}

root@a01:~ # sysctl kern.iscsi.debug=10
kern.iscsi.debug: 1 -> 10

root@a01:~ # tcpdump -i vtnet0 -w /tmp/iscsi.pcap -s 0 port 3260 &
[2] 56458

root@a01:~ # service iscsid onestart
Starting iscsid.
root@a01:~ # iscsictl -Lv
root@a01:~ # iscsictl -Aa
root@a01:~ # iscsictl -Lv
Session ID:               7
Initiator name:           iqn.1994-09.org.freebsd:a01.cabal5.net
Initiator portal:         
Initiator alias:          
Target name:              iqn.2015-02.oracle.boot:uefi
Target portal:            169.254.2.9:3260
Target alias:             
User:                     
Secret:                   
Mutual user:              
Mutual secret:            
Session type:             Normal
Enable:                   Yes
Session state:            Disconnected
Failure reason:           Connection refused
Header digest:            None
Data digest:              None
MaxRecvDataSegmentLength: 8192
MaxSendDataSegmentLength: 8192
MaxBurstLen:              262144
FirstBurstLen:            65536
ImmediateData:            Yes
iSER (RDMA):              No
Offload driver:           None
Device nodes:             probe0

-- 
You are receiving this mail because:
You are the assignee for the bug.