summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-01-19 13:53:30 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2016-01-19 14:30:21 +0100
commitacf1e84e8c067de246fd83b05e723049c9f91407 (patch)
tree951633507a781209f93379cb57a43dd380e55d03
parent1341f835547ce89240754054614ec5acea60a58a (diff)
downloadlvm2-acf1e84e8c067de246fd83b05e723049c9f91407.tar.gz
report: add note about seg_pe_ranges and seg_le_ranges in -o help
-rw-r--r--lib/report/columns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/report/columns.h b/lib/report/columns.h
index bbea69704..adc2d6229 100644
--- a/lib/report/columns.h
+++ b/lib/report/columns.h
@@ -192,7 +192,7 @@ FIELD(SEGS, seg, NUM, "Start", list, 5, segstartpe, seg_start_pe, "Offset within
FIELD(SEGS, seg, SIZ, "SSize", list, 5, segsize, seg_size, "Size of segment in current units.", 0)
FIELD(SEGS, seg, SIZ, "SSize", list, 5, segsizepe, seg_size_pe, "Size of segment in physical extents.", 0)
FIELD(SEGS, seg, STR_LIST, "Seg Tags", tags, 8, tags, seg_tags, "Tags, if any.", 0)
-FIELD(SEGS, seg, STR_LIST, "PE Ranges", list, 9, peranges, seg_pe_ranges, "Ranges of Physical Extents of underlying devices in command line format.", 0)
+FIELD(SEGS, seg, STR_LIST, "PE Ranges", list, 9, peranges, seg_pe_ranges, "Ranges of Physical Extents of underlying devices in command line format (deprecated, use seg_le_ranges for common format).", 0)
FIELD(SEGS, seg, STR_LIST, "LE Ranges", list, 9, leranges, seg_le_ranges, "Ranges of Logical Extents of underlying devices in command line format.", 0)
FIELD(SEGS, seg, STR_LIST, "Metadata LE Ranges", list, 18, metadataleranges, seg_metadata_le_ranges, "Ranges of Logical Extents of underlying metadata devices in command line format.", 0)
FIELD(SEGS, seg, STR_LIST, "Devices", list, 7, devices, devices, "Underlying devices used with starting extent numbers.", 0)