You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?
Make sure you explain why this option is important to you, why it should be important to everyone. Describe your use-case with detail and provide examples where possible.
If it is a very special case, consider using the XSLT support in the provider to tweak the definition instead of opening an issue
Maintainers do not have expertise in every libvirt setting, so please, describe the feature and how it is used. Link to the appropriate documentation
Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
Description of Issue/Question
An attempt to create libvirt domain on aarch64 device with heterogeneous cpu (4xCortex-A76+4xCortex-A55 cores) results into error message:
qemu-system-aarch64: Failed to put registers after init: Invalid argument
Running bare qemu-system-aarch64 with, e.g. cpu=host, works fine. Also running same configuration on the same system with only 4xCortex-A55 cores works fine too.
As shown in this issue, in order to solve the problem one needs to either disable 4 cores on the host or force libvirt to only use subset of cpus via xml or cpuset arg (the latter is linked). The provider currently does not support cpuset argument for vcpus.
Unfortunately, i am no expert in libvirt myself, thus cannot give any underlying documentation.
System Information
Linux distribution
ARMtix
Terraform version
Terraform v1.10.2
on linux_arm64
Provider and libvirt versions
Provider: v0.8.1
Libvirt: 10.10.0
Checklist
Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?
Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
Description of Issue/Question
An attempt to create libvirt domain on aarch64 device with heterogeneous cpu (4xCortex-A76+4xCortex-A55 cores) results into error message:
Running bare qemu-system-aarch64 with, e.g. cpu=host, works fine. Also running same configuration on the same system with only 4xCortex-A55 cores works fine too.
As shown in this issue, in order to solve the problem one needs to either disable 4 cores on the host or force libvirt to only use subset of cpus via xml or cpuset arg (the latter is linked). The provider currently does not support cpuset argument for vcpus.
Unfortunately, i am no expert in libvirt myself, thus cannot give any underlying documentation.
Setup
Steps to Reproduce Issue
The only thing needed to reproduce the issue is a heterogeneous cpu typically found on aarch64 devices.
Additional information:
Do you have SELinux or Apparmor/Firewall enabled? Some special configuration?
Have you tried to reproduce the issue without them enabled?
Disabled; the same setup works on the same system without heterogeneous cpus (4xCortex-A55)
The text was updated successfully, but these errors were encountered: