WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [ANNOUNCE] Remus source released

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [ANNOUNCE] Remus source released
From: Brendan Cully <brendan@xxxxxxxxx>
Date: Tue, 31 Mar 2009 21:42:40 -0700
Cc: Andrew Warfield <andy@xxxxxxxxx>, Christopher Head <chead@xxxxxxxxx>, Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
Delivery-date: Tue, 31 Mar 2009 21:43:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: xen-devel@xxxxxxxxxxxxxxxxxxx, andy@xxxxxxxxx, tamura.yoshiaki@xxxxxxxxxxxxx, chead@xxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.19 (2009-03-28)
Hi all,

I'm happy to finally release Remus into the wild:

http://dsg.cs.ubc.ca/remus/

>From the web site:
---
Remus provides transparent, comprehensive high availability to
ordinary virtual machines running on the Xen virtual machine
monitor. It does this by maintaining a completely up-to-date copy of a
running VM on a backup server, which automatically activates if the
primary server fails. Key features:

 * The backup VM is an exact copy of the primary VM. When failure
    happens, it continues running on the backup host as if failure had
    never occurred.
 * The backup is completely up-to-date. Even active TCP sessions are
    maintained without interruption.
 * Protection is transparent. Existing guests can be protected
    without modifying them in any way. 
---

The NSDI paper at http://dsg.cs.ubc.ca/remus/papers/remus-nsdi08.pdf
contains plenty of gore about how it works, and the source has even
more.

This is an RFC release, meant to start a discussion on how it might be
merged with Xen and Kemari. It is not by any means in shape for
application to the Xen tree -- right now it is optimized to be easy to
port rather than elegant.

This is an old, but fairly stable, release against Xen 3.2, and it
lacks HVM support. I hope to release a more up-to-date, HVM-capable
version soon, but the port is not yet complete -- maintaining
synchronized patches between ioemu and the rest of the tool stack has
become quite challenging since it switched to an external git
repository, and we're currently a bit short on manpower.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [ANNOUNCE] Remus source released, Brendan Cully <=