ZStack Cloud 5.5.38
Highlights
- Enhanced DPU Elastic Baremetal Capabilities: Extends DPU baremetal instance creation and O&M capabilities with multiple business networks, data volumes, and VNC console management for more high-performance infrastructure scenarios.
- Expanded Monitoring and Alarm Ecosystem Integration: Adds SNMP Trap v2c and v3 support and enables flexible SMS gateway integration through plugins, improving integration with notification channels.
- Time Policies for Security Groups and VPC Firewall Rule Sets: Set effective dates and time periods for rules to run once or repeat weekly, allowing network access policies to take effect or stop taking effect as scheduled for working hours, temporary access, and recurring access control.
Release Overview
- VM Instances Can Reclaim Primary Storage Space After Data Deletion
- Load Balancer Improvements
- Supports Batch Enabling and Disabling Backend Servers
- Supports HTTPS Health Checks
- Security Groups and VPC Firewall Rule Sets Support Time Policies
- Improves Management Network Dual-Stack Deployment and Access
- ZBS Primary Storage Supports CBT Backup
- Ceph Primary Storage Supports Multiple Image Cache Pools
- Adds VM Instance Running and Stopped State Event Alarms
- Automatically Acknowledges Alarm and Recovery Messages After Resource Alarm Recovery
- Supports Plugin-Based SMS Gateway Integration
- SNMP Trap Supports v2c and v3
- Enhances DPU Baremetal Instance O&M
- Baremetal Nodes Support Tag Management
- Improves VM Instance Migration Task Details
- Supports the ZMigrate Migration Service
- Fixes Management Network IP Addresses Not Released After VPC vRouter Creation Fails
- Fixes SR-IOV VM Instance Startup Failures on Hygon Hosts
- Optimizes Coordinated Management of the Cloud Platform and ZStone Vhost Service
- Fixes SharedBlock Primary Storage Lock Exceptions on 512e Devices
- Fixes Target Host Capacity Reservation Errors During Live Migration
- Optimizes High Availability Protection Checks for Ceph Primary Storage Network Failures
- Optimizes Target Network Checks for Online Backup
- Fixes Concurrent Full Backup Task Exceptions
- Fixes ImageStore Concurrent Export Stability Issues
- Security Updates
VM Instance
VM Instances Can Reclaim Primary Storage Space After Data Deletion
ZStack Cloud 5.5.38 supports reclaiming unused disk space after data deletion by using the q35 virtual motherboard and Virtio BLK Discard mechanism in VM instances. This reduces invalid occupancy and improves storage utilization. New eligible VM instances created through the UI use the q35 virtual motherboard by default. For existing VM instances, you can switch to the q35 virtual motherboard in Advanced Settings on the details page when the instance is stopped.
Note: To use this capability, make sure that the following requirements are met:- The cloud platform runs in an H84R environment.
- The primary storage type is local storage or Ceph (ZStone distributed block storage).
- The VM instance architecture is
x86_64; the operating system is Debian 12, Ubuntu 22.04.5, or Ubuntu 24.04.1; and the operating system kernel, Virtio driver, and file system support the Virtio BLK Discard mechanism. - Before changing the motherboard type of an existing VM instance, back up data and check
/dev/vdX, PCI addresses, passthrough devices, and special device topology configurations.
Cloud Networking
Load Balancer Improvements
ZStack Cloud 5.5.38 provides the following load balancer improvements:
Supports Batch Enabling and Disabling Backend Servers
You can enable or disable one or more backend servers in a load balancer listener. When a server is disabled, the platform no longer distributes new access traffic to it but retains its port, weight, and server group configurations. After the server is enabled again, health checks restore its traffic capacity, enabling rapid traffic removal and recovery during service releases, maintenance, or fault handling.
Supports HTTPS Health Checks
You can use HTTPS to check the health of load balancer backend servers and configure the check path, request method, expected response status code, check port, and health threshold as needed. This applies to web services that require encrypted probing.
Security Groups and VPC Firewall Rule Sets Support Time Policies
ZStack Cloud 5.5.38 supports setting time policies for security groups and VPC firewall rule sets. You can configure effective dates and time periods for rules to run once or repeat weekly, allowing security group rules and rules synchronized to associated firewalls to automatically take effect or stop taking effect as scheduled. This supports scenarios such as access during working hours, temporary authorization, and periodic access control, reducing manual enablement and disablement operations and the risk of omissions.
Each security group or rule set can have multiple time policies, one of which can be selected as the current policy. Rules are not time limited when no current policy is set. Time policies support local time and UTC and provide status display and expiry reminders.
Improves Management Network Dual-Stack Deployment and Access
ZStack Cloud 5.5.38 improves IPv4/IPv6 dual-stack deployment and access for the management network. Management nodes can be configured with both IPv4 and IPv6 addresses, and you can use either type of address to access the platform UI and API. Other nodes can access the platform through IPv4 or IPv6.
Cloud Storage
ZBS Primary Storage Supports CBT Backup
ZStack Cloud 5.5.38 adds CBT support for ZBS (CBD protocol) primary storage. You can perform full backups, incremental backups, and data recovery for root volumes and data volumes of VM instances. This feature requires ZBS 1.9.0.
Ceph Primary Storage Supports Multiple Image Cache Pools
ZStack Cloud 5.5.38 supports configuring multiple image cache pools in the same Ceph primary storage. You can add existing physical storage pools as image cache pools and select the image cache pool policy in global settings. The platform selects a cache according to the policy when you create a VM instance, change an image, or reset a root volume, improving image-use flexibility in multi-storage-pool scenarios.
Monitoring and Alarms
Adds VM Instance Running and Stopped State Event Alarms
ZStack Cloud 5.5.38 adds the VM Instance Entered Running State and VM Instance Entered Stopped State alarm rules. You can use these rules to create event alarms and track VM instance state changes.
Automatically Acknowledges Alarm and Recovery Messages After Resource Alarm Recovery
ZStack Cloud 5.5.38 adds the Automatically Acknowledge Alarm Messages After Resource Alarm Recovery global setting. When enabled, related alarm and recovery messages are automatically acknowledged after a resource alarm meets the recovery condition, without manual intervention.
Supports Plugin-Based SMS Gateway Integration
ZStack Cloud 5.5.38 adds an SMS gateway plugin type. You can use custom plugins to flexibly integrate various SMS gateway servers and send platform alarm messages by SMS.
SNMP Trap Supports v2c and v3
ZStack Cloud 5.5.38 adds SNMP Trap v2c and v3 support in addition to existing v1 compatibility, meeting the integration and security requirements of more monitoring platforms.
Elastic Baremetal Management
Enhances DPU Baremetal Instance O&M
ZStack Cloud 5.5.38 enhances configuration and O&M capabilities for DPU elastic baremetal instances. You can create instances by offering, configure multiple business networks, IP addresses, and data volumes, and perform O&M operations including start, stop, restart, delete, system reinstallation, and login password changes. You can also perform O&M through the VNC console and identify and use existing management network bond configurations on the DPU SoC.
Baremetal Nodes Support Tag Management
ZStack Cloud 5.5.38 supports adding tags to baremetal nodes for resource filtering and classification.
User Experience Improvements
Improves VM Instance Migration Task Details
ZStack Cloud 5.5.38 improves the display of VM instance migration task details. When you view a migration task, you can directly obtain key information about the VM instance, source host, target host, source primary storage, and target primary storage to quickly confirm the migration scope and execution status.
Capability Expansion
Supports the ZMigrate Migration Service
ZStack Cloud 5.5.38 supports installing and using the ZMigrate migration service through the App Center to migrate VM instances from other platforms to the current platform. VMware source platforms are currently supported.
Bug Fixes
Fixes Management Network IP Addresses Not Released After VPC vRouter Creation Fails
Fixes an issue where allocated management network IP addresses were not released after subsequent network address allocation failed during VPC vRouter creation, preventing continued address occupancy.
Fixes SR-IOV VM Instance Startup Failures on Hygon Hosts
Fixes an issue where a host could become disconnected when a VM instance configured with SR-IOV NIC passthrough started on a Hygon host, improving startup stability for SR-IOV VM instances on Hygon hosts.
Optimizes Coordinated Management of the Cloud Platform and ZStone Vhost Service
Fixes an issue where duplicate management of the Vhost service could cause association failures when ZStone primary storage was connected through the Vhost protocol. After the fix, ZStone deployment manages the Vhost service centrally. Cloud Platform 5.5.38 must be used with ZStone 5.5.12.
Fixes SharedBlock Primary Storage Lock Exceptions on 512e Devices
Fixes an issue where lock exceptions on 512e sector devices in SharedBlock primary storage caused volume creation, attachment, or expansion to fail, improving storage lock recovery reliability.
Fixes Target Host Capacity Reservation Errors During Live Migration
Fixes an issue where resources reserved on the target host during VM instance live migration were not correctly included in capacity statistics, preventing the reserved resources from being used by other tasks.
Optimizes High Availability Protection Checks for Ceph Primary Storage Network Failures
Fixes an issue where a high availability protection service could be incorrectly determined to be available before it was ready when the Ceph primary storage network failed, preventing related high availability operations from continuing when protection conditions are insufficient.
Optimizes Target Network Checks for Online Backup
Optimizes target network checks before online backup to prevent backup target network connection exceptions from affecting running VM instances.
Fixes Concurrent Full Backup Task Exceptions
Fixes an issue where duplicate uploads of shared parent images caused concurrent full backup tasks to fail, improving their stability.
Fixes ImageStore Concurrent Export Stability Issues
Fixes an issue where backup data restoration tasks could fail during concurrent ImageStore export, export cancellation, or image reading, improving data protection task stability.
Security Updates
Updates the operating system kernel to fix the following vulnerabilities: CVE-2026-74684, CVE-2026-43499, CVE-2026-64561, CVE-2026-64600, CNNVD-2025-88283257, CNNVD-2025-25811155, CNNVD-2025-61091425, CNNVD-2025-93979693, and CNNVD-2025-99729243.
