GitHub user daviftorres added a comment to the discussion: Need help with network rate limit
Hey @SviridoffA , you are at the right spot. There are 3 places where network rate (bandwidth limit) can be defined: - Global parameters - Network Offering - Service Offering How it works - If Service Offering rate = NULL, CloudStack uses the global parameter `vm.network.throttling.rate`. - If Network Offering rate = NULL, CloudStack uses the global parameter `network.throttling.rate`. Changing defaults cannot be done via the WebUI. But you can either create new offerings, or directly update existing ones in the database: - `cloud.network_offerings` (for Network Offerings) - `cloud.service_offering` (for System VMs) When a network rate = 0, mean unlimited bandwidth. GitHub link: https://github.com/apache/cloudstack/discussions/11600#discussioncomment-14352481 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
