public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kirill Korotaev <dev@openvz.org>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Rik van Riel <riel@redhat.com>, Andrew Morton <akpm@osdl.org>,
	devel@openvz.org, Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	Cedric Le Goater <clg@fr.ibm.com>,
	Dave Hansen <haveblue@us.ibm.com>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	"Serge E. Hallyn" <serue@us.ibm.com>, Sam Vilain <sam@vilain.net>,
	Kir Kolyshkin <kir@openvz.org>, Dmitry Mishin <dim@openvz.org>
Subject: [ANNOUNCE] OpenVZ releases checkpointing/live migration of processes
Date: Thu, 20 Apr 2006 21:21:31 +0400	[thread overview]
Message-ID: <4447C31B.1080000@openvz.org> (raw)

Hello,

OpenVZ team is proud to announce the release of the new 
checkpointing/restore feature. This feature allows to save (checkpoint) 
and restore the whole state of a Virtual Environment (VE, container) and 
do a live migration of a VE to another physical box while preserving 
process states and TCP/IP connections.

During live migration the in-kernel state of processes and their 
resources (including memory, registers, IPC, pids, open files, sockets, 
etc.) is saved and then restored on another machine. Since all network 
connections are preserved with all the in-progess requests, user doesn't 
experience interruption of service.

The feature is available on i686 and x86_64 architectures. Migration of 
32bit VEs between i686 and x86_64 architectures is also supported.
Current implementation works fine with complex applications like Oracle, 
Java, X apps.

Latest 2.6.16 OpenVZ kernel and tool packages with live migration 
support are available here:
http://openvz.org/download/beta/kernel/
http://openvz.org/download/utils/

GIT repository for all OpenVZ sources is available at
http://git.openvz.org/

Usage examples
~~~~~~~~~~~~~~

New 'vzmigrate' utility is used for VE migration. Also, new commands for 
'vzctl' allowing to dump and restore VE were introduced: 'chkpnt' and 
'restore'.

To save current VE state with all processes:
# vzctl chkpnt <VEID>

To restore VE after checkpointing:
# vzctl restore <VEID>

To perform online migration of VE #101 to another machine:
# vzmigrate --online destination.node.com 101
without '--online' option vzmigrate does offline VE migration with VE 
start/stop.

With best regards,
OpenVZ team.


                 reply	other threads:[~2006-04-20 17:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4447C31B.1080000@openvz.org \
    --to=dev@openvz.org \
    --cc=akpm@osdl.org \
    --cc=clg@fr.ibm.com \
    --cc=devel@openvz.org \
    --cc=dim@openvz.org \
    --cc=ebiederm@xmission.com \
    --cc=haveblue@us.ibm.com \
    --cc=kir@openvz.org \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riel@redhat.com \
    --cc=sam@vilain.net \
    --cc=serue@us.ibm.com \
    /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