---
title: "LXD Weekly Status 12\n    | Ubuntu"
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://ubuntu.com/blog/lxd-weekly-status-12?format=md
keywords: index, follow
---

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

---

[Stéphane Graber](https://ubuntu.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)

## Newsletter signup

Get the latest Ubuntu 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/data-privacy).

Sign up

## Share on

---

## Related posts

[### Cut bloat, not features](https://ubuntu.com/blog/cut-bloat-not-features)

Accelerating software delivery with minimal OCI images For Independent Software Vendors (ISVs), delivering containerized applications to enterprise clients often means...

[Lily Rivers-Klee](https://ubuntu.com/blog/author/lilyriversklee)

11 September 2026

[### Ubuntu now certified on Qualcomm Dragonwing™ IQ-8275](https://ubuntu.com/blog/ubuntu-now-certified-on-qualcomm-dragonwing-iq-8275)

Sep 8, 2026 – Canonical and Qualcomm Technologies, Inc. announce the general availability of certified Ubuntu 24.04 LTS images for the Qualcomm Dragonwing™ IQ-8275 Evaluation...

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

8 September 2026

[### Grace on the currents: Stonking Stingray](https://ubuntu.com/blog/grace-on-the-currents-stonking-stingray)

When the codename for Ubuntu 26.10 was announced, I suspect there was a measurable surge in users searching for the definition of “stonking” across search engines and the...

[Aaron Prisk](https://ubuntu.com/blog/author/aaronprisk)

8 September 2026

[### How we create a Canonical Academy exam](https://ubuntu.com/blog/how-we-create-a-canonical-academy-exam)

Open source provides the world with access to cutting-edge software, and the learning that comes with it. But how do you validate someone’s skills in an open ecosystem?...

[Ishani Ghoshal](https://ubuntu.com/blog/author/ishanighoshal)

2 September 2026
