]> sourceware.org Git - lvm2.git/blame - man/lvscan.8.in
Refer to details of snapshot of raid problem.
[lvm2.git] / man / lvscan.8.in
CommitLineData
5951ef33 1.TH LVSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
922ce479 2.SH NAME
16b1fe4a 3lvscan \- scan (all disks) for Logical Volumes
922ce479
AK
4.SH SYNOPSIS
5.B lvscan
7c638cc2 6.RB [ \-a | \-\-all]
922ce479
AK
7.RB [ \-b | \-\-blockdevice ]
8.RB [ \-d | \-\-debug ]
922ce479 9.RB [ \-h | \-\-help ]
5a52dca9
AK
10.RB [ \-\-ignorelockingfailure ]
11.RB [ \-P | \-\-partial ]
922ce479
AK
12.RB [ \-v | \-\-verbose ]
13.SH DESCRIPTION
c63b155d 14lvscan scans all known volume groups or all supported LVM block devices
16b1fe4a 15in the system for defined Logical Volumes. The output consists
c63b155d 16of one line for each Logical Volume indicating whether or not it is active,
16b1fe4a 17a snapshot or origin, the size of the device and its allocation policy.
c63b155d
ZK
18Use \fBlvs\fP(8) or \fBlvdisplay\fP(8) to obtain more-comprehensive
19information about the Logical Volumes.
922ce479 20.SH OPTIONS
c63b155d 21See \fBlvm\fP(8) for common options.
922ce479 22.TP
7c638cc2
DW
23.BR \-\-all
24Include information in the output about internal Logical Volumes that
25are components of normally-accessible Logical Volumes, such as mirrors,
26but which are not independently accessible (e.g. not mountable).
c63b155d
ZK
27For example, after creating a mirror using
28.B lvcreate \-m1 \-\-mirrorlog disk\fR,
7c638cc2
DW
29this option will reveal three internal Logical Volumes, with suffixes
30mimage_0, mimage_1, and mlog.
31.TP
922ce479 32.BR \-b ", " \-\-blockdevice
c63b155d
ZK
33This option is now ignored. Instead, use \fBlvs\fP(8) or
34\fBlvdisplay\fP(8) to obtain the device number.
922ce479 35.SH SEE ALSO
c63b155d 36.BR lvm (8),
922ce479
AK
37.BR lvcreate (8),
38.BR lvdisplay (8)
16b1fe4a 39.BR lvs (8)
This page took 0.07786 seconds and 5 git commands to generate.