Skip to main content
  1. Blog
  2. Article

Stéphane Graber
on 28 August 2017

LXD Weekly Status 12


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 Open vSwitch support, a number of new configuration options and debug options. We’ve issued a Call for testing 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) and Stéphane Graber (@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!

Upcoming conferences

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.

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

LXC

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 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 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 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 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 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 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.

Related posts


Johann Wolf
27 April 2026

Why Web Engineering is great

Ubuntu Article

Like many software engineers, one of my first software development experiences started with creating my own web page. Since that time 20+ years ago, a lot has changed in the web landscape. Having worked a lot in web since then, I’d like to take a moment to reflect on what I think makes web great! ...


Ishani Ghoshal
27 April 2026

Ubuntu 16.04 LTS has reached the end of standard Expanded Security Maintenance with Ubuntu Pro. Here are your options.

Ubuntu Article

Ubuntu 16.04 LTS (Xenial Xerus) reached the end of its five-year Expanded Security Maintenance (ESM) window in April 2026. If you are still running 16.04, it is critical to address your support status to ensure continued security and compliance. Your support options Now that 16.04 is in its Legacy phase, you have two primary paths: ...


Rob Gibbon
27 April 2026

Understanding disaggregated GenAI model serving with llm-d

AI Article

What is llm-d? llm-d is an open source solution for managing high-scale, high-performance Large Language Model (LLM) deployments. LLMs are at the heart of generative AI – so when you chat with ChatGPT or Gemini, you’re talking to an LLM. Simple LLM deployments – where an LLM is deployed to a single server – can ...