weizhouapache commented on code in PR #10213: URL: https://github.com/apache/cloudstack/pull/10213#discussion_r2368873264
########## 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: In my opinion, the root disk and data disk controller should not be changed when vm is stopped and started, in regardless of the vm settings -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org