Proxmox VE 4.3 ZFS via iSCSI

timota

Renowned Member
Oct 14, 2011
9
2
68
Hi guys,

today i tested my new Proxmox 4.3 with ZFS via iSCSI plugin with Debian 8 with IET.

I followed all manuals found on Prox WIKI. But at the end got en error when creating VM:

Code:
Use of uninitialized value $tid in concatenation (.) or string at /usr/share/perl5/PVE/Storage/LunCmd/Iet.pm line 371.
TASK ERROR: create failed - No such file or directory. at /usr/share/perl5/PVE/Storage/LunCmd/Iet.pm line 376.

What i missed, could you pls advise me ?

My storage.cfg below:

Code:
zfs: ovm3
        pool tank
        blocksize 4k
        portal 10.1.1.91
        iscsiprovider iet
        target target iqn.2001-04.com.example:tank1
        nowritecache
        nodes prox4m3
        content images

ietd.conf is:

Code:
# This is the iscsitarget config file.
# Global options

# Target options

Target iqn.2001-04.com.example:tank1

cat /proc/net/iet/volume :

Code:
root@omv3:~# cat /proc/net/iet/volume
tid:1 name:iqn.2001-04.com.example:tank1


Thank you.