]> sourceware.org Git - lvm2.git/commitdiff
Update some lvs column names
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 24 Apr 2012 12:13:29 +0000 (12:13 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 24 Apr 2012 12:13:29 +0000 (12:13 +0000)
Fix thin_pool -> pool_lv
Add more fields supported by thin provisioning.
Keep fields alphabetically sorted for easier lookup.

WHATS_NEW
man/lvs.8.in

index daec71172060be26dce53dd7dd72346baed6fe78..66057376756445e430b7ebb607007f4a29454fb3 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.96 - 
 ================================
+  Update and correct lvs man page with supported column names.
   Handle replacement of an active device that goes missing with an error device.
   Change change raid1 segtype always to request a flush when suspending.
   Add udev info and context to lvmdump.
index 0b72208308b38432627e70451eb30fd92dbc3e48..2afdcf5d47fd1811b18c6b357e6767621b5ea5b9 100644 (file)
@@ -75,11 +75,46 @@ to select all logical volume segment columns.
 Use \fB\-o help\fP to view the full list of columns available.
 .IP
 Column names include:
-lv_uuid, lv_name, lv_path, lv_attr, lv_major, lv_minor, lv_read_ahead, lv_kernel_major,
-lv_kernel_minor, lv_kernel_read_ahead, lv_size, seg_count, origin, origin_size,
-snap_percent, copy_percent, move_pv, convert_lv, lv_tags, mirror_log, thin_pool, modules,
-segtype, stripes, stripesize, regionsize, chunksize, seg_start, seg_start_pe,
-seg_size, seg_tags, seg_pe_ranges, devices.
+chunk_size,
+convert_lv,
+copy_percent,
+data_lv,
+devices,
+lv_attr,
+lv_host,
+lv_kernel_major,
+lv_kernel_minor,
+lv_kernel_read_ahead,
+lv_major,
+lv_minor,
+lv_name,
+lv_path,
+lv_read_ahead,
+lv_size,
+lv_tags,
+lv_time,
+lv_uuid,
+metadata_lv,
+mirror_log,
+modules,
+move_pv,
+origin,
+origin_size,
+pool_lv,
+region_size,
+segtype,
+seg_count,
+seg_pe_ranges,
+seg_size,
+seg_start,
+seg_start_pe,
+seg_tags,
+snap_percent,
+stripes,
+stripe_size,
+thin_count,
+transaction_id,
+zero.
 .IP
 With \fB\-\-segments\fP, any "seg_" prefixes are optional;
 otherwise any "lv_" prefixes are optional. Columns mentioned in
This page took 0.046379 seconds and 5 git commands to generate.