Re: [RFC v7][PATCH 0/9] Kernel based checkpoint/restart

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Lezcano
Date: Wednesday, October 22, 2008 - 4:51 am

Ingo Molnar wrote:

There are the liblxc userspace tools doing that.

http://sourceforge.net/projects/lxc/

There are the lxc-checkpoint and lxc-restart commands to test the Oren's 
patches with the external checkpoint Cedric did. These commands are 
experimental and under development so a hack may be necessary for 
checkpoint/restart.

I didn't tried with Oren's external checkpoint yet, but I think the 
commands should work. Actually these commands relies on the freezer, so 
the checkpoint command does freeze, checkpoint, unfreeze. (and kill if 
specified).

	lxc-create -n foo

	lxc-start -n foo mypovray

	lxc-checkpoint -s -n foo > myckptfile

	lxc-restart -n foo < myckptfile

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

Messages in current thread:
[RFC v7][PATCH 0/9] Kernel based checkpoint/restart, Oren Laadan, (Sun Oct 19, 10:40 pm)
[RFC v7][PATCH 3/9] x86 support for checkpoint/restart, Oren Laadan, (Sun Oct 19, 10:40 pm)
[RFC v7][PATCH 4/9] Dump memory address space, Oren Laadan, (Sun Oct 19, 10:40 pm)
[RFC v7][PATCH 5/9] Restore memory address space, Oren Laadan, (Sun Oct 19, 10:40 pm)
[RFC v7][PATCH 7/9] Infrastructure for shared objects, Oren Laadan, (Sun Oct 19, 10:40 pm)
[RFC v7][PATCH 8/9] Dump open file descriptors, Oren Laadan, (Sun Oct 19, 10:40 pm)
[RFC v7][PATCH 9/9] Restore open file descriprtors, Oren Laadan, (Sun Oct 19, 10:40 pm)
Re: [RFC v7][PATCH 0/9] Kernel based checkpoint/restart, Andrew Morton, (Tue Oct 21, 12:21 pm)
Re: [RFC v7][PATCH 2/9] General infrastructure for checkpo ..., Daniel Jacobowitz, (Tue Oct 21, 7:55 pm)
Re: [RFC v7][PATCH 0/9] Kernel based checkpoint/restart, Daniel Lezcano, (Wed Oct 22, 4:51 am)
Re: [RFC v7][PATCH 2/9] General infrastructure for checkpo ..., Daniel Jacobowitz, (Wed Oct 22, 7:29 am)