Re: checkpoint/restart ABI

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dave Hansen
Date: Tuesday, August 12, 2008 - 9:46 am

On Tue, 2008-08-12 at 09:32 -0700, Jeremy Fitzhardinge wrote:

All true.  Hard stuff.

The IBM product works partly by limiting migrations to occurring on a
single physical ethernet network.  Each container gets its own IP and
MAC address.  The socket state is checkpointed quite fully and moved
along with the IP.  


Me, personally, I think I'd probably "re-link" the thing, mark it as
such, ship it across like a normal file, then unlink it after the
restore.  I don't know what we'd choose when actually implementing it.  


I respectfully disagree.  The number one prerequisite for
checkpoint/restart is isolation.  Xen just happens to get this for free.
So, instead of saying that there's no explicit connection between the
process and its working set, ask yourself how we make a connection.

In this case, we can do it with a filesystem (mount) namespace.  Each
container that we might want to checkpoint must have its writable
filesystems contained to a private set that are not shared with other
containers.  Things like union mounts would help here, but aren't
necessarily required.  They just make it more efficient.


Right.  We just start with "everybody has their own disk" which is slow
and crappy and optimize it from there.


It's almost as big of a problem as trying to virtualize entire machines
and expecting them to run as fast as native. :)


Cool!  I didn't know you guys did the IRIX implementation.  I'm sure you
guys got a lot farther than any of us are.  Did you guys ever write any
papers or anything on it?  I'd be interested in more information.

-- Dave

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC][PATCH 0/4] kernel-based checkpoint restart, Dave Hansen, (Thu Aug 7, 3:40 pm)
[RFC][PATCH 2/4] checkpoint/restart: x86 support, Dave Hansen, (Thu Aug 7, 3:40 pm)
Re: [RFC][PATCH 0/4] kernel-based checkpoint restart, Arnd Bergmann, (Fri Aug 8, 2:25 am)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Arnd Bergmann, (Fri Aug 8, 5:09 am)
Re: [RFC][PATCH 0/4] kernel-based checkpoint restart, Dave Hansen, (Fri Aug 8, 11:06 am)
Re: [RFC][PATCH 0/4] kernel-based checkpoint restart, Arnd Bergmann, (Fri Aug 8, 11:18 am)
Re: [RFC][PATCH 0/4] kernel-based checkpoint restart, Oren Laadan, (Fri Aug 8, 12:44 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Oren Laadan, (Fri Aug 8, 1:28 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Arnd Bergmann, (Fri Aug 8, 3:29 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Oren Laadan, (Fri Aug 8, 4:04 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Dave Hansen, (Fri Aug 8, 5:38 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Oren Laadan, (Fri Aug 8, 6:20 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Dave Hansen, (Fri Aug 8, 7:20 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Oren Laadan, (Fri Aug 8, 7:35 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Arnd Bergmann, (Fri Aug 8, 11:43 pm)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Jeremy Fitzhardinge, (Sun Aug 10, 7:55 am)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Dave Hansen, (Mon Aug 11, 8:36 am)
Re: [RFC][PATCH 2/4] checkpoint/restart: x86 support, Jeremy Fitzhardinge, (Mon Aug 11, 9:07 am)
checkpoint/restart ABI, Dave Hansen, (Mon Aug 11, 12:48 pm)
Re: checkpoint/restart ABI, Arnd Bergmann, (Mon Aug 11, 2:47 pm)
Re: checkpoint/restart ABI, Oren Laadan, (Mon Aug 11, 2:54 pm)
Re: checkpoint/restart ABI, Jonathan Corbet, (Mon Aug 11, 4:14 pm)
Re: checkpoint/restart ABI, Dave Hansen, (Mon Aug 11, 4:23 pm)
Re: checkpoint/restart ABI, Jeremy Fitzhardinge, (Mon Aug 11, 4:38 pm)
Re: checkpoint/restart ABI, Peter Chubb, (Mon Aug 11, 4:54 pm)
Re: checkpoint/restart ABI, Serge E. Hallyn, (Tue Aug 12, 7:49 am)
Re: checkpoint/restart ABI, Dave Hansen, (Tue Aug 12, 7:58 am)
Re: checkpoint/restart ABI, Dave Hansen, (Tue Aug 12, 8:11 am)
Re: checkpoint/restart ABI, Jeremy Fitzhardinge, (Tue Aug 12, 9:32 am)
Re: checkpoint/restart ABI, Dave Hansen, (Tue Aug 12, 9:46 am)
Re: checkpoint/restart ABI, Jeremy Fitzhardinge, (Tue Aug 12, 10:04 am)
Re: checkpoint/restart ABI, Oren Laadan, (Wed Aug 20, 2:52 pm)
Re: checkpoint/restart ABI, Oren Laadan, (Wed Aug 20, 2:54 pm)
Re: checkpoint/restart ABI, Dave Hansen, (Wed Aug 20, 3:11 pm)
Re: checkpoint/restart ABI, Oren Laadan, (Wed Aug 20, 10:56 pm)
Re: checkpoint/restart ABI, Arnd Bergmann, (Thu Aug 21, 1:43 am)
Re: checkpoint/restart ABI, Oren Laadan, (Thu Aug 21, 8:43 am)
Re: checkpoint/restart ABI, Eric W. Biederman, (Thu Aug 28, 4:40 pm)