Lines Matching refs:cluster
43 CLUSTER=internal
57 CLUSTER=none
251 AC_MSG_CHECKING(whether to include support for cluster locking)
252 AC_ARG_WITH(cluster,
253 [ --with-cluster=TYPE Cluster LVM locking support: internal/shared/none
255 [ CLUSTER="$withval" ])
256 AC_MSG_RESULT($CLUSTER)
258 if [[ "x$CLUSTER" != xnone -a "x$CLUSTER" != xinternal -a "x$CLUSTER" != xshared ]];
260 --with-cluster parameter invalid
264 if test x$CLUSTER = xinternal; then
335 dnl -- Build cluster LVM daemon
336 AC_MSG_CHECKING(whether to build cluster LVM daemon)
338 [ --with-clvmd=TYPE Build cluster LVM Daemon.
339 The following cluster manager combinations are valid:
353 dnl -- If clvmd enabled without cluster locking, automagically include it
354 if test x$CLVMD != xnone && test x$CLUSTER = xnone; then
355 CLUSTER=internal
535 AC_MSG_RESULT([Enabling clvmd gulm cluster manager])
540 AC_MSG_RESULT([Enabling clvmd cman cluster manager])
548 AC_MSG_RESULT([Enabling clvmd corosync cluster manager])
554 AC_MSG_RESULT([Enabling clvmd openais cluster manager])
558 AC_MSG_RESULT([Disabling clvmd build. No cluster manager detected.])
563 dnl -- Build cluster mirror log daemon
564 AC_MSG_CHECKING(whether to build cluster mirror log daemon)
565 AC_ARG_ENABLE(cmirrord, [ --enable-cmirrord Enable the cluster mirror log daemon],
819 if [[ \( "x$LVM1" = xshared -o "x$POOL" = xshared -o "x$CLUSTER" = xshared \
975 if test x$CLUSTER != xnone; then
1070 AC_SUBST(CLUSTER)