summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2012-02-26 08:45:07 +0000
committerPetr Rockai <prockai@redhat.com>2012-02-26 08:45:07 +0000
commitf0582ee66120bd30e0ac935438860afea08fc25b (patch)
tree070662b194b1615ac7519376fc2f49694d955912 /man
parente6fa4a095e41ef98c68b77fde5dc63e613071c89 (diff)
downloadlvm2-f0582ee66120bd30e0ac935438860afea08fc25b.tar.gz
lvm2-f0582ee66120bd30e0ac935438860afea08fc25b.tar.xz
lvm2-f0582ee66120bd30e0ac935438860afea08fc25b.zip
Add tentative documentation of pvscan --lvmetad to the pvscan manpage.
Diffstat (limited to 'man')
-rw-r--r--man/pvscan.8.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/pvscan.8.in b/man/pvscan.8.in
index 4bf1fbd3..2af34995 100644
--- a/man/pvscan.8.in
+++ b/man/pvscan.8.in
@@ -12,6 +12,7 @@ pvscan \- scan all disks for physical volumes
.RB [ \-n | \-\-novolumegroup ]
.RB [ \-s | \-\-short ]
.RB [ \-u | \-\-uuid ]
+.RB [ \-u | \-\-lvmetad ]
.SH DESCRIPTION
.B pvscan
scans all supported LVM block devices in the system for physical volumes.
@@ -29,6 +30,11 @@ Short listing format.
.TP
.BR \-u ", " \-\-uuid
Show UUIDs (Uniform Unique Identifiers) in addition to device special names.
+.TP
+.BR \-u ", " \-\-lvmetad device
+Scan a single device and contact lvmetad to update its cached state. Called
+internally by udev rules. The device is processed \fBregardless\fP of any device
+filters set in lvm.conf.
.SH SEE ALSO
.BR lvm (8),
.BR pvcreate (8),