summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-05-02 01:41:17 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-05-02 01:41:17 +0100
commitbee2df3903d0956ba2e09ce9ae9ae55dfc5d3fd1 (patch)
treed3897caaaeee9cc15fa32b591749ff6bb41f7bc7
parent796dc9c91c2da05a65054e4892eda41415c9898e (diff)
downloadlvm2-bee2df3903d0956ba2e09ce9ae9ae55dfc5d3fd1.tar.gz
pre-releasev2_02_119
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW13
-rw-r--r--WHATS_NEW_DM4
4 files changed, 15 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index 3325ba1ff..d0c44b47e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.119(2)-git (2015-03-24)
+2.02.119(2)-git (2015-05-02)
diff --git a/VERSION_DM b/VERSION_DM
index 9a34d7999..0236ba8c8 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.96-git (2015-03-24)
+1.02.96-git (2015-05-02)
diff --git a/WHATS_NEW b/WHATS_NEW
index 9d30df4ff..37812f610 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,7 @@
-Version 2.02.119 -
-==================================
+Version 2.02.119 - 2nd May 2015
+===============================
+ New LVM_LOG_FILE_EPOCH, LVM_EXPECTED_EXIT_STATUS env vars. Man page to follow.
+ Remove detailed content from lvm.conf man page: use lvmconfig instead.
Generate complete config files with lvmconfig or 'make generate'.
Also display info on deprecated config with lvmconfig --withcomments.
Display version since which config is deprecated in lvmconfig --withversions.
@@ -21,18 +23,25 @@ Version 2.02.119 -
Refactor shared pvmove and lvconvert code into new _poll files.
Add --unconfigured option to dumpconfig to print strings unconfigured.
Add --withsummary option to dumpconfig to print first line - summary comment.
+ Use number of device holders to help choose between duplicate PVs.
+ Try to make lvmetad and non-lvmetad duplicate PV handling as similar as poss.
+ Issue warnings about duplicate PVs discovered by lvmetad.
+ Track alternative devices with matching PVIDs in lvmetad.
Check for lvm binary in blkdeactivate and skip LVM processing if not present.
Add --enable-halvm and --disable-halvm options to lvmconf script.
Add --services, --mirrorservice and --startstopservices option to lvmconf.
Use proper default value of global/use_lvmetad when processing lvmconf script.
Respect allocation/cling_tag_list during intial contiguous allocation.
Add A_PARTITION_BY_TAGS set when allocated areas should not share tags.
+ Make changes persist with python addTag/removeTag.
Set correct vgid when updating cache when writing PV metadata.
More efficient clvmd singlenode locking emulation.
+ Reject lvcreate -m with raid4/5/6 to avoid unexpected layout.
Don't skip invalidation of cached orphans if vg write lck is held (2.02.118).
Log relevant PV tags when using cling allocation.
Add str_list_add_list() to combine two lists.
Fix LV processing with selection to always do the selection on initial state.
+ Add internal LV_REMOVED LV status flag.
Version 2.02.118 - 23rd March 2015
==================================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index dda91a2e2..684c1a668 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.96 -
-=================================
+Version 1.02.96 - 2nd May 2015
+==============================
Fix selection to not match if using reserved value in criteria with >,<,>=,<.
Fix selection to not match reserved values for size fields if using >,<,>=,<.
Include uuid or device number in log message after ioctl failure.