shwstppr commented on code in PR #10213:
URL: https://github.com/apache/cloudstack/pull/10213#discussion_r2387493660
##########
api/src/main/java/com/cloud/vm/VmDetailConstants.java:
##########
@@ -53,6 +53,9 @@ public interface VmDetailConstants {
String NIC_MULTIQUEUE_NUMBER = "nic.multiqueue.number";
String NIC_PACKED_VIRTQUEUES_ENABLED = "nic.packed.virtqueues.enabled";
+ // KVM specific, disk controllers
+ String KVM_WIN_SKIP_FORCE_DISK_CONTROLLER =
"win.skip.force.disk.controller";
Review Comment:
@weizhouapache In my test they are not really changed. Even at the
deployment time, Windows VM with secure boot was always getting `sata` while
other (Linux, etc) VMs were getting `virtio`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]