iishitahere opened a new pull request, #10109: URL: https://github.com/apache/cloudstack/pull/10109
This PR addresses the issue with the vm.network.throttling.rate configuration in the cloud.configuration table. The change includes the addition of a default value for the vm.network.throttling.rate parameter, which defines the default data transfer rate in megabits per second allowed in user VM's default network. Added a new configuration entry: Name: vm.network.throttling.rate Value: 200 (Default data transfer rate) Description: Default data transfer rate in megabits per second allowed in user VM's default network. This PR also removes the previous guest.ip.network and guest.netmask configuration entries, as per the requirements. Changes made: Inserted a new entry into the cloud.configuration table for the vm.network.throttling.rate. Deleted old configuration entries guest.ip.network and guest.netmask. Updated necessary code references. Note: A new branch has been created (fix-vm-network-throttling-rate) to reflect these changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
