Hi, I created a Windows VM with vm-bhyve, this VM has two disks, one a raw image configured as "ahci-hd" and the 2nd is a zvol. As I noticed that 2nd disk (disk D: in the Windows vm) is painfully slow, and hangs the VM. I stopped it and I'm converting to raw with this command:
The disk is 200gb and I notice the dd process is taking too long, as now it's taking more than 10minutes for 30% of the disk, even with the ZVOL stored on a Pool of two really fast NVME drives.
The zvol was added to the vm with this command:
Code:
dd if=/dev/zvol/vms/bhyve/windowsvm/disk1 of=/vms/bhyve/windowsvm/disk1.img
The disk is 200gb and I notice the dd process is taking too long, as now it's taking more than 10minutes for 30% of the disk, even with the ZVOL stored on a Pool of two really fast NVME drives.
The zvol was added to the vm with this command:
Code:
vm add -d disk -t zvol -s 200G windowsvm