[lvm-devel] [PATCH 14/15] set clvmd build to default to cman locking backend

Fabio M. Di Nitto fdinitto at redhat.com
Thu Aug 27 09:07:35 UTC 2009


build all, as previously suggested, does not make sense.

Allow all to be set to avoid breaking backward compatibility,
but use cman instead.

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
:100644 100644 df8c6e9... 496ffe6... M	configure.in
 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index df8c6e9..496ffe6 100644
--- a/configure.in
+++ b/configure.in
@@ -334,8 +334,8 @@ AC_ARG_WITH(clvmd,
                           [TYPE=none] ],
   [ CLVMD="$withval" ],
   [ CLVMD="none" ])
-if test x$CLVMD = xyes; then
-	CLVMD=all
+if test x$CLVMD = xyes || test x$CLVMD = xall; then
+	CLVMD=cman
 fi
 AC_MSG_RESULT($CLVMD)
 
-- 
1.5.4.3




More information about the lvm-devel mailing list