summaryrefslogtreecommitdiff
path: root/man/lvscan.8.in
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-05 01:47:43 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-03-05 01:47:43 -0800
commit44a3c2255bc480c82f34db156553a595606d8a0b (patch)
tree5e6df96a6c6e40207cb3a711860e16b543918c0d /man/lvscan.8.in
parent8bd28eea831fd5215c12e6fcecc8e9a772398ed9 (diff)
downloaddevice-mapper-44a3c2255bc480c82f34db156553a595606d8a0b.tar.gz
device-mapper-44a3c2255bc480c82f34db156553a595606d8a0b.tar.bz2
device-mapper-44a3c2255bc480c82f34db156553a595606d8a0b.zip
Imported Upstream version 2.02.98upstream/2.02.98upstream/1.02.77
Diffstat (limited to 'man/lvscan.8.in')
-rw-r--r--man/lvscan.8.in23
1 files changed, 14 insertions, 9 deletions
diff --git a/man/lvscan.8.in b/man/lvscan.8.in
index 3dbe9d8..5102691 100644
--- a/man/lvscan.8.in
+++ b/man/lvscan.8.in
@@ -1,6 +1,6 @@
.TH LVSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
.SH NAME
-lvscan \- scan (all disks) for logical volumes
+lvscan \- scan (all disks) for Logical Volumes
.SH SYNOPSIS
.B lvscan
.RB [ \-a | \-\-all]
@@ -11,24 +11,29 @@ lvscan \- scan (all disks) for logical volumes
.RB [ \-P | \-\-partial ]
.RB [ \-v | \-\-verbose ]
.SH DESCRIPTION
-.B lvscan
-scans all known volume groups or all supported LVM block devices
-in the system for defined logical volumes.
+lvscan scans all known volume groups or all supported LVM block devices
+in the system for defined Logical Volumes. The output consists
+of one line for each Logical Volume indicating whether or not it is active,
+a snapshot or origin, the size of the device and its allocation policy.
+Use \fBlvs\fP(8) or \fBlvdisplay\fP(8) to obtain more-comprehensive
+information about the Logical Volumes.
.SH OPTIONS
-See \fBlvm\fP for common options.
+See \fBlvm\fP(8) for common options.
.TP
.BR \-\-all
Include information in the output about internal Logical Volumes that
are components of normally-accessible Logical Volumes, such as mirrors,
but which are not independently accessible (e.g. not mountable).
-For example, after creating a mirror using 'lvcreate -m1 --mirrorlog disk',
+For example, after creating a mirror using
+.B lvcreate \-m1 \-\-mirrorlog disk\fR,
this option will reveal three internal Logical Volumes, with suffixes
mimage_0, mimage_1, and mlog.
.TP
.BR \-b ", " \-\-blockdevice
-Adds the device major and minor numbers to the display
-of each logical volume.
+This option is now ignored. Instead, use \fBlvs\fP(8) or
+\fBlvdisplay\fP(8) to obtain the device number.
.SH SEE ALSO
-.BR lvm (8),
+.BR lvm (8),
.BR lvcreate (8),
.BR lvdisplay (8)
+.BR lvs (8)