-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cloudstack 4.20 - Configuration Wizard fails on aarch64 host (management server and kvm host) #10014
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
I can see the Arch field when add a new cluster, maybe it is just missed in the zone wizard maybe @nvazquez can advise. |
I think you''re right, Wei. It must be something in the zone wizard. I just quickly had a looked at the code and maybe it has something to do with this file: https://github.com/apache/cloudstack/blob/main/ui/src/views/infra/zone/ZoneWizardAddResources.vue |
Hi @Somaimo - indeed the zone wizard is missing the option. As a workaround you can add clusters and hosts selecting the arch type from the clusters and hosts view |
Thanks @nvazquez, I already did that and it worked flawlessly. Thanks for the help. |
Thanks for the issue report @Somaimo I think we still assume the primary zone that anybody already had or will start using ACS with is x86 which is why the zone wizard doesn't support it yet and the cluster option allows to later add/support aarch64 clusters/hosts. We should be able to fix this easily by allowing arch option in the cluster step of the zone creation wizard UI. |
Hi @nvazquez, looks good and works like a charm on my infrastructure. Thanks a lot for the great work. |
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
New installation on arm64 Hardware (Radxa Rock 5B (but I don't think this matters). With the Management Server and KVM Host on the same hardware (as a test environment).
OS / ENVIRONMENT
Ubuntu 24.04
SUMMARY
The configuration wizard on a new installation, after log in, fails to add a host, because the wizard seems to set the cluster architecture to x86_64 and the kvm host is aarch64. The wizard also doesn't allow an option to change the architecture type on the cluster. A corresponding error message also is logged in the
management-server.log
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: