summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-01-08 15:47:01 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2016-01-08 15:47:01 +0100
commit8d11468ab20f5aec25eabab214ca9d3107e9685b (patch)
treeaa70b8db065778b4a02a9cc605c5c195afe54161
parent4304a95dfdb4791e23dbd4b0280c667eba5cb664 (diff)
downloadlvm2-8d11468ab20f5aec25eabab214ca9d3107e9685b.tar.gz
man: lvs: document F,D and M thin pool health status chars for lv_attr in lvs man page
-rw-r--r--WHATS_NEW1
-rw-r--r--man/lvs.8.in38
2 files changed, 27 insertions, 12 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index aa61f0a31..137ad1808 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.139 -
=====================================
+ Document F,D and M thin pool health status chars for lv_attr in lvs man page.
Also add lvm2-activation{-early,-net}.service systemd status for lvmdump -s.
Version 2.02.138 - 14th December 2015
diff --git a/man/lvs.8.in b/man/lvs.8.in
index 952b6ec80..51f6f9e39 100644
--- a/man/lvs.8.in
+++ b/man/lvs.8.in
@@ -183,19 +183,33 @@ snapshots of thin volumes using the new thin provisioning driver appear as (t).
.IP 8 3
Newly-allocated data blocks are overwritten with blocks of (z)eroes before use.
.IP 9 3
-Volume Health: (p)artial, (r)efresh needed, (m)ismatches exist, (w)ritemostly,
-(X) unknown.
+Volume Health, where there are currently three groups of attributes identified:
+.IP
+Common ones for all Logical Volumes: (p)artial, (X) unknown.
+.br
(p)artial signifies that one or more of the Physical Volumes this Logical
-Volume uses is missing from the system. (r)efresh signifies that one or
-more of the Physical Volumes this RAID Logical Volume uses had suffered a
-write error. The write error could be due to a temporary failure of that
-Physical Volume or an indication that it is failing. The device should be
-refreshed or replaced. (m)ismatches signifies that the RAID logical volume
-has portions of the array that are not coherent. Inconsistencies are
-detected by initiating a "check" on a RAID logical volume. (The scrubbing
-operations, "check" and "repair", can be performed on a RAID logical
-volume via the 'lvchange' command.) (w)ritemostly signifies the devices in
-a RAID 1 logical volume that have been marked write-mostly.
+Volume uses is missing from the system. (X) unknown signifies the status
+is unknown.
+.IP
+Related to RAID Logical Volumes: (r)efresh needed, (m)ismatches exist, (w)ritemostly.
+.br
+(r)efresh signifies that one or more of the Physical Volumes this RAID Logical
+Volume uses had suffered a write error. The write error could be due to a
+temporary failure of that Physical Volume or an indication that it is failing.
+The device should be refreshed or replaced. (m)ismatches signifies that the
+RAID logical volume has portions of the array that are not coherent.
+Inconsistencies are detected by initiating a "check" on a RAID logical volume.
+(The scrubbing operations, "check" and "repair", can be performed on a RAID
+logical volume via the 'lvchange' command.) (w)ritemostly signifies the
+devices in a RAID 1 logical volume that have been marked write-mostly.
+.IP
+Related to thin pool Logical Volumes: (F)ailed, out of (D)ata space, (M) read only.
+.br
+(F)ailed is set if thin pool encounters serious failures and hence no further I/O
+is permitted at all. The out of (D)ata space is set if thin pool has run out of
+data space. (M) read only signifies that thin pool encounters certain types of
+failures but it's still possible to do reads at least, but no metadata changes
+are allowed.
.IP 10 3
s(k)ip activation: this volume is flagged to be skipped during activation.
.RE