cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
### Description This PR fixes a regression of #9900 prior to this PR ``` 2025-06-05 12:28:53,992 DEBUG [cloud.agent.Agent] (AgentRequest-Handler-1:[]) (logid:) Processing command: com.cloud.agent.api.PatchSystemVmCommand 2025-06-05 12:29:25,959 DEBUG [resource.wrapper.LibvirtPatchSystemVmCommandWrapper] (AgentRequest-Handler-1:[]) (logid:) Patch...
This PR fixes the traffic shaping issue for secondary NICs in VmwareTrafficLabel. Previously, traffic shaping was not applied correctly to secondary NICs, causing inconsistencies. This fix ensures that traffic limits...
This update involves removing the traffic shaping functionality from the system. Previously, traffic shaping was being applied to control the flow of data across the network, but after careful consideration,...
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...
### Description This PR corrects an incorrect behavior in the UI where users who have access to the `changeOfferingForVolume` API, but are not _admins_, cannot use it. ### Types of...
##### ISSUE TYPE * Improvement Request ##### COMPONENT NAME ~~~ Improvement Request (UI, Functionality) ~~~ ##### CLOUDSTACK VERSION ~~~ 4.19 ~~~ ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A #####...
### Description Fixes #10589 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change...
### Description This PR changes the behavior of Security Groups to disable connection tracking when it is not needed. The idea is that the VM that have "allow all" rule...
### Description Fixes #10931 Role for default accounts shouldn't be changed. Appropriate error should be returned by the server and UI should not present option for them. ### Types of...
### Description This PR enables VR to allow outgoing traffic from Remote access VPN clients via CloudStack VR. This PR is a draft. Ideally there is a global/account configuration, or...