From 3be9089cd3827637c0c18a4ea44a6d8858d971c6 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Tue, 27 Mar 2012 11:04:46 +0000 Subject: Add 'vgscan --cache' functionality for consistency with 'pvscan --cache'. Calling vgscan alone should reuse information from the lvmetad (if running). The --cache option should initiate direct device scan and update lvmetad appropriately (if running). This is mainly for vgscan to behave consistently compared to pvscan. --- man/vgscan.8.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/vgscan.8.in b/man/vgscan.8.in index cc462691..e3c5bc8e 100644 --- a/man/vgscan.8.in +++ b/man/vgscan.8.in @@ -22,6 +22,10 @@ See \fBlvm\fP for common options. .I \-\-mknodes Also checks the LVM special files in /dev that are needed for active logical volumes and creates any missing ones and removes unused ones. +.TP +.I \-\-cache +Scan devices for LVM physical volumes and volume groups and instruct +the lvmetad daemon to update its cached state accordingly. .SH SEE ALSO .BR lvm (8), .BR vgcreate (8), -- cgit