r629 - in lvm2/trunk/debian: . patches

Bastian Blank waldi at alioth.debian.org
Fri Nov 21 14:41:21 UTC 2008


Author: waldi
Date: Fri Nov 21 14:41:20 2008
New Revision: 629

Log:
* debian/changelog: Update.
* debian/patches/config.patch: Change locking_dir.


Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/patches/config.patch

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Fri Nov 21 14:41:20 2008
@@ -1,3 +1,10 @@
+lvm2 (2.02.39-4) UNRELEASED; urgency=low
+
+  * Set locking dir to /lib/init/rw/lvm as we need a writable array early
+    during boot. (closes: #506354)
+
+ -- Bastian Blank <waldi at debian.org>  Fri, 21 Nov 2008 15:41:24 +0100
+
 lvm2 (2.02.39-3) unstable; urgency=low
 
   * Depend against lsb-base.

Modified: lvm2/trunk/debian/patches/config.patch
==============================================================================
--- lvm2/trunk/debian/patches/config.patch	(original)
+++ lvm2/trunk/debian/patches/config.patch	Fri Nov 21 14:41:20 2008
@@ -1,5 +1,14 @@
 --- a/doc/example.conf
 +++ b/doc/example.conf
+@@ -251,7 +251,7 @@
+ 
+     # 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.
+-    locking_dir = "/var/lock/lvm"
++    locking_dir = "/lib/init/rw/lvm"
+ 
+     # Other entries can go here to allow you to load shared libraries
+     # e.g. if support for LVM1 metadata was compiled as a shared library use
 @@ -259,7 +259,7 @@
      # Full pathnames can be given.
  



More information about the pkg-lvm-commits mailing list