Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

  1. Blog
  2. Article

Stéphane Graber
on 4 September 2017

LXD Weekly Status #13: Snap data migration, Open Source Summit & more


Weekly status for the week of the 28th to the 3rd of September 2017.

Introduction

The main focus for this past week has been the preparation for LXC 2.1.

We’ve now issued a call for testing and expect it to release tomorrow (Tuesday).

On the LXD side of things, we’ve been working through bug reports quite a bit, did some internal refactoring and been slowly working our way through our stable branch backlog.

As for the LXD snap, a new lxd-migrate tool has been written which will allow users to move data from an existing LXD installation over to the LXD snap, updating all needed database entries and storage specific data in the process. This is currently only available in the edge channel as we’re still working on manual and automated testing for this feature.

Open Source Summit – Los Angeles

Next week, Christian Brauner (@brauner) and Stéphane Graber (@stgraber) will be in Los Angeles, CA for a number of events:

  • Open Source Summit – North America (formerly known as LinuxCon/ContainerCon)
  • The Linux Plumbers Conference
  • The Linux Security Summit

If you’re attending any of those and want to talk to us, let us know!

Details on what we’ll be doing over there can be found here).

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

Snap

  • Worked on a new tool to do .deb to .snap migration of an existing LXD daemon, including support for upgrading versions in the process and supporting the 2.0 track. The new tool has been pushed to the edge channel for now, awaiting additional manual and automated testing before we roll it out to the other channels.

This article originally appeared at the Linux Containers forum

Related posts


Miona Aleksic
15 March 2022

What are Linux containers?

Cloud and server Article

This blog explains what are Linux containers, how they differ from application containers, and when should you use them. ...


Jeremie Deray
3 July 2020

Feeling at home in a LXD container

Robotics Article

In this post, we will see how we can containerize our home in LXD simply managing our personal configuration files – a.k.a. dotfiles. Yeah dotfiles, named after their common ~/.my_config form, you know, all of those small configuration files lying across our $HOME. In other words, how one can change the house while keeping the ...


Ted Kern
6 March 2020

ROS Development with LXD

Internet of Things Article

Linux containers allow for easy isolation of developer environments. If you’re often working with a bunch of different ROS versions, it’s a lot easier to do your work entirely in containers. Getting Started You’ll first need to install LXD using snap. Note Throughout this guide I will be using the hostname to distinguish which machine ...