GitHub user weizhouapache added a comment to the discussion: What's your vm provisioning time?
normally the first vm in a network or from a template will take longer time than usual. to speed up - use persistent network (isolated network), as @JoaoJandre said. so that the network will be implemented when start, it will not be shutdown even if there is no vms running. - use "prepareTemplate" API to copy the templates to all or specific storage pools. However, if the template is not in use for a period, it will be removed from primary storage pools. It would be good to have another propertiy for template, similar as `persistent` network. GitHub link: https://github.com/apache/cloudstack/discussions/9695#discussioncomment-10694587 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org