LXD
LXD is Canonical's system-container and VM manager.
Shipped contributions
-
Adds the `instances_state_selective_recursion` API extension and the `recursion=2;fields=…` query syntax, so callers can request only the state subset they need. Ships in **LXD 6.7**. Closes #16698.
→ Read the post -
merged lxc/cluster: Add failure-domain subcommand for managing cluster member failure domains canonical/lxd
Adds `lxc cluster failure-domain {get,set,unset}` verbs, replacing the previous "edit the member YAML by hand" workaround. Ships in **LXD 6.7**. Closes #10842.
→ Read the post -
merged Unify IsRecursionRequest return type and consolidate GetInstancesFull SDK methods canonical/lxd
Follow-up to `#17378`: `IsRecursionRequest` now returns `(int, []string)`, and the four `GetInstancesFull*` overloads collapse into one `GetInstancesFull(args GetInstancesFullArgs)` entry point. Ships in **LXD 6.8**.
→ Read the post