-
Notifications
You must be signed in to change notification settings - Fork 463
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Ubuntu 24.04 - Getting 's390-ccw-virtio-noble' does not support ACPI for libvirt_domain #1094
Comments
@dmacvicar , please help here |
I think this issue is related to libvirt directly more than to this provider. I would advise to try to reproduce this error using |
Hello @scabala , I used virt-install and I am able to bring up an instance. I used debug mode to see what is in the XML config generated by the provider. I can see it is defining <domain type="kvm">
<name>sashwatk_onprem_crypto_passthrough-domain</name>
<memory unit="MiB">8192</memory>
<vcpu>2</vcpu>
<os>
<type machine="s390-ccw-virtio">hvm</type>
</os>
<features>
<pae></pae>
<acpi></acpi>
<apic></apic>
</features>
<cpu></cpu>
<devices>
<disk type="volume" device="disk">
<driver name="qemu" type="qcow2"></driver>
<source pool="sashwatk_onprem_cryptopassthrough_pool" volume="sashwatk_onprem_crypto_passthrough-vda"></source>
<target dev="vda" bus="virtio"></target>
</disk>
<disk type="volume" device="disk">
<driver name="qemu" type="raw"></driver>
<source pool="sashwatk_onprem_cryptopassthrough_pool" volume="sashwatk_onprem_crypto_passthrough-vdc"></source>
<target dev="vdb" bus="virtio"></target>
</disk>
<interface type="network">
<mac address="52:54:00:02:b6:df"></mac>
<source network="default"></source>
<model type="virtio"></model>
</interface>
<console>
<target type="sclp" port="0"></target>
</console>
<channel type="unix">
<target type="virtio" name="org.qemu.guest_agent.0"></target>
</channel>
<rng model="virtio">
<backend model="random">/dev/urandom</backend>
</rng>
</devices>
</domain> Would you guide me where should I raise the issue? Thank you for the response. |
In that case I think this might be provider issue. Could you share the |
Hello @scabala , The following the xsl file contents.
|
Hello @scabala , Did you get a chance to take a look into this issue? |
Hi, |
Hello @dmacvicar , |
@Sashwat-K I could just remove ACPI on s390, but I am not sure if I will break something for someone else. How can I know for sure?
|
Can you attach the output of
and
against the host? |
Related to #746 |
Hello @dmacvicar
|
Hey @dmacvicar , I tried XSL method, the file is present in the comments above. The issue is still there. We can't provide an image. But, I am ready to actively support you on any s390x related issues. |
@Sashwat-K |
I am not sure on how to remove ACPI. Would you help? |
Sashwat, sorry, with all my respect 🙏 we are in the same place, and I would also need to google/remember the right XSL to remove an element from XML file. Just google/ChatGPT and make it remove the I also opened https://github.com/dmacvicar/terraform-provider-libvirt/discussions as a forum for help and sharing of recipes, though is quite new. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
System Information
Linux distribution
Ubuntu 24.04
Terraform version
Provider and libvirt versions
Description of Issue/Question
Setup
Steps to Reproduce Issue
Error
Additional information:
This terraform script is working on Ubuntu 22.04 and RHEL 8.4. But, not working in Ubuntu 24.04
I tried manually creating using
virsh define
andvirt-install
and it is working.The text was updated successfully, but these errors were encountered: