Jayson Vantuyl wrote: > Is it possible to mix clustered LVM and unclustered LVM? I tried but it > seemed to have issues. I'm not sure what you mean here. You either have a cluster or you don't. If you have clvm on one node on a cluster then it needs to be on ALL nodes of the cluster - you can't have an isolated node that is also part of the CMAN cluster. If what you mean is "can I have a non-clustered Volume Group alongside cluster volume groups", then the answer is "yes". There is a flag on the VG that indicates whether it is clustered or not. activated with vgchange -cy, deactivated with vgchange -cn. You can't mark individual LVs within a VG as clustered/non-clustered though. That wouldn't make sense. > Also, does anyone know if Gentoo likes it better if you use the CLVM > package or if you build the LVM package with the clvm USE flag? > -- patrick _______________________________________________ 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/