summaryrefslogtreecommitdiffstats
path: root/man/pvscan.8.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-06-29 12:40:26 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2012-06-29 12:40:26 +0200
commita54285a715b5e34808632b4973942db354fd089a (patch)
tree9f229e62f5b14fd663a3a83c7b0dcd711f2bbd7b /man/pvscan.8.in
parentec8f377748f4922d6a18ff0136e9a93f1d0b3f86 (diff)
downloadlvm2-a54285a715b5e34808632b4973942db354fd089a.tar.gz
lvm2-a54285a715b5e34808632b4973942db354fd089a.tar.xz
lvm2-a54285a715b5e34808632b4973942db354fd089a.zip
man: --activate ay and auto_activation_volume_list
Diffstat (limited to 'man/pvscan.8.in')
-rw-r--r--man/pvscan.8.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/pvscan.8.in b/man/pvscan.8.in
index b75773b6..1be3109d 100644
--- a/man/pvscan.8.in
+++ b/man/pvscan.8.in
@@ -18,6 +18,7 @@ pvscan \- scan all disks for physical volumes
.RB [ \-d | \-\-debug ]
.RB [ \-h | \-\-help ]
.B \-\-cache
+.RB [ \-a | \-\-activate " " \fIay ]
.RB [ \-\-major
.I major
.B \-\-minor
@@ -42,6 +43,13 @@ Short listing format.
.BR \-u ", " \-\-uuid
Show UUIDs (Uniform Unique Identifiers) in addition to device special names.
.TP
+.BR \-a ", " \-\-activate " " \fIay
+Together with the information already cached in lvmetad, automatically activate
+any logical volumes that become activatable after the scan done on one or more devices.
+The logical volume to autoactivate is matched against the
+activation/auto_activation_volume_list set in lvm.conf. Autoactivation is not yet
+supported on logical volumes that are part of partial or clustered volume groups.
+.TP
.BR \-\-cache " [" \-\-major " " \fImajor " " \-\-minor " " \fIminor " | " \fIDevicePath " ]..."
Scan one or more devices and instruct the lvmetad daemon to update its cached
state accordingly. Called internally by udev rules.