Stepan Kadlec wrote: > hello list, > I am trying to compile clustered LVM with OpenAIS (instead of cluster > framework) using > > ./configure --with-clvmd=openais --with-cluster=shared --libdir=/usr/lib64/ > > but it fails because of missing libdlm.h. I know this is part of the > cluster framework, but I thought I don't need 'cluster' when using > 'OpenAIS'. > > what is the clean way for compiling clustered LVM with OpenAIS? > openais support is not included in the configure script for clvmd yet. This is mainly because the locking support in openais still needs some work to make it totally reliable. If you want to test clvmd over just openais then you will need to hand-edit the Makefile for the moment ... or sweet-talk someone into fixing the configure script ;-) Chrissie _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/