cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
### Description This PR... fixes a bug that compares two Long objects, instead of their primitives. The comparison of two Long objects with the same underlying long value returned as...
### Description With the new version of Log4j there is some space for improving log readability using the new features. This PR refactors the logs from the cloud-api module. ###...
### Description The volume snapshots and the snapshot details page show a link to the snapshotted volume. However, if the volume has been removed, it is not possible to access...
### Description This pr is a follow up to the https://github.com/apache/cloudstack/pull/4259 quoted the following from the pr: > By default cloudstack reserves 1Gb of RAM in hosts > using _dom0_memory...
### Description Using the VMware hypervisor, when migrating/resizing one volume, with or without IOPS limitation, and changing the disk offering, this volume keeps the configurations of IOPS of the original...
### Description Fixes #7202 #9110 This PR doesn't completely solve the issue. To completely resolving the issue, we will have to sacrifice the speed at which VMs can be deployed...
ISSUE TYPE Improvement issue COMPONENT NAME Component: UI CLOUDSTACK VERSION Cloudstack version 4.19.0 SUMMARY Remove the delete action item for kubernetes nodes inside a cks cluster Steps to reproduce the...
### Description PR to track 4.20/main branch health.
### Description Fixes #9061 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change...
### Description This PR fixes an NPE when a VM had its template removed while the template still has running VMs. Possibly fixes #8827 but not sure as I've not...