pve creat zfs how to share

haiwan

Well-Known Member
Apr 23, 2019
249
1
58
37
Hi
have people use pve creat zfs share xenserver connect?
i don't know how to config
 
Please give a few more details:
What do you want to share ?
Between which systems?
maybe share a rough graphic or some configs

Otherwise it is not easy to help you.
 
Please give a few more details:
What do you want to share ?
Between which systems?
maybe share a rough graphic or some configs

Otherwise it is not easy to help you.
sorry too delay reply.
before we use freenas make zfs iscsi share xenserver make storage. but i test freenas zfs running cloud io slow
so now we test promox make zfs running cloud io better.
so i wish use promox make zfs share xenserver connect use. replace freenas.
so have understand ?
 
If I understand you correctly you want to use PVE (with ZFS) as a remote storage for xenserver?
You have 2 possibilities (probably the same as on freenas):
* NFS/CIFS (take a look at using ZFS as NFS-export on linux (it should be as simple as setting up '/etc/exports' to allow xenserver to mount a particular ZFS dataset (and maybe some tweaking of the NFS parameters for speed for n - for CIFS you can configure samba)
* iSCSI - Here it's probably best to use LIO as target provider:
** http://linux-iscsi.org/wiki/LIO
** https://wiki.archlinux.org/index.php/ISCSI/LIO


I hope this helps!