Weekly news #359

Weekly status for the week of 12th August to 18th August.

Introduction

The past week was rather quiet as many team members had some personal time off, however, LXD has still received some improvements, primarily from Incus.

Add virtio-blk support for virtual machines (from Incus)

LXD now supports the virtio-blk driver for attaching disk devices to virtual machines (in addition to the existing nvme and the default virtio-scsi drivers). This is particularly useful for distributions that lack virtio-scsi support.

To use the virtio-blk driver instead of the default virtio-scsi driver, the io.bus option must be set for the specific disk device.

For example, the io.bus option can be set during the instance initialization.

lxc init <image> <instance_name> \
    --device <device_name>,io.bus=virtio-blk

Documentation: Disk device options

Bugfixes

  • Fixed an issue where self-healing and instance migration from an offline member was allowed only for Ceph remote storage. This has been extended to any shared remote storage (Ceph and PowerFlex at the time of writing).

  • Fixed an issue where the retrieved cluster member config was not sorted. This caused consistency issues during interactive cluster member joining process because the questions order could vary. (from Incus)

  • Fixed an issue where a new network that is created as part of joining a cluster gets ipv4.address/ipv6.address and ipv4.nat/ipv6.nat populated even if they are not present in the database. Those values are now set to none and false respectively. (from Incus)

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

LXD UI

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.

LXD snap

  • Nothing to report this week
3 Likes