Weekly status for the week of 20th May to 26th May.
Introduction
In the past week, several important bugfixes have landed in LXD. Additionally, LXD snap is now shipped with new LXD-UI release 0.8.1
, which includes numerous improvements and new feature that allows creating an instance from a snapshot.
Bugfixes
- Fixed an issue where stopping a frozen instance would incorrectly report a
RUNNING
state. Now, a frozen instance cannot be gracefully stopped without starting it first. Additionally, starting an instance will also unfreeze it. - The OVN
lb-add
command allows in certain situations multiple load-balancer entries to be added with the same name, which prevents them from being deleted usinglb-del
. LXD now deletes load balancer entries by UUID, associates entries directly to logical routers, and drops unused associations with logical switches. - With the increase of the default ZFS blocksize from 8KiB to 16KiB, LXD now rounds ZFS volume sizes to 16KiB.
All changes
The items listed below is all of the work which happened over the past week and which will be included in the next release.
LXD
- doc: Add a page about dqlite troubleshooting
- LXD: Fix start and stop for
FROZEN
instances - Storage: Round ZFS volume sizes to nearest 16KiB
- fix(deps): update module github.com/checkpoint-restore/go-criu/v6 to v7
- fix(deps): update module github.com/juju/gomaasapi to v2
- Network: Work around OVN lb-add bug that allows multiple Load_Balancer records to be created with same name
- Minor refactorings
- Config: Revert
map[string]string
change for server settings - doc/howto/logs_loki:
loki.instance
needs to match the Prometheus job name - Config: Update error messages
LXD Charm
- Nothing to report this week
Distribution work
This section is used to track the work done in downstream Linux distributions to ship the latest LXD as well as work to get various software to work properly inside containers.
Ubuntu
- Nothing to report this week.