summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-02-28 17:46:47 +0000
committerAlasdair Kergon <agk@redhat.com>2012-02-28 17:46:47 +0000
commitebf5552754bdf0d4c04f45bef334799775776ad7 (patch)
treef7a2789afbed7f1c95c4e5bf1561481b481f5918 /WHATS_NEW_DM
parentc682e83760291080a7b0b25be1a1b422e1c8a6e0 (diff)
downloadlvm2-ebf5552754bdf0d4c04f45bef334799775776ad7.tar.gz
lvm2-ebf5552754bdf0d4c04f45bef334799775776ad7.tar.xz
lvm2-ebf5552754bdf0d4c04f45bef334799775776ad7.zip
Fix empty string warning logic in _find_config_str. (1.02.68)
pvcreate gives WARNING: Ignoring unsupported value for metadata/pvmetadataignore. It was warning if there is no config file entry instead of only if the node exists but is empty.
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 7de4785e..49cc80e0 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.73 -
====================================
+ Fix empty string warning logic in _find_config_str. (1.02.68)
Fix dm_task_set_name to properly resolve path to dm name (1.02.71).
Add dm_strncpy() function as a faster strncpy() replacement.