I have a virtual machine with Nextcloud installed and previously was using an NFS mount from FreeNAS as a backend. As part of my migration to proxmox, I set up a local zpool for my cloud storage (on the proxmox host) mounted at /tank/cloudstorage. What is the best way to mount that zpool inside the VM?
I was looking at adding a hard disk in the hardware section of the VM, but it seems like I must specify a disk size. Is there a way to mount the zpool in a high performance way and also just use the full zpool's capacity without setting an artificial disk size which might need to be manually expanded later?
Is NFS a valid approach to this problem? It seems like that just adds an unnecessary layer of complexity (and possibly performance issues).
I was looking at adding a hard disk in the hardware section of the VM, but it seems like I must specify a disk size. Is there a way to mount the zpool in a high performance way and also just use the full zpool's capacity without setting an artificial disk size which might need to be manually expanded later?
Is NFS a valid approach to this problem? It seems like that just adds an unnecessary layer of complexity (and possibly performance issues).