rajujith commented on PR #12414:
URL: https://github.com/apache/cloudstack/pull/12414#issuecomment-3776410665

   @weizhouapache The option added is passed to KVM but its not useful in my 
use case yet due to incorrect controller type set for q35 machine type: 
   
   `
   [resource.wrapper.LibvirtStartCommandWrapper] (AgentRequest-Handler-2:[]) 
(logid:feb005a8) LibvirtException org.libvirt.LibvirtException: unsupported 
configuration: IDE controllers are unsupported for this QEMU binary or machine 
type at org.libvirt.ErrorHandler.processError(Unknown Source) at 
org.libvirt.ErrorHandler.processError(Unknown Source) at 
org.libvirt.Connect.domainCreateXML(Unknown Source) at 
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.startVM(LibvirtComputingResource.java:2241)`
   
   
   ```
   <type arch='x86_64' machine='pc-q35-rhel9.6.0'>hvm</type>
   
   --
   --
   <disk device='cdrom' type='file'>
     <driver name='qemu' type='raw' />
     <source file=''/>
     <target dev='hdc' bus='ide'/>
   </disk>
   
   ```
   rootDiskController=scsi 
   cc @nvazquez 


-- 
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]

Reply via email to