harikrishna-patnala commented on PR #12414: URL: https://github.com/apache/cloudstack/pull/12414#issuecomment-3809163997
> @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 @rajujith I've added a new issue based on your comment https://github.com/apache/cloudstack/issues/12535. I think we merge this PR as it is intended to add the setting only. -- 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]
