svn path=/trunk/packages/invirt-cluster-config/; revision=1567
+invirt-cluster-config (0.0.4) unstable; urgency=low
+
+ * Ignore detecting VGs on guests by not scanning any block device nodes
+ in /dev/mapper/xenvg-*
+
+ -- Evan Broder <broder@mit.edu> Sat, 08 Nov 2008 23:34:06 -0500
+
invirt-cluster-config (0.0.3) unstable; urgency=low
* Punt the postinst - it causes more trouble than anything else
#!/usr/bin/perl -0p
+s#^( *filter) = .*#$1 = [ "r|/dev/mapper/xenvg-.*|" ]#m or die;
s/^( *locking_type) = 1.*$/$1 = 2/m or die;
s/^( *fallback_to_clustered_locking) = .*$/$1 = 0/m or die;
s/^( *fallback_to_local_locking) = .*$/$1 = 0/m or die;