summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-07-20 15:53:04 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2012-07-20 15:53:04 +0200
commit5e36b86c46f04eddae2d4b1f826e1f24995b3636 (patch)
tree78aee73d59b1c7ea1198594016a28a38594e2354 /WHATS_NEW
parent8d5ae472e5226f87175d51722fb5942c531bb8bb (diff)
downloadlvm2-5e36b86c46f04eddae2d4b1f826e1f24995b3636.tar.gz
lvm2-5e36b86c46f04eddae2d4b1f826e1f24995b3636.tar.xz
lvm2-5e36b86c46f04eddae2d4b1f826e1f24995b3636.zip
config: fix one-node dumpconfig, add dm_config_write_one_node
A regression introduced in 2.02.89 (11e520256b3005ed813ce83f8770aaab74edef3f) caused the lvm dumpconfig <node> to print out the node as well as its subsequent siblings. The information about "only_one" mode got lost. Before this patch (just an example node): # lvm dumpconfig global/use_lvmetad use_lvmetad=1 thin_check_executable="/usr/sbin/thin_check" thin_check_options="-q" (...all nodes to the end of the section) With this patch applied: # lvm dumpconfig global/use_lvmetad use_lvmetad=1
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index 4f23c398..aa26622a 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.97 -
===============================
+ Fix dumpconfig <node> to print only <node> without its siblings (2.02.89).
Do not issue "Failed to handle a client connection" error if lvmetad killed.
Support changing of discard and zeroing for thin pool.
Report used discard for thin pool and volume.