cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME ~~~ Instance Lifecycle ~~~ ##### CLOUDSTACK VERSION ~~~ N/A ~~~ ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY As an Admin,...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ Autoscale Group ~~~ ##### CLOUDSTACK VERSION ~~~ 4.19.0 ~~~ ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY 1....
### Description This adds VM-Instance disk snapshot support for Linstor primary storage. Instance snapshots are stored on the used Linstor storage pool backend and can be converted into regular volume...
This introduces a MySQL innodb table based distributed lock which can be used by one or more management server and its threads. This removes usage of MySQL server provided locking...
Start VM (with considerlasthost=true) failed with NPE when last host removed ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ VM ~~~ ##### CLOUDSTACK VERSION ~~~ 4.18.1.0 ~~~ #####...
### Description This PR fixes the smoke failure in test_primary_storage_scope.py when run with XenServer. #9315 ``` [SF] Trillian test result (tid-10688) Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ SystemVM ~~~ ##### CLOUDSTACK VERSION ~~~ 14.19.0.1 ~~~ ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY If I remove System...
### Description This PR implements Storage filesystem as a first class feature. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+Filesystem+as+a+First+Class+Feature Documentation PR: https://github.com/apache/cloudstack-documentation/pull/420 ### Types of changes - [ ] Breaking change (fix or feature that would...
### Description The configuration update process mixes type validation with range validation in `com.cloud.configuration.ConfigurationManagerImpl#validateConfigurationValue`. To improve this process, this PR splits these validations into two methods (`validateValueType` and `validateValueRange`) and...
### Description This PR... ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change...