We have installed proxmox on 2 x 250gb disks (raid 10).
We are using 8 disk of 1.9tb for data. We have created ZFS using (Host -> Disk -> ZFS -> Create ZFS). All the 8 disks are used on raid 10.
This newly created zfs is mounted using the following commands
zfs create vmdataserver01/data
zfs set mountpoint=/vmdata vmdataserver01/data
We are creating the shared directory using Storage->Add->Directory (Here the directory path is mounted folder i.e /vmdata)
As we want to clone the VM between multiple host, We are creating the VMs (disk image) on the mounted directory of /vmdata.
Is there anything wrong with this approach ?
We are using 8 disk of 1.9tb for data. We have created ZFS using (Host -> Disk -> ZFS -> Create ZFS). All the 8 disks are used on raid 10.
This newly created zfs is mounted using the following commands
zfs create vmdataserver01/data
zfs set mountpoint=/vmdata vmdataserver01/data
We are creating the shared directory using Storage->Add->Directory (Here the directory path is mounted folder i.e /vmdata)
As we want to clone the VM between multiple host, We are creating the VMs (disk image) on the mounted directory of /vmdata.
Is there anything wrong with this approach ?