Was running successfully a single server of ESXi. Inside was FreeBSD machine with a pass-through LSI2308 controller with 4 disks in a zfs volume. Everything was fine. This storage was passed to ESXi via iSCSI (ctld(8)). Everything was working excellent until I upgraded to 12 (and then 13) version. Now upon restart the FreeBSD storage is not detected in ESXi. I have to rescan, rescan, edit iscsi setting and something in between it works...
ctl.conf is unchanged
ctl.conf is unchanged
Code:
portal-group pg0 {
discovery-auth-group no-authentication
listen 172.xxx
listen [::]
}
target iqn.2022.local.xxx:target0 {
auth-group no-authentication
portal-group pg0
lun 0 {
path /dev/zvol/istorage/iscsi
}
}