kiranchavala commented on issue #11734: URL: https://github.com/apache/cloudstack/issues/11734#issuecomment-3436711347
The issue is still present Tested with the 4.22RC1 packages Repro steps 1. Have 2 clusters amd, arm , 2. global setting "system.vm.preferred.architecture" is set to x86_64 3. Register 2 cks iso, make sure to select the architecture https://download.cloudstack.org/cks/setup-v1.33.1-calico-x86_64.iso https://download.cloudstack.org/cks/setup-v1.33.1-calico-aarch64.iso <img width="1527" height="235" alt="Image" src="https://github.com/user-attachments/assets/b9be55ae-a25e-4ae0-9a19-e80ee90b90c0" /> 4. Register systemvm-template for arm http://download.cloudstack.org/systemvm/4.22/systemvmtemplate-4.22.0-aarch64-kvm.qcow2.bz2 <img width="1644" height="364" alt="Image" src="https://github.com/user-attachments/assets/1162aaa3-d057-48e3-be5d-a4cb6880e313" /> The request went to the arm cluster and it selected a host there to deploy the control node <img width="1628" height="192" alt="Image" src="https://github.com/user-attachments/assets/6e093623-26e3-46eb-9dc3-d718be070b21" /> Hosts <img width="1619" height="331" alt="Image" src="https://github.com/user-attachments/assets/c5667068-a3a7-4f02-a93d-25f22e97ef61" /> ``` mysql> select id,cluster_id,name from host; +----+------------+---------------------+ | id | cluster_id | name | +----+------------+---------------------+ | 1 | 1 | Cloudstack-kvm-422 | | 2 | NULL | v-2-VM | | 3 | NULL | s-1-VM | | 4 | 2 | rasp-kvm1 | | 5 | 1 | Cloudstack-kvm2-422 | +----+------------+---------------------+ 5 rows in set (0.00 sec) ``` Logs file ( job-17) [management-server.log.zip](https://github.com/user-attachments/files/23097838/management-server.log.zip) cc @harikrishna-patnala @nvazquez @weizhouapache -- 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]
