summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2022-08-22 13:59:08 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2022-08-22 14:06:34 +0200
commit508782a9135acf13b39b47605e675a5678495c58 (patch)
treeb54b22a9b355c496d7317284c0bc26437c2fd999 /WHATS_NEW
parent8c3cfc75c72696ae8b620555fcc4f815b0c1d6b6 (diff)
downloadlvm2-508782a9135acf13b39b47605e675a5678495c58.tar.gz
shell: add pre-cmd log report object type and enable lastlog for it
If we failed or logged anything before we actually execute given command in lvm shell, we couldn't report the log using lastlog command after. This patch adds specific 'pre-cmd' log report object type to identify such log messages and enables lastlog to report even this log.
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 fac295336..90dd417b1 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.17 -
===============================
+ Fix lvm shell's lastlog command to report previous pre-command failures.
Extend VDO and VDOPOOL without flushing and locking fs.
Add --valuesonly option to lvmconfig to print only values without keys.
Updates configure with recent autoconf tooling.