2008-10-08 12:50:13 +00:00
.TH PVSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2002-01-04 20:35:19 +00:00
.SH NAME
pvscan \- scan all disks for physical volumes
.SH SYNOPSIS
.B pvscan
2012-03-02 18:09:46 +00:00
.RB [ \- \- cache " " DevicePath [ DevicePath ... ] ]
2011-02-04 21:19:03 +00:00
.RB [ \- d | \- \- debug ]
.RB [ \- h | \- \- help ]
.RB [ \- v | \- \- verbose ]
.RB [ \- \- version ]
.RB [ \- \- ignorelockingfailure ]
2011-01-28 16:03:38 +00:00
.RB [ \- e | \- \- exported ]
.RB [ \- n | \- \- novolumegroup ]
.RB [ \- s | \- \- short ]
.RB [ \- u | \- \- uuid ]
2002-01-04 20:35:19 +00:00
.SH DESCRIPTION
.B pvscan
scans all supported LVM block devices in the system for physical volumes.
.SH OPTIONS
2011-01-28 16:03:38 +00:00
See \fB lvm\fP (8) for common options.
2002-01-04 20:35:19 +00:00
.TP
.BR \- e ", " \- \- exported
Only show physical volumes belonging to exported volume groups.
.TP
.BR \- n ", " \- \- novolumegroup
Only show physical volumes not belonging to any volume group.
.TP
.BR \- s ", " \- \- short
Short listing format.
.TP
.BR \- u ", " \- \- uuid
2002-11-18 14:04:08 +00:00
Show UUIDs (Uniform Unique Identifiers) in addition to device special names.
2012-02-26 08:45:07 +00:00
.TP
2012-03-02 18:09:46 +00:00
.BR \- \- cache " " DevicePath [ DevicePath... ]
Scan a single device and instruct the lvmetad daemon to update its cached
state. Called internally by udev rules. The device is processed
\fB regardless\fP of any device filters set in lvm.conf.
2002-01-04 20:35:19 +00:00
.SH SEE ALSO
.BR lvm (8),
.BR pvcreate (8),
.BR pvdisplay (8)