[pve-devel] [PATCH container 0/2] Linux LIO/targetcli support
Udo Rader
udo.rader at bestsolution.at
Fri Jun 8 12:27:26 CEST 2018
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
More information about the pve-devel
mailing list