🌟 Apache CloudStack — Daily Status Report
June 16, 2026
🚀 Latest Releases
Great job to all release managers — active maintenance across two LTS branches keeps the community secure and current! 🔐
🔀 Recent Merges (Last 72h)
Some exciting improvements landed:
- ✅
#12617 CLVM enhancements and fixes (4.23.0) — modernizes the CLVM storage implementation with CLVM_NG support on QCOW2/LVM, replacing the deprecated corosync/pacemaker-based approach. Great work @Pearl1594!
- ✅
#10098 Guest OS rules (4.23.0) — adds JavaScript-based rules to restrict VM placement on hosts by guest OS, enabling stricter workload isolation and licensing optimization. Kudos @BryanMLima!
- ✅
#13420 Add bhouse-nexthop to contributors list — welcome to a new contributor! 🎉
- ✅
#13131 Fix NPE when migrating VM away with volumes (4.20.4) — thanks @weizhouapache!
- ✅
#13019 Fix usage server stuck on duplicate VM events (4.20.4) — resolves a reliability issue in usage processing. Thanks @abh1sar!
🔧 Active Pull Requests (20 open)
Milestone breakdown: 4.23.0 (6) · 4.22.2 (3) · 4.20.4 (2) · unassigned (9)
Draft PRs: 6
Highlighted PRs needing attention:
| PR |
Description |
Milestone |
Author |
#13423 |
Allow selecting network for VNF nics |
4.22.2 |
@Pearl1594 |
#13380 |
Update nw_rate & mc_rate to int unsigned (> 65Gbps support) |
— |
@Pearl1594 |
#13424 |
[NAS Backup] Suppress errors in disk usage calculation |
— |
@daviftorres |
#13229 |
Prevent backup offering assignment for encrypted volumes |
4.22.2 |
@sureshanaparti |
#12758 |
Introduce KBOSS backup provider |
4.23.0 |
@JoaoJandre |
#13281 |
cloudutils: skip SELinux/AppArmor in agent setup |
— |
@weizhouapache |
#13263 |
Improved error log message with null check |
— |
@saurabhkushwaha438 |
#9531 |
Allow deploying VRs on dedicated resources |
— |
@GaOrtiga |
Top active contributor today: @Pearl1594 with 4 open PRs across KVM, UI, API, and CI 🏆
🐛 Recent Issues (Since June 13)
| Issue |
Title |
Reporter |
#13433 |
UI: Backup notifications mislabeled as "Bucket" |
@daviftorres |
#13428 |
Slow response between XCP-NG and CloudStack syncing |
@dksharma-yotta |
#13422 |
Intermittent Console Proxy Failure in 4.22.1.0 |
@tverkade |
#13408 |
cmk create kubernetescluster serviceofferingid issue (CKS) |
@chunkyen |
#13406 |
Failed to Move VM to Another Account |
@daviftorres |
#13399 |
Usage Server repeatedly reprocesses historical usage |
@mwa-sudo |
#13390 |
VM live migrate with storage fails on SharedMountPoint |
@prashanthr2 |
#13387 |
Error during resetPasswordForVirtualMachine |
@shwstppr |
#13382 |
Connection Pool Leak in Out-of-Band Management |
@mortenstevens |
💡 The mislabeled Backup/Bucket UI notification (#13433) and OOB connection pool leak (#13382) look like quick wins worth triaging first.
📊 Component Activity Snapshot
Based on open PR labels, today's hottest areas:
- 🖥️ KVM — 9 PRs (storage drivers, HA fencing, NAS backup, networking)
- 🌐 UI — 7 PRs (VNF networks, account/project selectors)
- 🔌 API — 7 PRs (guest OS rules, backup offerings)
- 💾 Storage / Backup — 5+4 PRs (KBOSS provider, CLVM_NG, encrypted volume safety)
✅ Actionable Next Steps for Maintainers
- Review & merge 4.22.2 milestone PRs —
#13423 and #13229 are ready and targeted for the next patch release.
- Triage the UI mislabeling issue
#13433 — likely a quick label fix in the UI code.
- Investigate OOB connection pool leak
#13382 — can cause stability issues in production environments.
- Assign milestone to
#13380, #13424, #13281 — these unassigned PRs look polished enough for targeting.
- Welcome and guide new contributors —
@saurabhkushwaha438 submitted their first enhancement PR; a review comment goes a long way! 👋
📬 Report generated automatically on June 16, 2026 · apache/cloudstack
Generated by Repo Status · sonnet46 939.7K · ◷
Add this agentic workflows to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-status.md@main
🌟 Apache CloudStack — Daily Status Report
June 16, 2026
🚀 Latest Releases
Great job to all release managers — active maintenance across two LTS branches keeps the community secure and current! 🔐
🔀 Recent Merges (Last 72h)
Some exciting improvements landed:
#12617CLVM enhancements and fixes (4.23.0) — modernizes the CLVM storage implementation with CLVM_NG support on QCOW2/LVM, replacing the deprecated corosync/pacemaker-based approach. Great work@Pearl1594!#10098Guest OS rules (4.23.0) — adds JavaScript-based rules to restrict VM placement on hosts by guest OS, enabling stricter workload isolation and licensing optimization. Kudos@BryanMLima!#13420Add bhouse-nexthop to contributors list — welcome to a new contributor! 🎉#13131Fix NPE when migrating VM away with volumes (4.20.4) — thanks@weizhouapache!#13019Fix usage server stuck on duplicate VM events (4.20.4) — resolves a reliability issue in usage processing. Thanks@abh1sar!🔧 Active Pull Requests (20 open)
Milestone breakdown: 4.23.0 (6) · 4.22.2 (3) · 4.20.4 (2) · unassigned (9)
Draft PRs: 6
Highlighted PRs needing attention:
#13423@Pearl1594#13380@Pearl1594#13424@daviftorres#13229@sureshanaparti#12758@JoaoJandre#13281@weizhouapache#13263@saurabhkushwaha438#9531@GaOrtigaTop active contributor today:
@Pearl1594with 4 open PRs across KVM, UI, API, and CI 🏆🐛 Recent Issues (Since June 13)
#13433@daviftorres#13428@dksharma-yotta#13422@tverkade#13408cmk create kubernetesclusterserviceofferingid issue (CKS)@chunkyen#13406@daviftorres#13399@mwa-sudo#13390@prashanthr2#13387resetPasswordForVirtualMachine@shwstppr#13382@mortenstevens📊 Component Activity Snapshot
Based on open PR labels, today's hottest areas:
✅ Actionable Next Steps for Maintainers
#13423and#13229are ready and targeted for the next patch release.#13433— likely a quick label fix in the UI code.#13382— can cause stability issues in production environments.#13380,#13424,#13281— these unassigned PRs look polished enough for targeting.@saurabhkushwaha438submitted their first enhancement PR; a review comment goes a long way! 👋📬 Report generated automatically on June 16, 2026 · apache/cloudstack
Add this agentic workflows to your repo
To install this agentic workflow, run