GitHub user vishesh92 added a comment to the discussion: Cloudstack Issue while creating instance in arm based host
@arpanbht can you share DEBUG logs from the agent? You also need to set the below configuration for arm64 hosts in `agent.properties` if not already done. You also need to use aarch64 systemvm template if there are only arm based hosts in the zone. ``` guest.cpu.arch=aarch64 guest.cpu.mode=host-passthrough host.cpu.manual.speed.mhz=1500 ``` GitHub link: https://github.com/apache/cloudstack/discussions/12876#discussioncomment-16515888 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
