Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvm2 driver: Use scsi cdrom for compabillity with linux/aarch64
On linux/aarch64 (e.g. Asahi Linux on MacBook M*) booting from SATA cdrom is broken and the VM drops into the UEFI shell. It seems that linux/aarch64 supports only virtio and scsi devices[1]. Replace with scsi cdrom (like the x86 version) and addd a virtio-scsi controller since the default scsi controller does not boot as well. [1] https://kubevirt.io/user-guide/virtual_machines/virtual_machines_on_Arm64/#disks-and-volumes Fixes kubernetes#18238
- Loading branch information