]> sourceware.org Git - lvm2.git/commitdiff
Disable t-lvcreate-large.sh for now with cluster.
authorMilan Broz <mbroz@redhat.com>
Fri, 16 Sep 2011 14:32:47 +0000 (14:32 +0000)
committerMilan Broz <mbroz@redhat.com>
Fri, 16 Sep 2011 14:32:47 +0000 (14:32 +0000)
test/t-lvcreate-large.sh

index 9fbaa7d78fa9067a30e82097eb0c15c1d91391f1..6f51cbb581726fe902f5da7ef2b3afa43be649ca 100755 (executable)
@@ -13,6 +13,9 @@
 
 . lib/test
 
+# FIXME: remove it later when locking in virtual origin is fixed
+test -e LOCAL_CLVMD && exit 200
+
 aux prepare_vg 4
 
 lvcreate -s -l 100%FREE -n $lv $vg --virtualsize 1024T
This page took 0.030187 seconds and 5 git commands to generate.