From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-f173.google.com ([209.85.219.173]:46109 "EHLO mail-yb1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726284AbeIHM0m (ORCPT ); Sat, 8 Sep 2018 08:26:42 -0400 MIME-Version: 1.0 References: <20180813161015.GD18492@castiana> <20180908045935.GA9201@castiana> In-Reply-To: <20180908045935.GA9201@castiana> From: Amir Goldstein Date: Sat, 8 Sep 2018 10:41:41 +0300 Message-ID: Subject: Re: Containers and checkpoint/restart micro-conference at LPC2018 To: Stephane Graber Cc: lxc-devel@lists.linuxcontainers.org, lxc-users@lists.linuxcontainers.org, containers@lists.linuxfoundation.org, LSM List , linux-fsdevel , Netdev , overlayfs , Miklos Szeredi , Vivek Goyal Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Sep 8, 2018 at 8:00 AM St=C3=A9phane Graber w= rote: > > On Mon, Aug 13, 2018 at 12:10:15PM -0400, St=C3=A9phane Graber wrote: > > Hello, > > > > This year's edition of the Linux Plumbers Conference will once again > > have a containers micro-conference but this time around we'll have twic= e > > the usual amount of time and will include the content that would > > traditionally go into the checkpoint/restore micro-conference. > > > > LPC2018 will be held in Vancouver, Canada from the 13th to the 15th of > > November, co-located with the Linux Kernel Summit. > > > > > > We're looking for discussion topics around kernel work related to > > containers and namespacing, resource control, access control, > > checkpoint/restore of kernel structures, filesystem/mount handling for > > containers and any related userspace work. > > > > > > The format of the event will mostly be discussions where someone > > introduces a given topic/problem and it then gets discussed for 20-30mi= n > > before moving on to something else. There will also be limited room for > > short demos of recent work with shorter 15min slots. > > > > > > Details can be found here: > > > > https://discuss.linuxcontainers.org/t/containers-micro-conference-at-= linux-plumbers-2018/2417 > > > > > > Looking forward to seeing you in Vancouver! > > Hello, > > We've added an extra week to the CFP, new deadline is Friday 14th of Sept= ember. > > If you were thinking about sending something bug then forgot or just > missed the deadline, now is your chance to send it! > [cc: overlayfs developers] Hi St=C3=A9phane! I am not planing to travel to LPC this year, so this is more of an FYI than a CFP, but maybe another overlayfs developer can pick up this glove?? For the past two years I have participated in the effort to fix overlayfs "non-standard" behavior: https://github.com/amir73il/overlayfs/wiki/Overlayfs-non-standard-behavior Allegedly, this effort went underway to improve the experience of overlayfs users, who are mostly applications running inside containers. For backward compatibility reasons, container runtimes will need to opt-in for fixing so= me of the legacy behavior. In reality, I have seen very little cross list interaction between linux-un= ionfs and containers mailing lists. The only interaction I recall in the past two years ended up in a fix in overlayfs to require opt-in for fixing yet another bac= kward compatible bad behavior, although docker did follow up shortly after to fix bad practice in container runtime: https://github.com/moby/moby/issues/34672 So the questions I would like to relay to the micro-conf participants w.r.t= the new opt-in overlayfs behavior: 1. Did you know? 2. Do you care? Cheers, Amir.