From: Quentin Smith Date: Sun, 27 Apr 2008 22:02:55 +0000 (-0400) Subject: Make LVM actually use clvm. X-Git-Tag: 1.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/sipb-xen-clvm-config.git/commitdiff_plain/08d08e9703308d6729f2f729e5a7e4c0e19840b6?ds=sidebyside Make LVM actually use clvm. svn path=/trunk/packages/sipb-xen-clvm-config/; revision=477 --- diff --git a/debian/changelog b/debian/changelog index d385ef7..a1f06c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 27 Apr 2008 17:45:29 -0400 + [ Quentin Smith ] + * I'm an idiot too. Make LVM actually use clvm. + + -- Quentin Smith Sun, 27 Apr 2008 18:02:28 -0400 sipb-xen-clvm-config (1) unstable; urgency=low diff --git a/files/etc/lvm/lvm.conf.sipb-xen b/files/etc/lvm/lvm.conf.sipb-xen index de1ab47..729333e 100644 --- a/files/etc/lvm/lvm.conf.sipb-xen +++ b/files/etc/lvm/lvm.conf.sipb-xen @@ -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.