So, I read up on zfs and thought I'd play around with it a bit. I created a pool on the hypervisor, and I gave a slice of it to a VM by adding a harddisk for the VM in proxmox.
Now in the VM i see a /dev/vda device. In fdisk it is unpartitioned. But how do I use it?
Should I just pvcreate /dev/vda and create my filesystems as usual? But it is my understanding that it is not good practice to create file systems on top of zfs?
I just need someone to explain howI get from this /dev/vda to something that can be used to store files in the VM. If it can be done in more than one way I'd like to know which one is best practice to use and why. Thanks.
Now in the VM i see a /dev/vda device. In fdisk it is unpartitioned. But how do I use it?
Should I just pvcreate /dev/vda and create my filesystems as usual? But it is my understanding that it is not good practice to create file systems on top of zfs?
I just need someone to explain howI get from this /dev/vda to something that can be used to store files in the VM. If it can be done in more than one way I'd like to know which one is best practice to use and why. Thanks.