]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/LunCmd/Makefile
Linux LIO/targetcli support
authorUdo Rader <udo.rader@bestsolution.at>
Thu, 26 Jul 2018 21:26:27 +0000 (23:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Aug 2018 12:56:20 +0000 (14:56 +0200)
commit46c6107eb1a9e2a096a4ba89600788d9bea3c2f4
treea1125af0911c548d9073f7936999f745a280417b
parenta6a3786889c866270e3241426eabf3ad3c857fff
Linux LIO/targetcli support

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, a new "LIO target portal group" field needs
to be correctly populated in the "Add: ZFS over iSCSI" popup, containing the
fitting "LIO target portal group" name (typically something like 'tpg1').

Signed-Off-By: Udo Rader <udo.rader@bestsolution.at>
Tested-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/Storage/LunCmd/LIO.pm [new file with mode: 0644]
PVE/Storage/LunCmd/Makefile
PVE/Storage/ZFSPlugin.pm