From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH 0/6][lxc][v3] Link LXC with USERCR Date: Wed, 31 Mar 2010 15:58:49 +0200 Message-ID: <4BB35519.8080500@fr.ibm.com> References: <20100331070440.GA21570@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100331070440.GA21570-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Sukadev Bhattiprolu Cc: Containers , clg-NmTC/0ZBporQT0dZR+AlfA@public.gmane.org List-Id: containers.vger.kernel.org Sukadev Bhattiprolu wrote: > lxc-checkpoint, lxc-restart in the LXC source tree are currently stubs. > Following set of patches, when applied to LXC and built with USERCR as > described below, enable enable lxc-checkpoint and lxc-restart of some > simple containers > [ ... ] > 1. Build USERCR > > $ cd /root > > $ git-clone git://git.ncl.cs.columbia.edu/pub/git/user-cr.git user-cr > > $ cd user-cr > > $ git-checkout ckpt-v20-dev > > Tested with commit e275f77e4a82d228c1df14dbeb691342e32cdac2 > as HEAD. > > # Apply following two patches: > > https://lists.linux-foundation.org/pipermail/containers/2010-March/024037.html > https://lists.linux-foundation.org/pipermail/containers/2010-March/024038.html > > $ cd /root/user-cr > > $ KERNELSRC=/root/linux-2.6/ make Assuming the kernel source tree below is right, http://www.linux-cr.org/git/?p=linux-cr.git;a=summary Shall I use ckpt-v20 or ckpt-v20-dev with your patchset ?