From 424873390bf6cd64cf14115dce2e7c8cc775e8fc Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 13 Jan 2011 14:57:18 +0000 Subject: [PATCH] Enable monitoring for cluster tests --- test/lib/aux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/lib/aux.sh b/test/lib/aux.sh index 8a09fb5fd..04367eaf1 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -26,6 +26,8 @@ prepare_clvmd() { # skip if we singlenode is not compiled in (clvmd --help 2>&1 | grep "Available cluster managers" | grep singlenode) || skip + lvmconf "activation/monitoring = 1" + clvmd -Isinglenode -d 1 & LOCAL_CLVMD="$!"