summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2022-09-06 14:40:06 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2022-09-06 15:49:27 +0200
commit973d0bd5b7110ad16fe26362c2586c961591ba4a (patch)
tree3b5ae88e62ff2de4925d28476a6b17714af2f15f /WHATS_NEW
parent0eebd9d7802c724ee71b6ebb80940ea6007f9c7a (diff)
downloadlvm2-973d0bd5b7110ad16fe26362c2586c961591ba4a.tar.gz
report: fix lv_active column type from STR to BIN
Fix lv_active to be of BIN type instead of STR. This allows lv_active to follow the report/binary_values_as_numeric setting as well as --binary cmd line switch. Also, it makes it possible to use -S|--select with either textual or numeric representation of the value, like 'lvs -S active=active' but also 'lvs -S active=1'.
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 293c034af..e29ec7066 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.17 -
===============================
+ Fix lv_active field type to binary so --select and --binary applies properly.
Switch to use mallinfo2 and use it only with glibc.
Error out in lvm shell if using a cmd argument not supported in the shell.
Fix lvm shell's lastlog command to report previous pre-command failures.