All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH] Kemari v1.0 released
@ 2008-11-25  5:04 Yoshiaki Tamura
  2009-03-02 13:30 ` Design document of Kemari Yoshiaki Tamura
  2009-03-04 22:43 ` Yoshiaki Tamura
  0 siblings, 2 replies; 18+ messages in thread
From: Yoshiaki Tamura @ 2008-11-25  5:04 UTC (permalink / raw)
  To: xen-devel; +Cc: Brendan Cully, james.harper, Andrew Warfield, ospk-vm

Hi,

I would like to announce the first release of Kemari, an open-source
virtual machine synchronization mechanism for fault tolerance.
It offers a feasible approach to fault tolerance that does not
require the use of specific hardware or modification of applications/OS.
Kemari aims to keep VMs transparently running in times of hardware
failures. It transfers the state of the primary VM to the secondary
VM when the primary VM is about to send an event to devices such as
storage and networks. The source code and further information are
available at the following site.

http://www.osrg.net/kemari/

Older slides and video are also available at,

http://www.xen.org/community/projects.html

In addition to Linux with PV Drivers, we tested Windows with James
Harpers's GPL PV. The video
(http://www.osrg.net/kemari/download/kemari_windows.mov) demonstrates
that Windows continued transparently when power failure occurred to the
primary server.

Kemari is now listed on Xen Product Roadmap,
(http://www.xen.org/download/roadmap.html)
and we would like to ask for your reviews and comments.
Briefly, Kemari in VMM taps event channel, pauses the guest (not
suspend), prepares for transfer, and Kemari in userland transfers
the guest. On failover, Kemari on the secondary restores the guest,
and the backend drivers in dom0 set up the backend rings from the
state of the shared rings in the guest.

Could you please review the code? Any comments are appreciated.

We're also planning to merge with Remus from UBC to propose a better
solution for Xen 3.4 together.

Thanks,

Yoshi

-- 
TAMURA, Yoshiaki

NTT Cyber Space Labs
OSS Computing Project
Kernel Group
E-mail: tamura.yoshiaki@lab.ntt.co.jp
TEL: +81-46-859-2771
FAX: +81-46-855-1152
Address: 1-1 Hikarinooka, Yokosuka
	 Kanagawa 239-0847 JAPAN

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-03-10 16:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25  5:04 [RFC][PATCH] Kemari v1.0 released Yoshiaki Tamura
2009-03-02 13:30 ` Design document of Kemari Yoshiaki Tamura
2009-03-05 18:58   ` Keir Fraser
2009-03-06  0:52     ` Yoshiaki Tamura
2009-03-06 16:28       ` John Levon
2009-03-06 16:48         ` Yoshiaki Tamura
2009-03-06 17:02           ` John Levon
2009-03-06 17:26             ` Yoshiaki Tamura
2009-03-06 17:36               ` John Levon
2009-03-06 23:03                 ` Brendan Cully
2009-03-09  2:05     ` Yoshisato YANAGISAWA
2009-03-09  8:13       ` Keir Fraser
2009-03-09 22:28         ` Yoshiaki Tamura
2009-03-10  8:21           ` Keir Fraser
2009-03-10 10:16             ` Yoshisato YANAGISAWA
2009-03-10 10:38               ` Keir Fraser
2009-03-10 16:51                 ` Brendan Cully
2009-03-04 22:43 ` Yoshiaki Tamura

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.