summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2015-04-20 10:31:43 +0200
committerOndrej Kozina <okozina@redhat.com>2015-04-20 10:38:54 +0200
commitde4791c052b1576bb9de73b3fa8e51b771522f7e (patch)
treec1af2abe85599779ba9d8b50de7d10a935302d26
parent5cd6381717696ad1513a9f8ff1cbd8fa3098e4b1 (diff)
downloadlvm2-de4791c052b1576bb9de73b3fa8e51b771522f7e.tar.gz
WHATS_NEW: update for various commits
add info for various commits, most significant were: - toollib: close connection to lvmetad after fork (fe30658a4d5fe4e4e6bb346c9c9ee7142a98f49d) - toollib: do not spawn polling in lv_change_activate (c26d81d6e6939906729d91fae83cd8bbdd743bb7) - pvmove: split pvmove_update_metadata function (65623b63a20a221b48dfd87455dc77f5ac0c6bf4) - lvconvert: move poll code in before refactoring (5190f566055ab4584772b1288fd8cbf69565eb4a) - pvmove: move poll code in before refactoring (a098aa419f5be5d8f805ab6dc747770e58a4b7b1)
-rw-r--r--WHATS_NEW4
1 files changed, 4 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index 9c306dbe6..987a7c974 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,9 @@
Version 2.02.119 -
==================================
+ Close connection to lvmetad after fork.
+ Make lvchange able to resume background pvmove polling again.
+ Split pvmove update metadata fn in an initial one and a subsequent one.
+ Refactor shared pvmove and lvconvert code into new _poll files.
Add --unconfigured option to dumpconfig to print strings unconfigured.
Add --withfullcomments option to dumpconfig to print full comment.
Check for lvm binary in blkdeactivate and skip LVM processing if not present.