summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2012-04-10 23:34:41 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2012-04-10 23:34:41 +0000
commitbad8b5848fe8e83095983fc0f035ab5190b9426a (patch)
tree410bae1008dbcee767bfd85834112abf5ed569ef /WHATS_NEW
parent68d84fa3eb499c183d4ad6bedb25be473f65799a (diff)
downloadlvm2-bad8b5848fe8e83095983fc0f035ab5190b9426a.tar.gz
lvm2-bad8b5848fe8e83095983fc0f035ab5190b9426a.tar.xz
lvm2-bad8b5848fe8e83095983fc0f035ab5190b9426a.zip
Commit ID 46a75dedb4f6aa815a804f27cafbd3fd16a62011 consolidated code from the
various dmeventd plug-ins into a new function called 'dmeventd_lvm2_command', but the new function did not strip off the "_mlog" extentions that the mirror plug-in had been doing. This created bug 794904 - failure to replace devices in a redundant log. The test suite did catch this scenario because it performs repair tests (mainly) through the CLI and not dmeventd. It's also not easy to test because the test itself will hang if the bug is encountered.
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 4f374cee..54860e8c 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Fix ability to handle failures in mirrored log (regression intro 2.02.89).
Fix unlocking volume group in vgreduce in error path.
Exit immediately if LISTEN_PID env var incorrect during systemd handover.
Detect VG name being part of the LV name in lvconvert --splitmirrors -n.