---
title: LXD Weekly Status 12
description: This article originally appeared at the Linux Containers forum Introduction
  This week saw the release of LXD 2.17 and it’s now quickly rolling out to our users.
  We’re still very busy with preparation work for LXC 2.1 with a tentative release
  date of Monday next week. A lot of work has gone into our snap package, including  […]
url: https://canonical.com/blog/lxd-weekly-status-12?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[Stéphane Graber](https://canonical.com/blog/author/stgraber "More about Stéphane Graber")

28 August 2017

# LXD Weekly Status 12

---

Share the article

*This article [originally appeared](https://discuss.linuxcontainers.org/t/weekly-status-12/466) at the Linux Containers forum*

## Introduction

This week saw the release of [LXD 2.17](https://discuss.linuxcontainers.org/t/lxd-2-17-has-been-released/444) and it’s now quickly rolling out to our users.

We’re still very busy with preparation work for LXC 2.1 with a tentative release date of Monday next week.

A lot of work has gone into our snap package, including Open vSwitch support, a number of new configuration options and debug options. We’ve issued a [Call for testing](https://discuss.linuxcontainers.org/t/lxd-snap-call-for-testing/446) on Friday and effectively consider our snap package to be equivalent to our traditional native package.

The rest of the week was spent working on bugfixes and various code refactoring as needed by current feature work.

## Open Source Summit Europe

Christian Brauner ([@brauner](https://discuss.linuxcontainers.org/u/brauner)) and Stéphane Graber ([@stgraber](https://discuss.linuxcontainers.org/u/stgraber)) will both be present at the Open Source Summit Europe in Prague this October.

We have a number of LXD and system containers talk there too!

* [“Mixing CGroup v1 and CGroup v2”](http://sched.co/BxJc) by Christian
* [“System containers”](http://sched.co/BxJv) by Christian
* [“Containers in a hostile environment”](http://sched.co/BxIU) by Stéphane
* [“GPU, USB, NICs and other physical devices in containers”](http://sched.co/BxI1) by Stéphane

## Upcoming conferences

* [Open Source Summit North America](https://discuss.linuxcontainers.org/t/the-lxd-team-in-los-angeles-september-2017/291) (Los Angeles, September 2017)
* [Linux Plumbers](https://discuss.linuxcontainers.org/t/the-lxd-team-in-los-angeles-september-2017/291) (Los Angeles, September 2017) ([CFP for Linux Plumbers](https://discuss.linuxcontainers.org/t/containers-micro-conference-at-linux-plumbers-2017/262/1))
* [Linux Security Summit](https://discuss.linuxcontainers.org/t/the-lxd-team-in-los-angeles-september-2017/291) (Los Angeles, September 2017)
* Open Source Summit Europe (Prague, October 2017)

## Ongoing projects

The list below is feature or refactoring work which will span several weeks/months and can’t be tied directly to a single Github issue or pull request.

* [External authentication support for LXD servers](https://github.com/lxc/lxd/pull/3604)
* LXD performance measurement and regression tracking
* Preparation for LXC 2.1
* Snap package improvements.

## Upstream changes

The items listed below are highlights of the work which happened upstream over the past week and which will be included in the next release.

### LXD

* Refactored more [internal code](https://github.com/lxc/lxd/pull/3672).
* Added support for the [renamed “lxc.idmap” liblxc key](https://github.com/lxc/lxd/pull/3701).
* Fixed [host path handling when running in a snap environment](https://github.com/lxc/lxd/pull/3702).
* Fixed [device ordering in generated liblxc configuration](https://github.com/lxc/lxd/pull/3706).
* Added a [link to the release notes to our README](https://github.com/lxc/lxd/pull/3710).
* Updated our [Docker in LXD documentation](https://github.com/lxc/lxd/pull/3713).
* Fixed a race in [static leases configuration](https://github.com/lxc/lxd/pull/3713).
* Fixed “lxd” group handling when [/etc/group has a lot of members](https://github.com/lxc/lxd/pull/3717).
* Fixed a bug [preventing LXD live migration](https://github.com/lxc/lxd/pull/3718).
* Added support for the [mainline apparmor namespace syntax](https://github.com/lxc/lxd/pull/3720).

### LXC

* More [LXC 2.1 preparation work1](https://github.com/lxc/lxc/pull/1756).
* Added support for a [new “lxc.cgroup.dir” configuration option1](https://github.com/lxc/lxc/pull/1757).
* Changed the Debian template to [use deb.debian.org by default](https://github.com/lxc/lxc/pull/1758).

### LXCFS

* Nothing to report this week

## Distribution work

This section is used to track the work done in downstream Linux distributions to ship the latest LXC, LXD and LXCFS as well as work to get various software to work properly inside containers.

### Ubuntu

* LXD [2.0.10-0ubuntu1~ubuntu16.04.2](https://launchpad.net/ubuntu/+source/lxd/2.0.10-0ubuntu1~16.04.2) was uploaded to Ubuntu 16.04 in the “proposed” pocket. This fixes an issue in the image updating code. The package will be released to all Ubuntu 16.04 LTS users on Tuesday.
* LXD [2.17-0ubuntu1](https://launchpad.net/ubuntu/+source/lxd/2.17-0ubuntu1) was uploaded to Ubuntu 17.10 and our PPAs. This is the initial upload for the new LXD 2.17 release.
* LXD [2.17-0ubuntu2](https://launchpad.net/ubuntu/+source/lxd/2.17-0ubuntu2) was uploaded to Ubuntu 17.10 and our PPAs. This contains a number of bugfixes which were included upstream after the 2.17 release.
* LXCFS [2.0.7-0ubuntu5](https://launchpad.net/ubuntu/+source/lxcfs/2.0.7-0ubuntu5) was uploaded to Ubuntu 17.10 and our PPAs. This was a packaging-only upload with no user visible changes in content.
* LXC [2.0.8-0ubuntu6](https://launchpad.net/ubuntu/+source/lxc/2.0.8-0ubuntu6) was uploaded to Ubuntu 17.10 and our PPAs. This adds support for mixed cgroup configurations as needed by recent systemd releases.

### Snap

* Open vSwitch support was added.
* Log output was cleaned up a bit.
* When moving from a kernel with partial AppArmor support back to a fully supported kernel, the lxc.aa\_allow\_incomplete is now automatically cleared.
* Our internal copy of /etc is now using the same generation code as we use for /run
* [A number of configuration options](https://discuss.linuxcontainers.org/t/lxd-snap-call-for-testing/446) are now available through “snap set”.
* Fixed some permission problems with the “lxc” command.
* Reworked a number of our wrappers to use a common structure.
* Updated the systemd restart condition to match the Debian package.
* Bumped the startup timeout all the way to 10min (to allow for long SSL generation and container startup).
* Added support for “systemctl reload snap.lxd.daemon”.
* Made it possible to temporarily override the LXD binary used by the snap.
  This will be used for the custom debug binaries we sometimes provide our users.
* Fixed lxcfs integration when using nested containers.
* Updated our detection code to properly detect snap auto-updates.

[Get in touch

Interested in running Ubuntu in your organization?](https://ubuntu.com/about/contact-us/form)

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Canonical joins the Open Secure AI Alliance](https://canonical.com/blog/open-secure-ai-alliance)

Canonical is now part of the Open Secure AI Alliance, announced by NVIDIA with partners across cloud computing, cybersecurity, enterprise software, open source foundations, and...

[Canonical](https://canonical.com/blog/author/canonical)

28 August 2026

[### Arduino® VENTUNO™ Q is available for pre-order with Ubuntu pre-installed](https://canonical.com/blog/arduino-ventuno-q-is-available-for-pre-order-with-ubuntu-pre-installed)

London, UK – August 25, 2026 – Following our initial collaboration announcement in March 2026, Canonical and Arduino (a subsidiary of Qualcomm Technologies, Inc.) are excited...

[Canonical](https://canonical.com/blog/author/canonical)

25 August 2026

[### Advantech AOM-2721 is now Ubuntu Certified](https://canonical.com/blog/advantech-aom-2721-ubuntu-certified)

Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.

[Mikhail Khazov](https://canonical.com/blog/author/khazov-m)

13 August 2026

[### Canonical integrates NVIDIA Nemotron 3.5 Lightning with Ubuntu for always-on AI agents](https://canonical.com/blog/nvidia-nemotron-3-5-lightning)

Canonical is pleased to announce that NVIDIA’s newly introduced NVIDIA Nemotron 3.5 Lightning, an open, customizable model built for always-on AI agents, is now available on...

[Canonical](https://canonical.com/blog/author/canonical)

11 August 2026
