[Lunar-commits] <moonbase> lvm2: version bumped to 2.02.37.

Florin Braescu florin at lunar-linux.org
Sat Jun 7 09:34:29 CEST 2008


commit 205c3c4a9e52cd6e34b013175a83d3bb1bc5406e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jun 7 10:34:29 2008 +0300

    lvm2: version bumped to 2.02.37.
    
    Changes:
      Make clvmd-cman use a hash rather than an array for node updown info.
      Correct config file line numbers in messages when parsing comments.
      Drop cached metadata when renaming a VG.
      Allow for vginfo changing during _vg_read.
      Decode numbers in clvmd debugging output.
      Add missing deactivation after activation failure in lvcreate -Zy.
      When activating, if precommitted metadata is still cached, assume it's live.
      When removing LV symlinks, skip any where the VG name is not determined.
      Drop metadata cache if update fails in vg_revert or vg_commit.
      Avoid spurious duplicate VG messages referring to VGs that are gone.
      Drop dev_name_confirmed error message to debug level.
      Fix setpriority error message to signed int.
      Temporarily disable dmeventd mirror monitoring during lvchange --resync.
      Refactor some vginfo manipulation code.
      Add assertions to trap deprecated P_ and V_ lock usage.
      Add missing mutex around clvmd lvmcache_drop_metadata library call.
      Fix uninitialised mutex in clvmd if all daemons are not running at startup.
      Avoid using DLM locks with LCK_CACHE type P_ lock requests.
      When asked to drop cached committed VG metadata, invalidate cached PV labels.
      Drop metadata cache before writing precommitted metadata instead of after.
      Don't touch /dev in vgrename if activation is disabled.
---
 filesys/lvm2/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/filesys/lvm2/DETAILS b/filesys/lvm2/DETAILS
index 57c52b8..d22663a 100644
--- a/filesys/lvm2/DETAILS
+++ b/filesys/lvm2/DETAILS
@@ -1,13 +1,13 @@
           MODULE=lvm2
-         VERSION=2.02.36
+         VERSION=2.02.37
           SOURCE=LVM2.$VERSION.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/LVM2.$VERSION
    SOURCE_URL[0]=ftp://sources.redhat.com/pub/lvm2
    SOURCE_URL[1]=ftp://sources.redhat.com/pub/lvm2/old
-      SOURCE_VFY=sha1:29ddaf10a49868fb8d85afd21c8e7f6943846eae
+      SOURCE_VFY=sha1:d24beacf4b9b60ae47aec253e3c48aead87dac5b
         WEB_SITE=http://sources.redhat.com/lvm2
          ENTERED=20040511
-         UPDATED=20080430
+         UPDATED=20080607
            SHORT="Logical volume manager"
 
 cat << EOF


More information about the Lunar-commits mailing list