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] Kemari repository is now open at xenbits

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Kemari repository is now open at xenbits
From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
Date: Mon, 13 Jul 2009 09:49:50 +0900
Cc: Birin Sanchez <Birin.Sanchez@xxxxxxxxxxxxx>, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>, Stephen Spector <stephen.spector@xxxxxxxxxx>
Delivery-date: Sun, 12 Jul 2009 17:51:02 -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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)
Hi,

Thanks to Ian Jackson, the Kemari repository is now open at xenbits.
You can clone the tree from the following address.

http://xenbits.xensource.com/ext/kemari/kemari-v1-unstable.hg

You can build the tree just like you usually build the unstable tree.  The tree
works both on i386 and x86_64.  It follows the xen-unstable tree, and we'll keep
updating when there are chaneges to the mainline.  For more information how to
use Kemari, please read the instruction at our website.

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

For those who don't want to prepare a SAN, Kemari can be used with
DRBD which replicates a block device through network.  With DRBD, now you can
play Kemari without a shared disk.  I use the following configuration
for the drbd device for Kemari, and this should also work for live
migration.

global {
}
common {
  protocol C;
}
resource r0 {
  syncer {
     rate 1G;
  }
  net {
    allow-two-primaries;
    after-sb-0pri discard-zero-changes;
    after-sb-1pri discard-secondary;
  }
  startup {
    become-primary-on both;
  }
  on host0 {
    device    /dev/drbd0;
    disk      /dev/sdb1;
    address   192.168.0.48:7789;
    meta-disk internal;
  }
  on host1 {
    device    /dev/drbd0;
    disk      /dev/sdb1;
    address   192.168.0.52:7789;
    meta-disk internal;
  }
}

Any comments or feedbacks are appreciated!

Thanks,

Yoshi

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Kemari repository is now open at xenbits, Yoshiaki Tamura <=