LXD weekly status #37
Stéphane Graber
on 5 March 2018
Tags: LXD , machine containers , system containers
Introduction
So this past week was rather intense, in a nutshell, we’ve:
- Merged LXD clustering support
- Split python3-lxc, lua-lxc and lxc-templates out of the LXC codebase
- Moved libpam-cgfs from lxcfs to lxc
- Released 3.0.0 beta1 of python3-lxc and lxc-templates
- Released 3.0.0 beta1 of lxcfs
- Released 3.0.0 beta1 of lxc
- Released 3.0.0 beta1 of lxd
- Released 3.0.0 beta2 of lxd
So we’ve finally done it, most of the work that we wanted in for our 3.0 LTS release of all LXC/LXD/LXCFS repositories has been merged and we’re now focused on a few remaining tweaks, small additions and fixes with a plan to release the final 3.0 by the end of the month.
With all of this activity we’ve also had to update all the relevant packaging, moving a bunch of stuff around between packages and adding support for all the new features.
For those interesting in trying the new betas, the easiest way to see everything working together is through the LXD beta snap:
snap install lxd --beta
Note that the betas aren’t supported, you may incur data loss when upgrading or later down the line. Testing would be very much appreciated, but please do this on systems you don’t mind reinstalling if something goes wrong
This week, the entire LXD team is meeting in Budapest, Hungary to go through the list of remaining things and make progress towards the final 3.0 release.
Upcoming conferences and events
- GPU technology conference (San Jose, March 2018)
- NorthSec (Montreal, May 2018)
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.
- Various kernel work
- Stable release work for LXC, LXCFS and LXD
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
- Added support for clustering of LXD servers
- Fixed a race condition in the
lxd import
test. - Expanded our user-agent to report some important LXD features.
- Fixed perf.sh breakage following merging of the clustering branch.
- Fixed console handling following changes in liblxc 3.0.
- Fixed the clustering documentation to match current field naming.
- Updated the Makefile in preparation of LXD 3.0.
- Changed unprivileged container not to drop any capabilities (as they are relative to the userns).
- Fixed a race condition in the LXD clustering testsuite.
- Fixed incorrect liblxc version parsing of beta releases.
- Fixed a regression in
lxd init
when configuring clustering.
LXC
- Removed lua-lxc, python3-lxc and lxc-templates, added configure flags.
- Simplified the console logging API.
- Made naming of ptys/ttys/consoles consistent.
- Removed filesystem mounting code from static init.
- Did some cleanups of the terminal handling code.
- Fixed a typo in liblxc.
- Fixed handling of kernels without setns support.
- Updated Japanese documentation for lxc.console.
- Made some updates to the coding style document.
- Added a workaround to build on older libcap versions.
LXCFS
- Fixed a test failure on s390x.
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
- Uploaded python3-lxc 3.0.0~beta1 to Ubuntu 18.04 and PPAs.
- Uploaded lxc-templates 3.0.0~beta1 to Ubuntu 18.04 and PPAs.
- Uploaded lxcfs 3.0.0~beta1 to Ubuntu 18.04.
- Uploaded lxc 3.0.0~beta1 to Ubuntu 18.04.
- Uploaded lxd 3.0.0~beta1 to Ubuntu 18.04.
- Uploaded lxd 3.0.0~beta2 to Ubuntu 18.04.
- Several follow-up updates as we move content between packages and get automated tests to pass again.
Snap
- Switched to Go 1.10.
- Updated edge packaging to support LXD clustering.
- Updated liblxc handling to reduce build time and automatically pick the right version of the library.
- Created a new
beta
channel using the latest beta of all components.
Ubuntu cloud
Ubuntu offers all the training, software infrastructure, tools, services and support you need for your public and private clouds.
Newsletter signup
Related posts
Kubernetes on a single machine
As developers, we do not always have access to a production-like environment to test new features and run proof-of-concepts. This is why it can be very...
Join Canonical in Brazil at Dell Technologies Forum São Paulo
Canonical is excited to be a part of the Dell Technologies Forum in São Paulo on October 30th. This exclusive event brings together industry leaders to...
Implementing an Android™ based cloud game streaming service with Anbox Cloud
Since the outset, Anbox Cloud was developed with a variety of use cases for running Android at scale. Cloud gaming, more specifically for casual games as...