From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18711 invoked by alias); 28 Feb 2012 18:16:25 -0000 Received: (qmail 18694 invoked by uid 9447); 28 Feb 2012 18:16:24 -0000 Date: Tue, 28 Feb 2012 18:16:00 -0000 Message-ID: <20120228181624.18692.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/man pvscan.8.in Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00234.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2012-02-28 18:16:23 Modified files: man : pvscan.8.in Log message: I don't think -u is meant to be used with lvmetad Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/pvscan.8.in.diff?cvsroot=lvm2&r1=1.4&r2=1.5 --- LVM2/man/pvscan.8.in 2012/02/26 08:45:07 1.4 +++ LVM2/man/pvscan.8.in 2012/02/28 18:16:23 1.5 @@ -12,7 +12,7 @@ .RB [ \-n | \-\-novolumegroup ] .RB [ \-s | \-\-short ] .RB [ \-u | \-\-uuid ] -.RB [ \-u | \-\-lvmetad ] +.RB [ \-\-lvmetad DevicePath ] .SH DESCRIPTION .B pvscan scans all supported LVM block devices in the system for physical volumes. @@ -31,7 +31,7 @@ .BR \-u ", " \-\-uuid Show UUIDs (Uniform Unique Identifiers) in addition to device special names. .TP -.BR \-u ", " \-\-lvmetad device +.BR \-\-lvmetad 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.