I have a mounted ZFS over iSCSI storage device using the LIO plugin.
It is successfully mounted to my nodes
I took a loot into the /Storage/ISCSIPlugin.pm to see how the storage is being mounted. It looks like it is using iscsiadm
But when I try to see the devices
It reports:
I tried
Which shows neither the storage nor any of the mounted LUNS or zvols that are successfully mounted on my nodes.
Specifically I was hoping to modify the ISCSIPlugin.pm file or run this command manually:
So that I can utilize my RDMA/iSER setup on my iSCSI target.
But that command returns the same:
Can someone help point me in the right direction?
Thanks
It is successfully mounted to my nodes
I took a loot into the /Storage/ISCSIPlugin.pm to see how the storage is being mounted. It looks like it is using iscsiadm
But when I try to see the devices
# /usr/bin/iscsiadm --mode node
It reports:
iscsiadm: No records found
I tried
# lsscsi
Which shows neither the storage nor any of the mounted LUNS or zvols that are successfully mounted on my nodes.
Specifically I was hoping to modify the ISCSIPlugin.pm file or run this command manually:
/usr/bin/iscsiadm --mode node --targetname iqn.2003-01.org.setup.lun.test -o update --name iface.transport_name --value iser
So that I can utilize my RDMA/iSER setup on my iSCSI target.
But that command returns the same:
iscsiadm: No records found
Can someone help point me in the right direction?
Thanks