HomeSort by: relevance | last modified time | path
    Searched refs:CLVMD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/
configure.in 337 AC_ARG_WITH(clvmd,
338 [ --with-clvmd=TYPE Build cluster LVM Daemon.
346 [ CLVMD="$withval" ],
347 [ CLVMD="none" ])
348 if test x$CLVMD = xyes; then
349 CLVMD=all
351 AC_MSG_RESULT($CLVMD)
353 dnl -- If clvmd enabled without cluster locking, automagically include it
354 if test x$CLVMD != xnone && test x$CLUSTER = xnone; then
359 if test x$CLVMD != xnone && test x$PKGCONFIG_INIT != x1; the
    [all...]
configure 692 CLVMD
1549 --with-clvmd=TYPE Build cluster LVM Daemon.
9545 # Check whether --with-clvmd was given.
9547 withval=$with_clvmd; CLVMD="$withval"
9549 CLVMD="none"
9552 if test x$CLVMD = xyes; then
9553 CLVMD=all
9555 { $as_echo "$as_me:$LINENO: result: $CLVMD" >&5
9556 $as_echo "$CLVMD" >&6; }
9558 if test x$CLVMD != xnone && test x$CLUSTER = xnone; the
    [all...]

Completed in 30 milliseconds