[Bug 211990] iscsi fails to reconnect and does not release devices
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 17 11:54:15 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211990
--- Comment #12 from Julien Cigar <julien at perdition.city> ---
Some more info:
on filer2:
root at filer2:/home/jcigar # cat /etc/ctl.conf
auth-group ag0 {
chap xxx xxx
}
portal-group pg0 {
discovery-auth-group no-authentication
listen 10.20.30.32
}
target iqn.2016-08.lan.prod:target0 {
auth-group ag0
portal-group pg0
lun 0 {
blocksize 4096
path /dev/gpt/f2data0
}
}
target iqn.2016-08.lan.prod:target1 {
auth-group ag0
portal-group pg0
lun 0 {
blocksize 4096
path /dev/gpt/f2data1
}
}
root at filer2:/home/jcigar # ifconfig bge1
bge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 9000
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether d0:bf:9c:3a:b7:25
inet 10.20.30.32 netmask 0xffffff00 broadcast 10.20.30.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
root at filer2:/home/jcigar # pciconf -lv bge1
bge1 at pci0:2:0:1: class=0x020000 card=0x22e8103c chip=0x165f14e4 rev=0x00
hdr=0x00
vendor = 'Broadcom Corporation'
device = 'NetXtreme BCM5720 Gigabit Ethernet PCIe'
class = network
subclass = ethernet
root at filer2:/home/jcigar # grep 'bge1' /var/run/dmesg.boot
bge1: <Broadcom BCM5720 A0, ASIC rev. 0x5720000> mem
0x92b00000-0x92b0ffff,0x92b10000-0x92b1ffff,0x92b20000-0x92b2ffff at device 0.1
on pci2
bge1: APE FW version: NCSI v1.3.12.0
bge1: CHIP ID 0x05720000; ASIC REV 0x5720; CHIP REV 0x57200; PCI-E
miibus1: <MII bus> on bge1
bge1: Using defaults for TSO: 65518/35/2048
bge1: Ethernet address: d0:bf:9c:3a:b7:25
bge1: link state changed to DOWN
bge1: link state changed to UP
on filer1.prod.lan:
root at filer1:/home/jcigar # cat /etc/iscsi.conf
t0 {
TargetAddress = 10.20.30.32
TargetName = iqn.2016-08.lan.prod:target0
AuthMethod = CHAP
chapIName = xxx
chapSecret = xxx
}
t1 {
TargetAddress = 10.20.30.32
TargetName = iqn.2016-08.lan.prod:target1
AuthMethod = CHAP
chapIName = xxx
chapSecret = xxx
}
root at filer1:/home/jcigar # ifconfig bge1
bge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 9000
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether d0:bf:9c:3a:c6:e1
inet 10.20.30.31 netmask 0xffffff00 broadcast 10.20.30.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex,master>)
status: active
root at filer1:/home/jcigar # pciconf -lv bge1
bge1 at pci0:2:0:1: class=0x020000 card=0x22e8103c chip=0x165f14e4 rev=0x00
hdr=0x00
vendor = 'Broadcom Corporation'
device = 'NetXtreme BCM5720 Gigabit Ethernet PCIe'
class = network
subclass = ethernet
root at filer1:/home/jcigar # grep 'bge1' /var/run/dmesg.boot
bge1: <Broadcom BCM5720 A0, ASIC rev. 0x5720000> mem
0x92b00000-0x92b0ffff,0x92b10000-0x92b1ffff,0x92b20000-0x92b2ffff at device 0.1
on pci2
bge1: APE FW version: NCSI v1.3.12.0
bge1: CHIP ID 0x05720000; ASIC REV 0x5720; CHIP REV 0x57200; PCI-E
miibus1: <MII bus> on bge1
bge1: Using defaults for TSO: 65518/35/2048
bge1: Ethernet address: d0:bf:9c:3a:c6:e1
bge1: link state changed to DOWN
bge1: link state changed to UP
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-scsi
mailing list