From 03b5c51730431ceb38c301293a19882b5829b84d Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Wed, 6 Mar 2013 10:38:40 +0100 Subject: [PATCH] WHATS_NEW: add lines for config validation support --- WHATS_NEW | 5 +++++ WHATS_NEW_DM | 2 ++ 2 files changed, 7 insertions(+) diff --git a/WHATS_NEW b/WHATS_NEW index 3a837aa60..d7dda58f0 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,10 @@ Version 2.02.99 - =================================== + Add --validate option to lvm dumpconfig to validate current config on demand. + Add --ignoreadvanced and --ignoreunsupported switch to lvm dumpconfig. + Add --withcomments and --withversions switch to lvm dumpconfig. + Add --type {current|default|missing|new} and --atversion to lvm dumpconfig. + Support automatic config validation and add 'config' section to lvm.conf. Add pvs -o ea_start,ea_size to report embedding area start and size. Add --embeddingareasize to pvcreate and vgconvert to create an embedding area. Add PV header extension: extension version, flags and embedding areas. diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 9d9c53d16..3bf89270d 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,5 +1,7 @@ Version 1.02.78 - =================================== + Add dm_config_write_{node_out/one_node_out} for enhanced config output. + Add dm_config_value_is_bool to check for boolean value in supported formats. Fix config node lookup inside empty sections to not return the section itself. Extend support for status info of thin pool target. Fix segfault for truncated string token in config file after the first '"'.