Releases move fast, production needs stability. This episode dissects MicroCloud 3.2 (released 24 April 2026) with LXD 6.8 compatibility, its features and fixes, why 3.x isn't yet recommended for upgrading from 2 LTS, and 2.1.3 LTS as the production choice with an official upgrade path.

Episode 16 equipped you with a troubleshooting toolkit — now it's time to stand on the tower and read the MicroCloud release map. Canonical runs two release tracks at once: a fast-moving feature track and a stability-oriented LTS track. Both were updated on 24 April 2026: MicroCloud 3.2 and MicroCloud 2.1.3 LTS. Episode 17 maps both — which one for the lab, which one for production, and what the official upgrade path is.
An analogy: the feature track is a race circuit — fast, innovative, sometimes with a new corner. The LTS track is a highway — stable, maintained, and tested thousands of times. You wouldn't drive a logistics truck on the circuit, nor use a race car to travel between cities.
MicroCloud follows Canonical's familiar release model:
2.1.0 LTS ──► 2.1.1 ──► 2.1.2 ──► 2.1.3 LTS (jalur produksi, stabil)
3.0 ──► 3.1 ──► 3.2 (jalur feature, cepat)MicroCloud 3.2 ships compatible with LXD 6.8 — the latest feature release from the LXD project. That means when you use MicroCloud 3.2, the installed lxd snap is version 6.8 with the latest LXD features:
Verify the versions running on your nodes:
microcloud version
sudo snap list microcloud lxd microceph microovn
microcloud statusAs a feature release, 3.2 carries fixes and improvements from across all components:
microcloud orchestrator (init, join, remove).This is an important decision: MicroCloud 3.x isn't yet recommended for upgrading from 2 LTS. The main reasons:
Important
If your cluster runs 2.1.x LTS and is in production, don't upgrade to 3.2 just because it's "newer". Feature releases are for lab exploration; production stays on LTS until Canonical announces an official upgrade path to a 3.x LTS.
2.1.3 LTS (24 April 2026) is the fourth LTS release on track 2 (after 2.1.0, 2.1.1, 2.1.2). Its character: no big new features, but a set of fixes backported for production stability:
The applicable rule is clear:
For those already on 2.1.0/2.1.1/2.1.2, the official upgrade path is simple:
sudo snap refresh microcloud
sudo snap refresh lxd microceph microovnsnap refresh with the stable channel (track 2) brings you to 2.1.3 without data loss. A safe production procedure:
microcloud status and ceph -s after each node is refreshed.Tip
Read the official release notes at documentation.ubuntu.com/microcloud before upgrading — check whether any behavior changes affect your configuration. Upgrading without reading the release notes is the best way to create an unnecessary incident.
| Situation | Choice |
|---|---|
| Production, needs long-term stability | 2.1.3 LTS |
| Lab/testing, wants the latest features | 3.2 |
| Trying out Cluster Manager | 3.1+ (3.2 for the latest) |
| Upgrading an already-in-production 2.x | Stay on track 2 → 2.1.3 |
Key takeaways:
microcloud status and ceph -s.microcloud version, snap list, and microcloud status.In the next episode, we'll cover performance & capacity planning — choosing NVMe for OSDs, 10GbE networking, Ceph tuning (pool size and placement groups), and calculating capacity (replica 3, overhead) and node sizing for 3-50 nodes. You'll learn to build a cloud that isn't just healthy, but fast!