summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2021-01-26 19:32:24 +0100
committerHeinz Mauelshagen <heinzm@redhat.com>2021-01-27 16:56:22 +0100
commitf08ef238564a547477f18c3668c616d497d7f3f8 (patch)
treed5157d54341356801e8e983384e028876d2d4e1d /WHATS_NEW
parent665d265349596d1d4e67b1db5cb33f78338f4c7c (diff)
downloadlvm2-f08ef238564a547477f18c3668c616d497d7f3f8.tar.gz
lvdisplay: enhance LV status output for raid(0)
In case legs of a raid0 LV are removed, the lvdisplay command still reports 'available' though raid0 is not providing any resilience compared to the other raid levels. Also lvdisplay does not display '(partial)' in case of missing raid0 legs as oposed to the lvs command. Enhance lvdisplay to report "NOT available" for any RaidLV type in case too many legs are inaccessible hence causing data loss. I.e. any leg for raid0, all for raid1, more than 1 for raid4/5, more than 2 for raid6 and in case of completely lost mirror groups for raid10. Add test/shell/lvdisplay-raid.sh. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1872678
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 9fda1de87..ef1afaabd 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.12 -
===================================
+ Enhance lvdisplay to report raid availiable/partial.
Support online rename of VDO pools.
Imporove removal of pmspare when last pool is removed.
Fix problem with wiping of converted LVs.