cloudstack icon indicating copy to clipboard operation
cloudstack copied to clipboard

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform

Results 826 cloudstack issues
Sort by recently updated
recently updated
newest added

### Description Fixes #6613 Introduces support for configuring additional alert types that can be published repeatedly, beyond the default set. Operators can now use the dynamic configuration `alert.allowed.repetitive.types` to specify...

component:api
status:needs-testing

### problem While I was trying to create an instance from a backup, it failed. I have tried both NFS and Linstor storage as target pools when restoring from an...

component:backup

### Description Currently, when a public IP allocation request is made, the `quarantined_ips` table is ignored during the selection process. Instead, the system selects an IP without checking its quarantine...

component:networking

### Description As suggested in the mailing list, here is the merge of [acs-api-commands/](https://github.com/pdion891/acs-api-commands) which is use to create CloudStack Release Notes to extract new or update api's. Project renamed...

component:documentation

### Description Fixes #9505 Trim the generated hostname for Windows VM to 15 characters. Doc PR: https://github.com/apache/cloudstack-documentation/pull/575 ### Types of changes - [ ] Breaking change (fix or feature that...

component:networking

### Description This PR enabled option in the UI to choose the isolation method (vlan, vxlan) when creating the public IP range. Fixes #9920 ### Types of changes - [...

component:management-server
component:api
component:UI

### Description Indentation in JSON is optional for the format to be valid, as whitespace is generally insignificant to JSON parsers. However, it is a best practice to indent JSON...

component:UI

### Description This PR adds a simple `EditorConfig` file. I used only three settings to start with. Lots of great projects already use EditorConfig: https://github.com/editorconfig/editorconfig/wiki/Projects-Using-EditorConfig And you can see how...

### Description This PR cleans up following vm and volume allocation algorithms which are redundant and behave same as “random" and “firstfit”, without the "userconcentrated" : 1. userconcentratedpod_random 2. userconcentratedpod_firstfit...

component:api
component:storage

### Description This PR introduces several configuration settings using which an operator can mark certain cryptographic algorithms and parameters as excluded or obsolete for VPN Customer Gateway creation for Site-to-Site...

component:management-server
component:vpc
component:api
component:networking
component:UI