Experts and Wizards,
In 2024, I am trying to see if FreeBSD release 13 supports being an iSER target?
(We're already using it as a traditional iSCSI and fibre channel target).
The forum has posts from 2017-2020 asking this question, but I can't find any release notes from 13.1 talking about RDMA/iSER.
The man page here says there's iSER initiator mode.
I'm testing ConnectX-3 Pro (VPI) in ETH mode following Mellanox/nVidia manual:
Added:
Set IP addresses on the initiator and FreeBSD. They can ping each other, but initiator cannot see LUNs/Extents. I don't know if I'm missing something obvious or this was never supported.
In 2024, I am trying to see if FreeBSD release 13 supports being an iSER target?
(We're already using it as a traditional iSCSI and fibre channel target).
The forum has posts from 2017-2020 asking this question, but I can't find any release notes from 13.1 talking about RDMA/iSER.
The man page here says there's iSER initiator mode.
I'm testing ConnectX-3 Pro (VPI) in ETH mode following Mellanox/nVidia manual:
Code:
kldload mlx4
kldload mlx4en
kldload ibcore
kldload mlx4ib
kldload ipoib
kldload iser
Added:
Code:
mlx4_load="YES"
mlx4ib_load="YES"
iser_load="YES"
ipoib_load="YES"
mlx4en_load="YES"
Last edited by a moderator: