Found DRBD to be a breeze to d…
Found DRBD to be a breeze to deploy to my latest Xen 4.1 + Linux 2.6.31 HA Cluster. Performance is “outstanding”. drbd.org #ftw #opensource Download from drbd.org the 8.3.7 via http://oss.linbit.com/drbd/8.3/drbd-8.3.7.tar.gz Follow their Doco at http://www.drbd.org/docs/about/, which results in the following commands: tar xzvf drbd-8.3.7.tar.gz ls -altr /lib/modules/`uname -r`/build cd drbd-8.3.7 ./configure –with-km make KDIR=/lib/modules/`uname [...]