]> sourceware.org Git - lvm2.git/commitdiff
pre-release
authorAlasdair Kergon <agk@redhat.com>
Fri, 30 Apr 2010 14:49:42 +0000 (14:49 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 30 Apr 2010 14:49:42 +0000 (14:49 +0000)
VERSION
VERSION_DM
WHATS_NEW
WHATS_NEW_DM
configure
daemons/clvmd/clvmd-command.c
man/clvmd.8.in
scripts/relpath.awk

diff --git a/VERSION b/VERSION
index bbe50a46b8a9af5d47e0795afaf9bd4b172a6921..4a8538221be4d5240d0f059c2d629824d5636f53 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.64(2)-cvs (2010-04-14)
+2.02.64(2)-cvs (2010-04-30)
index d81cecd1c8862e2b29ea52fbe3b810f1c8842c58..4425e9e0cecbbf9801d72b8d693b26e272ce6657 100644 (file)
@@ -1 +1 @@
-1.02.47-cvs (2010-04-14)
+1.02.47-cvs (2010-04-30)
index bac865ff5273cac162cbaea2ff57b0943715220a..22d0480bb92154c647abd846ebaa77a7cf433890 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,12 +1,13 @@
-Version 2.02.64 -
+Version 2.02.64 - 30th April 2010
 =================================
+  Avoid pointless initialisation when the 'version' command is run directly.
   Fix memory leak for invalid regex pattern input.
   Display invalid regex pattern for filter configuration in case of error.
   Remove no-longer-used arg_ptr_value.
-  Fix -M and --type to use strings not pointers that change on config refresh.
+  Fix -M and --type to use strings, not pointers that change on config refresh.
   Fix lvconvert error message when existing mirrored LV is not found.
-  Disallow the direct removal of a merging snapshot.
   Set appropriate udev flags for reserved LVs.
+  Disallow the direct removal of a merging snapshot.
   Don't preload the origin when removing a snapshot whose merge is pending.
   Disallow the addition of mirror images while a conversion is happening.
   Disallow primary mirror image removal when mirror is not in-sync.
@@ -15,9 +16,10 @@ Version 2.02.64 -
   Increment lvm2app version from 1 to 2 (memory allocation changes).
   Change lvm2app memory alloc/free for pv/vg/lv properties.
   Change daemon lock filename from lvm2_monitor to lvm2-monitor for consistency.
+  Install symbolic .so links with relative paths between usrlibdir and libdir.
   Add awk script relpath.awk to calculate paths for relative symlinks.
+  Use @AWK@ in makefiles.
   Fix double DESTDIR usage for infodir and mandir.
-  Install symbolic .so links with relative paths between usrlibdir and libdir.
 
 Version 2.02.63 - 14th April 2010
 =================================
index c222fc63a249aa087af87e560d42fccdcaaadc10..a4df28c54bc1d4f1f1e5c428061e7639775eb058 100644 (file)
@@ -1,4 +1,4 @@
-Version 1.02.47 -
+Version 1.02.47 - 30th April 2010
 =================================
   Add support for new IMPORT{db} udev rule.
   Add DM_UDEV_PRIMARY_SOURCE_FLAG udev flag to recognize proper DM events.
index 3c8c9a628d052a11c039a3be64cb6536ca299f2e..f0ce6915f7e00323fcd6a72d223a26b91e1d2056 100755 (executable)
--- a/configure
+++ b/configure
@@ -15607,6 +15607,7 @@ LVM_LIBAPI=`echo "$VER" | $AWK -F '[()]' '{print $2}'`
 
 
 
+
 
 
 ################################################################################
index 091232e42904dcea7c24cca8cba1e07ff1b79db3..d69bfc26c37ff76dca636503cc67fca378ef1ac6 100644 (file)
@@ -371,6 +371,7 @@ static int restart_clvmd(void)
        /*
         * Build the command-line
         */
+       /* FIXME missing strup error checks */
        argv[0] = strdup("clvmd");
 
        /* Propogate debug options */
index 8e5b8288d4f9a4d8a503be5f4c90df4187e0650e..53a9113a819bd7ce7d344b0823ca667853fc3a7b 100644 (file)
@@ -76,10 +76,11 @@ re-read the lvm configuration file. This command should be run whenever the
 devices on a cluster system are changed.
 .TP
 .I \-S
-Tells the running clvmd to exit and restart. This is a preferred option
-to killing and restarting clvmd as it will preserve exclusive LV locks.
-If a full stop & restart is done instead, exclusive LV locks will be
-re-acquired as shared.
+Tells the running clvmd to exit and reexecute itself, for example at the
+end of a package upgrade.  The new instance is instructed to reacquire
+any locks in the same state as they were previously held.  (Alternative
+methods of restarting the daemon have the side effect of changing
+exclusive LV locks into shared locks.)
 .TP
 .I \-I
 Selects the cluster manager to use for locking and internal communications,
index 0d3c1ef175bd174eeff96c7f76dc62e0fe3568b4..26fe1eeaad6b6d5b837fde2ece35f86db166a8ae 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/awk -f
+#!/usr/bin/awk -f
 #
 # Copyright (C) 2010 Red Hat, Inc. All rights reserved.
 #
This page took 0.058499 seconds and 5 git commands to generate.