cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
This is to clean-up tests that create resources and do not clean-up after themselves. The idea is that the entire test-suite should be able to be run in a production...
### Description This PR ensures that when `getMemStat()` is called in KVM environments, the hosts actual used memory is returned, and not a static value that was retrieved when the...
### Description Fixes #4314 Failure in attaching k8s ISO is seen when VMware DRS is enabled. Log reported VM is not found. This fix tries to find VM on peer...
[WIP] Include powermock based tests in coverage
### Description ACS + Xenserver works with differential snapshots. ACS takes a volume full snapshot and the next ones are referenced as a child of the previous snapshot until the...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ API ~~~ ##### CLOUDSTACK VERSION ~~~ 4.14.1.0 ~~~ ##### CONFIGURATION N/A ##### OS / ENVIRONMENT CentOS 7, but this is...
### Description The classes AgentProperties and AgentPropertiesFileHandler were previously created to map the existing properties of the agent.properties file to facilitate their use; however, only a few properties were mapped...
Updated resource counter to include correct size after volume creation/resize and other improvements
### Description This PR updates primary_storage resource counter to include correct size after volume creation/resize and other improvements. - Recalculate resource counters for root domain in the periodic task -...
Signed-off-by: Marcus Sorensen ### Description This PR introduces a feature designed to allow CloudStack to manage a generic volume encryption setting. The encryption is handled transparently to the guest OS,...
### Description This PR makes sure a user can not create multiple VMs at once thus going passed their resource limit. For this purpose the part between the resource limit...