introducing LIO/targetcli support allowing to use recent linux distributions as iSCSI targets for ZFS volumes.
In order for this to work, two preconditions have to be met: #1 the portal has to be set up correctly using targetcli #2 the initiator has to be authorized to connect to the target based on the initiator's InitiatorName When adding a LIO iSCSI target, the "Target group" field has to be populated with the fitting "Target Portal Group" name (typically something like 'tpg1'). Udo Rader (2): adding linux LIO support adding linux LIO support PVE/Storage/LunCmd/LIO.pm | 398 ++++++++++++++++++++++++++++++++++++ PVE/Storage/LunCmd/Makefile | 2 +- PVE/Storage/ZFSPlugin.pm | 7 +- 3 files changed, 405 insertions(+), 2 deletions(-) create mode 100644 PVE/Storage/LunCmd/LIO.pm -- 2.17.1 _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
