Hello,
The hostDisk only supports raw format, not qcow2 format, and does not support live migration.
The emptyDisk supports qcow2 format and live migration, but does not support specifying the qcow2 file path, and the disk is deleted when the virtual machine is shut down or deleted.
My requirement is: does kubevirt have a disk type that can combine the characteristics of hostDisk and emptyDisk? That is
1. qcow2 format;
2. Can specify the qcow2 file path on the host;
3. Supports live migration;
4. The disk is retained and not deleted when the virtual machine is shut down or deleted.