GitHub user SviridoffA added a comment to the discussion: Need help with network rate limit
To summarize: I'm noting this for myself, and it might be useful for others too. My main task was to change the network rate limit. I modified the offering, but changes didn’t apply to the network’s virtual machines because I had vm.network.throttling.rate parameter set. This parameter was applying a restriction to the virtual machine’s interface itself. To freely adjust the network rate, I need to keep the vm.network.throttling.rate value at 0, which means no restrictions. This way, I can change the network rate without worrying about other parameters. However, for the changes made to the vm.network.throttling.rate parameter to take effect on already created virtual machines with the previous value, those VMs need to be powered off and then powered back on. @daviftorres Thanks a lot for helping me figure out this issue! GitHub link: https://github.com/apache/cloudstack/discussions/11600#discussioncomment-14355666 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
