Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2021 17:09:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 259152] [iscsi] ExpDataSN mismatch in SCSI Response (unable to connect or authenticate to OCI oracle iscsi block devices)
Message-ID:  <bug-259152-227-TjsECSW1kn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259152-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259152-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259152

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=3D228726&action=
=3Dedit
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   =3D 169.254.2.9:3260
        targetname      =3D iqn.2015-02.oracle.boot:uefi
}

root@a01:~ # sysctl kern.iscsi.debug=3D10
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:=20=20=20=20=20=20=20=20=20
Initiator alias:=20=20=20=20=20=20=20=20=20=20
Target name:              iqn.2015-02.oracle.boot:uefi
Target portal:            169.254.2.9:3260
Target alias:=20=20=20=20=20=20=20=20=20=20=20=20=20
User:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Secret:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Mutual user:=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Mutual secret:=20=20=20=20=20=20=20=20=20=20=20=20
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259152-227-TjsECSW1kn>