mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
7c638cc236
Option --all is only partially documented currently, so document in all commands. Also make {pv|vg|lv}{display|s} man pages consistent with help output. Remove ununsed 'disk_ARG' parameter. Leave --trustcache out of the man page output. Update --units argument to show all possible units.
35 lines
1.1 KiB
Groff
35 lines
1.1 KiB
Groff
.TH LVSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
|
|
.SH NAME
|
|
lvscan \- scan (all disks) for logical volumes
|
|
.SH SYNOPSIS
|
|
.B lvscan
|
|
.RB [ \-a | \-\-all]
|
|
.RB [ \-b | \-\-blockdevice ]
|
|
.RB [ \-d | \-\-debug ]
|
|
.RB [ \-h | \-\-help ]
|
|
.RB [ \-\-ignorelockingfailure ]
|
|
.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.
|
|
.SH OPTIONS
|
|
See \fBlvm\fP 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',
|
|
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.
|
|
.SH SEE ALSO
|
|
.BR lvm (8),
|
|
.BR lvcreate (8),
|
|
.BR lvdisplay (8)
|