Make LVM actually use clvm. 1.1
authorQuentin Smith <quentin@mit.edu>
Sun, 27 Apr 2008 22:02:55 +0000 (18:02 -0400)
committerQuentin Smith <quentin@mit.edu>
Sun, 27 Apr 2008 22:02:55 +0000 (18:02 -0400)
svn path=/trunk/packages/sipb-xen-clvm-config/; revision=477

debian/changelog
files/etc/lvm/lvm.conf.sipb-xen

index d385ef7..a1f06c8 100644 (file)
@@ -1,8 +1,12 @@
 sipb-xen-clvm-config (1.1) unstable; urgency=low
 
+  [ Evan Broder ]
   * And...I'm an idiot - but it's fixed now
 
- -- Evan Broder <broder@mit.edu>  Sun, 27 Apr 2008 17:45:29 -0400
+  [ Quentin Smith ]
+  * I'm an idiot too. Make LVM actually use clvm.
+
+ -- Quentin Smith <quentin@mit.edu>  Sun, 27 Apr 2008 18:02:28 -0400
 
 sipb-xen-clvm-config (1) unstable; urgency=low
 
index de1ab47..729333e 100644 (file)
@@ -209,7 +209,7 @@ global {
     # Type of locking to use. Defaults to file-based locking (1).
     # Turn locking off by setting to 0 (dangerous: risks metadata corruption
     # if LVM2 commands get run concurrently).
-    locking_type = 1
+    #locking_type = 1
 
     # Local non-LV directory that holds file-based locks while commands are
     # in progress.  A directory like /tmp that may get wiped on reboot is OK.