Thanks to Ian Jackson, the Kemari repository is now open at xenbits. Send all questions to Yoshiaki Tamura tamura.yoshiaki@lab.ntt.co.jp.
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;
}
}
Read more
We just wrapped up the Xen Winter Meetup 2025. It was an amazing opportunity to push Xen forward in a way that can only happen when people get together in person. Organized by Vates, we hosted it at the University of Grenoble IMAG building, a great spot for cutting-edge research
We're excited to announce our newest Advisory Board Member Honda, to Xen Project. Since its foundation, Honda has been committed to "creating a society that is useful to people" by utilizing its technologies and ideas. Honda also focuses on environmental responsiveness and traffic safety, and continue
Hello Xen Community, You may have noticed something different... We've refreshed our existing website! Why did we do this? Well, all these new changes are part of an ongoing effort to increase our visibility and make it easier to find information on pages. We know how important it
New release marks significant enhancements in performance, security, and versatility across various architectures. SAN FRANCISCO – July 31st, 2024 – The Xen Project, an open source project under the Linux Foundation, is proud to announce the release of Xen Project 4.19. This release marks a significant milestone in enhancing performance, security,