summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-02-22 15:20:23 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2017-02-22 15:20:52 +0100
commit6716f5a2f46f034f24d01918cc1dc78cd7bac9be (patch)
tree378047e9a510af62b9269a4e0faefeb12bd68740
parent263050bc073e509f84de4c4da160887f412376fc (diff)
downloadlvm2-6716f5a2f46f034f24d01918cc1dc78cd7bac9be.tar.gz
WHATS_NEW: add entry
-rw-r--r--WHATS_NEW1
-rw-r--r--tools/toollib.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index c8b7fdc39..b0768cd9a 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.169 -
=====================================
+ Fix regression of accepting options --type and -m with lvresize (2.02.158).
Add lvconvert --swapmetadata, new specific way to swap pool metadata LVs.
Add lvconvert --startpoll, new specific way to start polling conversions.
Add lvconvert --mergethin, new specific way to merge thin snapshots.
diff --git a/tools/toollib.c b/tools/toollib.c
index 842f67c02..0e45d80d0 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -5755,4 +5755,3 @@ bad:
out:
return 0;
}
-