My initial setup was, passing trew my drives to TrueNAS vm and mounting them again as NFS in proxmox. Now I want to have a NVME drive in proxmox, so I don't have to wait that TrueNAS is up and running.
The ZFS NVME drive is running and I did move some vm disks over. This is where I realized that my previously qcow2 drives got formated to raw. Since I would just have space for a hand full of disks I try to format them back to qcow2 with
I guess for that command to work, I have to cd in to the storage location of the vm disks. sadly I cant find the mount point of my NVME drive.
PS: I realized I can't make qcow2 disks on my ZFS NVME at all, why that?
The ZFS NVME drive is running and I did move some vm disks over. This is where I realized that my previously qcow2 drives got formated to raw. Since I would just have space for a hand full of disks I try to format them back to qcow2 with
Code:
qemu-img convert -f raw -O qcow2 vm-100-disk-0.raw vm-100-disk-0.qcow2
PS: I realized I can't make qcow2 disks on my ZFS NVME at all, why that?
Last edited: