summaryrefslogtreecommitdiff
path: root/test/shell/vgsplit-operation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/vgsplit-operation.sh')
-rw-r--r--test/shell/vgsplit-operation.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/shell/vgsplit-operation.sh b/test/shell/vgsplit-operation.sh
index 8081b3821..6b478e802 100644
--- a/test/shell/vgsplit-operation.sh
+++ b/test/shell/vgsplit-operation.sh
@@ -13,6 +13,9 @@
. lib/inittest
+# disable lvmetad logging as it bogs down test systems
+test -e LOCAL_LVMETAD && aux prepare_lvmetad ""
+
COMM() {
LAST_TEST="$@"
}