summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2017-06-28 16:38:46 +0100
committerAlasdair G Kergon <agk@redhat.com>2017-06-28 16:38:46 +0100
commit08ce545449a7076965e153e6a9df1c49f833d33e (patch)
treec2fc8cb82a4bb787d1ca51a14ed8fd124a084552
parent7ba6896962d8fe34139d3d6d49fc08430fbc641a (diff)
downloadlvm2-08ce545449a7076965e153e6a9df1c49f833d33e.tar.gz
pre-releasev2_02_172
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW10
-rw-r--r--WHATS_NEW_DM4
4 files changed, 9 insertions, 9 deletions
diff --git a/VERSION b/VERSION
index 1e823ecf4..1774a4118 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.172(2)-git (2017-05-03)
+2.02.172(2)-git (2017-06-28)
diff --git a/VERSION_DM b/VERSION_DM
index 36b0104b1..0f1b1a3a6 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.141-git (2017-05-03)
+1.02.141-git (2017-06-28)
diff --git a/WHATS_NEW b/WHATS_NEW
index 2872dbba6..895e29cbd 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,17 +1,17 @@
-Version 2.02.172 -
-===============================
+Version 2.02.172 - 28th June 2017
+=================================
Add missing NULL to argv array when spliting cmdline arguments.
Add display_percent helper function for printing percent values.
- Lvconvert --repair handles failing raid legs (present but marked 'D'ead).
+ lvconvert --repair handles failing raid legs (present but marked 'D'ead).
Do not lvdisplay --maps unset settings of cache pool.
Fix lvdisplay --maps for cache pool without policy settings.
Support aborting of flushing cache LV.
Reenable conversion of data and metadata thin-pool volumes to raid.
Improve raid status reporting with lvs.
- No longer necessary to '--force' a repair for RAID1
+ No longer necessary to '--force' a repair for RAID1.
Linear to RAID1 upconverts now use "recover" sync action, not "resync".
Improve lvcreate --cachepool arg validation.
- Limit maximal size of thin-pool for specific chunk size.
+ Limit maximum size of thin-pool for specific chunk size.
Print a warning about in-use PVs with no VG using them.
Disable automatic clearing of PVs that look like in-use orphans.
Cache format2 flag is now using segment name type field.
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 2e31b9ad1..44d548a62 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,5 @@
-Version 1.02.141 -
-===============================
+Version 1.02.141 - 28th June 2017
+=================================
Fix reusing of dm_task structure for status reading (used by dmeventd).
Add dm_percent_to_round_float for adjusted percentage rounding.
Reset array with dead rimage devices once raid gets in sync.