cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
### Description CloudStack supports Multi-Arch zones #9619 since 4.20. This PR introduces an optional parameter ARCH for the `create-kubernetes-binaries-iso.sh` script to include the corresponding arch binaries. Also, the generated ISO...
### Description This PR allows the users to deploy virtual machines with an existing volume or a snapshot. For now it is limited only for KVM hypervisors and Zone-wide storage...
### Description This PR enhances the PowerFlex/ScaleIO MDM and host SDC connections, includes the following changes. - Introduced timeout configuration 'powerflex.mdm.change.apply.timeout.ms' (Default value: 1000 ms) at zone scope, to wait...
### problem I am seeing the below error in logs. This error shouldn't occur and needs code investigation for fixing this. ``` 2025-06-18 00:00:00,608 ERROR [c.c.u.d.T.Transaction] (Finalizer:[]) (logid:) Something went...
### Description This PR enables Admin to configure UI Announcement banner containing message through config.json. HTML based message is supported apart from regular text It can be configured by defining...
### problem The Management Server Jobs Pending view in the UI is showing ALL jobs in the async_job table for the management server id, not just those with pending status....
### Description This PR fixes the selection of system VM templates for CKS clusters honouring the setting `system.vm.preferred.architecture` Fixes: #10944 ### Types of changes - [ ] Breaking change (fix...
### problem When creating a ResourceAdmin account with special listing permissions on a domain with a dedicated zone, CloudStack is listing all the zones on the environment, instead of filtering...
### problem After finishing the process and restarting the System VMs, everything seems to be working fine, except the connectivity to the Console on proxy or any VM that was...
### Description This PR fixes some inconsistencies in object names and messages. doc pr : https://github.com/apache/cloudstack-documentation/pull/506 #### ACL Lists 1. Replace ACL Lists with ACLs as Access Control List Lists...