Zfs Iscsi from Qnap NAS

Uzzi

Renowned Member
May 15, 2012
10
0
66
hi I've to add zfs iscsi from Qnap. Qnap have no access for root by ssh!
can I connect with admin user (ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/IP_id_rsa admin@IP)?
 
hello there
QNAP TES-1885u is using ZFS internally
is there any way to add zfs over iscsi from Qnap TES-1885u ???
i tried to do it but i have only 4 options for ISCSI provider : Comstar, istgt, IET LIO
Storage succesfuly created, its enabled but not active
is there a way to have a step by step how to ???
 
No, you have to develop it yourself.

You can have a look at the perl code, it is almost straight forward to add new devices.

Thanks a lot for your answer
and how can i do it using perl code (i never did that)???
can you propose where to start from ???
 
hello there
QNAP TES-1885u is using ZFS internally
is there any way to add zfs over iscsi from Qnap TES-1885u ???
i tried to do it but i have only 4 options for ISCSI provider : Comstar, istgt, IET LIO
Storage succesfuly created, its enabled but not active
is there a way to have a step by step how to ???

Hi,

QNAP QES seems to be FreeBSD based (https://www.qnap.com/qes/2.1.0/) so BSD method should work, can you confirm this ?

Regards,
 
I believe it depends on the iSCSI target.

If you're using SCST, I think you'll need an API on the NAS side, like Truenas Scale, along with an external plugin.