summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2013-08-13 11:29:21 +0100
committerAlasdair G Kergon <agk@redhat.com>2013-08-13 11:29:21 +0100
commit297907899c389fef074eeb56fd0d7b60d66dbb35 (patch)
tree5d3ef32ebe63884cd1c8a615fff02e79a28ef21f
parentabc89422af75fa9e20d24285d1366e4631cb8748 (diff)
downloadlvm2-2_02_100.tar.gz
release 2.02.100v2_02_100
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.
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW9
-rw-r--r--WHATS_NEW_DM4
4 files changed, 9 insertions, 8 deletions
diff --git a/VERSION b/VERSION
index 1716ee6d4..c7d4f06eb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.100(2)-git (2013-07-24)
+2.02.100(2)-git (2013-08-13)
diff --git a/VERSION_DM b/VERSION_DM
index 067a488c9..a11b7cd39 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.79-git (2013-07-24)
+1.02.79-git (2013-08-13)
diff --git a/WHATS_NEW b/WHATS_NEW
index 68d4679fa..20331c342 100644
--- 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.
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 43eb4d8f0..0ef175515 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -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.