cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
### problem This Issue is created with reference to discussion https://github.com/apache/cloudstack/discussions/10383 I Have cloudstack infrastructure using ceph as primary storage and all the templates created from existing volumes are in...
### Description This PR disables the setting `reboot.host.and.alert.management.on.heartbeat.timeout`. When there is a storage issue, even if the high availability isn't enabled, CloudStack will reboot the host. ### Types of changes...
### problem When tracking volume usage in the `cloud_usage` table` (usage_type = 6)`, the `vm_instance_id` field is `NULL`, even if the volume is currently attached to a VM. This leads...
### Problem There is a problem on VMware to KVM migration in case the converting host doesn't have ovftool installed: conversion process fails with: ```` Cannot invoke org.apache.cloudstack.vm.UnmanagedInstanceTO.setCpuCores(java.lang.Integer)" because "convertedInstance...
Bouncycastle no longer release jdk15on jars. Best to switch to the jdk18on ones. This is a critical security library and the old jdk15on jars have multiple security bugs (CVEs). *...
### problem in fresh installation of 4.20.1-RC ``` 2025-06-03 13:15:19,539 DEBUG [c.c.u.d.DatabaseAccessObject] (main:[]) (logid:) Statement: CREATE INDEX i_network_offering_details__name ON network_offering_details (name) 2025-06-03 13:15:19,566 DEBUG [c.c.u.d.DatabaseAccessObject] (main:[]) (logid:) Created index i_network_offering_details__name...
### Description The secondary storage selectors allow operators to specify, for instance, that templates should go to secondary storage A and snapshots to secondary storage B. When registering a template,...
### problem There is a version label mismatch in the Docker image simulator-4.19.3.0. The image name indicates version 4.19.3.0, but when inspecting the image labels with docker inspect simulator-4.19.3.0 |...
### Description This PR... As a MacOS user, I need a Docker environment which packages all the necessary dependencies in order to locally work on cloudstack. This PR introduces containerization...
### Description This PR has the following improvements for Management Server - Prepare for Maintenance and Cancel Maintenance. - Added new setting 'management.server.maintenance.ignore.maintenance.hosts' to ignore hosts in maintenance states while...