summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
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_DM
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_DM')
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 416becab..0bfd0167 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.76 -
===============================
+ Add dm_config_write_one_node to libdevmapper.
Add support for thin pool message release/reserve_metadata_snap.
Add support for thin pool discard and external origin.
Add configure --enable-udev-rule-exec-detection to detect exec path in rules.