]> sourceware.org Git - lvm2.git/commitdiff
release 2.02.100 v2_02_100
authorAlasdair G Kergon <agk@redhat.com>
Tue, 13 Aug 2013 10:29:21 +0000 (11:29 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Tue, 13 Aug 2013 10:29:21 +0000 (11:29 +0100)
 84 files changed, 1540 insertions(+), 442 deletions(-)

Mostly bug fixes this time.

Also note:
  md raid replaces dm mirroring as the default implementation.
  Can call out to thin_repair to fix thin metadata.
  Improved clvmd error detection/debugging information.

VERSION
VERSION_DM
WHATS_NEW
WHATS_NEW_DM

diff --git a/VERSION b/VERSION
index 1716ee6d45f2be69ed9ab76dfe68a4d6722d0ab0..c7d4f06eb80014fb8adfbd55f819172ac7249aa2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.100(2)-git (2013-07-24)
+2.02.100(2)-git (2013-08-13)
index 067a488c98d1e3c1dad2f8b2d73c8840e84651a5..a11b7cd39191c4c7c6a386979dca3d94502abb17 100644 (file)
@@ -1 +1 @@
-1.02.79-git (2013-07-24)
+1.02.79-git (2013-08-13)
index 68d4679fa672c3ed7a7eaf62178e6721124164bc..20331c3425af8f320df61173df67dcf1b94381ef 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,17 +1,18 @@
-Version 2.02.100 -
-================================
+Version 2.02.100 - 13th August 2013
+===================================
   Fix inability to remove a VG's cluster flag if it contains a mirror.
   Suppress arg: prefix in log_sys_error macro when arg is empty string.
   Fix bug making lvchange unable to change recovery rate for RAID.
   Prohibit conversion of thin pool to external origin.
   Workaround gcc v4.8 -O2 bug causing failures if config/checks=1 (32bit arch).
   Verify clvmd message validity before processing and log error if incorrect.
-  Fix issue preventing PV creation on mirror LVs
+  When creating PV on existing LV don't forbid reserved LV names on LVs below.
+  Split out device_is_suspended_or_blocking from device_is_usable.
   When converting mirrors, default segtype should be the same unless specified.
   Make "raid1" the default mirror segment type.
   Fix clogd descriptor leak when daemonizing.
   Fix clvmd descriptor leak on restart.
-  Add pipe_open/close() to replace less secure popen() glibc call.
+  Add pipe_open/close() to use instead of less efficient/secure popen().
   Fix metadata area offset/size overflow if it's >= 4g and while using lvmetad.
   Inherit and apply any profile attached to a VG if creating new thin pool.
   Add initial support thin pool lvconvert --repair.
index 43eb4d8f07db48c51f2525385681039a2aeda784..0ef175515397a3cae1c08827829c64e7c1584be0 100644 (file)
@@ -1,5 +1,5 @@
-Version 1.02.79 -
-================================
+Version 1.02.79 - 13th August 2013
+==================================
   Create dmeventd timeout threads as "detached" so exit status is freed.
   Add DM_ABORT_ON_INTERNAL_ERRORS env var support to abort on internal errors.
 
This page took 0.045034 seconds and 5 git commands to generate.