summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-03-02 16:58:41 +0000
committerAlasdair Kergon <agk@redhat.com>2012-03-02 16:58:41 +0000
commitd06f64dd29a689ab0e97659a37ccb83819b75c3a (patch)
treee02578d71ce48575496b0d5a9b77aa7154423faa /man
parent6a5706a3a52607d1d7a2517aad4ba2727e0986e2 (diff)
downloadlvm2-d06f64dd29a689ab0e97659a37ccb83819b75c3a.tar.gz
lvm2-d06f64dd29a689ab0e97659a37ccb83819b75c3a.tar.xz
lvm2-d06f64dd29a689ab0e97659a37ccb83819b75c3a.zip
Allow multiple device names with pvscan --lvmetad.
Hold global lock in pvscan --lvmetad. (This might need refinement.) Add PV name to "PV gone" messages. Adjust some log message severities. (More changes needed.)
Diffstat (limited to 'man')
-rw-r--r--man/pvscan.8.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pvscan.8.in b/man/pvscan.8.in
index 8fbb4769..8d012697 100644
--- a/man/pvscan.8.in
+++ b/man/pvscan.8.in
@@ -12,7 +12,7 @@ pvscan \- scan all disks for physical volumes
.RB [ \-n | \-\-novolumegroup ]
.RB [ \-s | \-\-short ]
.RB [ \-u | \-\-uuid ]
-.RB [ \-\-lvmetad " " DevicePath ]
+.RB [ \-\-lvmetad " " DevicePath [ DevicePath ... ] ]
.SH DESCRIPTION
.B pvscan
scans all supported LVM block devices in the system for physical volumes.
@@ -31,7 +31,7 @@ Short listing format.
.BR \-u ", " \-\-uuid
Show UUIDs (Uniform Unique Identifiers) in addition to device special names.
.TP
-.BR \-\-lvmetad " " DevicePath
+.BR \-\-lvmetad " " DevicePath [ DevicePath... ]
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.