GitHub user arpanbht added a comment to the discussion: Cloudstack Issue while creating instance in arm based host
@vishesh92 Hey man, for your reference these are the two different agent.properties files for both x86 kvm host and arm host respectively This is the agent.properties of x86 kvm host ``` cluster=1 LibvirtComputingResource.name=mgmt pod=1 sec.ssl.enabled=false resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource use.secure.connection=false private.network.device=cloudbr0 guest.network.device=cloudbr0 libvirt.uri=qemu\:///system ca.plugin.cert.service.enabled=false local.server.ip=192.168.1.51 keystore.passphrase=D3K8hv5G4MEZnqPU hypervisor.type=kvm port=8250 public.network.device=cloudbr0 zone=1 local.storage.uuid=739b1635-265d-4625-a187-0c14df3c16cd LibvirtComputingResource.uuid=d5f21103-2c82-4718-b96f-4b7a3088ab67 host=192.168.1.102@static guid=5c5cb5da-3870-3e51-9550-687709cee231 LibvirtComputingResource.id=13 workers=5 vm.migrate.wait=3600 ``` This is the agent.properties of arm host which is nvidia agx thor ``` cluster=7 LibvirtComputingResource.name=iem10th pod=1 resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource private.network.device=cloudbr0 domr.scripts.dir=scripts/network/domr/kvm guest.network.device=cloudbr0 keystore.passphrase=NfWN3QeVwBm2gNXs host.cpu.manual.speed.mhz=1500 hypervisor.type=kvm port=8250 zone=1 public.network.device=cloudbr0 local.storage.uuid=24e0e8e1-a8ab-44f1-9368-e5cd3763b4da LibvirtComputingResource.uuid=c0225e12-30aa-45d4-bce0-9b5c1a2db530 host=192.168.1.102@static guid=520a87d9-1ba7-3f8d-89a9-05424b548a7d LibvirtComputingResource.id=965 workers=5 guest.cpu.arch=aarch64 iscsi.session.cleanup.enabled=false vm.migrate.wait=3600 ``` --- And these are the traffic labels of the zone which are set to cloudbr0 <img width="512" height="239" alt="image" src="https://github.com/user-attachments/assets/cb2daa1a-75df-430a-862f-00b00f6f72a5" /> <img width="512" height="247" alt="image" src="https://github.com/user-attachments/assets/08fce821-92e1-4453-a0e1-aee30a23447f" /> <img width="512" height="248" alt="image" src="https://github.com/user-attachments/assets/da9d33ad-347a-4bf7-aedc-593fcff10d41" /> <img width="512" height="272" alt="image" src="https://github.com/user-attachments/assets/cc564fe3-c505-4902-a1f0-0171da90c749" /> --- And this whole setup is working on x86 kvm host, where we can create vms. GitHub link: https://github.com/apache/cloudstack/discussions/12876#discussioncomment-16583545 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
