From: Andrey Mirkin <major@openvz.org>
To: Cedric Le Goater <clg@fr.ibm.com>
Cc: devel@openvz.org, Oren Laadan <orenl@cs.columbia.edu>,
containers@lists.linux-foundation.org, arnd@arndb.de,
linux-kernel@vger.kernel.org, jeremy@goop.org,
Dave Hansen <dave@linux.vnet.ibm.com>
Subject: Re: [Devel] Re: [RFC v2][PATCH 4/9] Memory management - dump state
Date: Wed, 3 Sep 2008 17:29:11 +0400 [thread overview]
Message-ID: <200809031729.14548.major@openvz.org> (raw)
In-Reply-To: <48BE7FDF.3080202@fr.ibm.com>
On Wednesday 03 September 2008 16:15 Cedric Le Goater wrote:
> Andrey Mirkin wrote:
> > On Sunday 31 August 2008 21:34 Cedric Le Goater wrote:
> >> Oren Laadan wrote:
> >>> Dave, Serge:
> >>>
> >>> I'm currently away so I must keep this short. I think we have so far
> >>> more discussion than an actual problem. I'm happy to coordinate with
> >>> every interested party to eventually see this work go into main stream.
> >>
> >> thanks. We do need a moderator and federator.
> >>
> >>> My only concerns are twofold: first, to get more feedback I believe we
> >>> need to get the code a bit more usable; including FDs is an excellent
> >>> way to actually do that. That will add significant value to the patch.
> >>
> >> hmm, yes and no.
> >>
> >> fd's are a must have but I would be more interested to see an external
> >> checkpoint/restart and signal support first. why ? because it would be
> >> already usable for most computational programs in HPC, like this stupid
> >> one :
> >>
> >> https://www.ccs.uky.edu/~bmadhu/pi/pi1.c
> >>
> >> signals are required because it's how 'load' and/or 'system' managers
> >> interact with the jobs they spawn. external checkpoint/restart for the
> >> same reason.
> >
> > I'm sorry for being out of discussion for so long time.
> > I've just sent a patchset with external checkpoint/restart as it is
> > implemented in OpenVZ.
> > External checkpoint/restart also is very usefull if we will have
> > container's infrastructure in mainstream.
> > It won't be very hard to add support for signals in my patchset. I'll
> > wait for some time for comments and will add support for signals in next
> > version.
>
> OK.
>
> Then, we should be able to have a simple C/R framework (user and kernel) if
> we integrate your patchset or Oren's with Daniel's user tools :
>
> http://lxc.cvs.sourceforge.net/lxc/
>
> I was just starting to work on Oren's patchset when you sent yours :)
I will take a look on Daniel's user tools.
Thanks,
Andrey
next prev parent reply other threads:[~2008-09-03 13:26 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-21 2:58 [RFC v2][PATCH 1/9] kernel based checkpoint-restart Oren Laadan
2008-08-21 3:03 ` [RFC v2][PATCH 1/9] Create trivial sys_checkpoint/sys_restart syscalls Oren Laadan
2008-08-21 5:17 ` Oren Laadan
2008-08-22 19:32 ` Dave Hansen
2008-08-22 20:11 ` Dave Hansen
2008-08-22 21:20 ` Oren Laadan
2008-08-21 3:04 ` [RFC v2][PATCH 2/9] General infrastructure for checkpoint restart Oren Laadan
2008-08-21 9:35 ` Louis Rilling
2008-08-24 5:58 ` Oren Laadan
2008-08-22 20:01 ` Dave Hansen
2008-08-25 2:47 ` Oren Laadan
2008-08-26 16:42 ` Dave Hansen
2008-08-27 0:38 ` Oren Laadan
2008-08-21 3:04 ` [RFC v2][PATCH 3/9] x86 support for checkpoint/restart Oren Laadan
2008-08-22 20:17 ` Dave Hansen
2008-08-21 3:05 ` [RFC v2][PATCH 4/9] Memory management - dump state Oren Laadan
2008-08-21 7:30 ` Ingo Molnar
2008-08-21 8:01 ` Justin P. Mattock
2008-08-21 10:28 ` Balbir Singh
2008-08-21 11:59 ` Ingo Molnar
2008-08-21 9:53 ` Louis Rilling
2008-08-22 21:21 ` Oren Laadan
2008-08-22 20:37 ` Dave Hansen
2008-08-24 5:40 ` Oren Laadan
2008-08-26 16:33 ` Dave Hansen
2008-08-27 0:14 ` Oren Laadan
2008-08-27 15:41 ` Dave Hansen
2008-08-27 15:57 ` Louis Rilling
2008-08-27 16:12 ` Dave Hansen
2008-08-27 16:19 ` Jeremy Fitzhardinge
2008-08-27 20:34 ` Serge E. Hallyn
2008-08-27 20:38 ` Dave Hansen
2008-08-27 20:48 ` Serge E. Hallyn
2008-08-27 20:56 ` Dave Hansen
2008-08-31 7:16 ` Oren Laadan
2008-08-31 17:34 ` Cedric Le Goater
2008-09-03 11:43 ` [Devel] " Andrey Mirkin
2008-09-03 12:15 ` Cedric Le Goater
2008-09-03 13:29 ` Andrey Mirkin [this message]
2008-09-02 15:32 ` Serge E. Hallyn
2008-08-21 3:05 ` [RFC v2][PATCH 5/9] Memory managemnet - restore state Oren Laadan
2008-08-21 10:07 ` Louis Rilling
2008-08-21 3:06 ` [RFC v2][PATCH 6/9] Checkpoint/restart: initial documentation Oren Laadan
2008-08-21 3:06 ` [RFC v2][PATCH 7/9] Infrastructure for shared objects Oren Laadan
2008-08-21 10:40 ` Louis Rilling
2008-08-26 17:01 ` Dave Hansen
2008-08-27 8:26 ` Louis Rilling
2008-08-21 3:07 ` [RFC v2][PATCH 8/9] File descriprtors - dump state Oren Laadan
2008-08-21 11:06 ` Louis Rilling
2008-08-25 3:28 ` Oren Laadan
2008-08-25 10:30 ` Louis Rilling
2008-08-21 3:07 ` [RFC v2][PATCH 9/9] File descriprtors (restore) Oren Laadan
2008-08-21 5:26 ` Oren Laadan
2008-08-21 5:15 ` [RFC v2][PATCH 1/9] kernel based checkpoint-restart Oren Laadan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200809031729.14548.major@openvz.org \
--to=major@openvz.org \
--cc=arnd@arndb.de \
--cc=clg@fr.ibm.com \
--cc=containers@lists.linux-foundation.org \
--cc=dave@linux.vnet.ibm.com \
--cc=devel@openvz.org \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=orenl@cs.columbia.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox