From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15931 invoked by alias); 28 Jun 2010 20:34:13 -0000 Received: (qmail 15916 invoked by uid 9657); 28 Jun 2010 20:34:12 -0000 Date: Mon, 28 Jun 2010 20:34:00 -0000 Message-ID: <20100628203412.15914.qmail@sourceware.org> From: wysochanski@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/man pvchange.8.in pvs.8.in vgs.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: 2010-06/txt/msg00072.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: wysochanski@sourceware.org 2010-06-28 20:34:12 Modified files: man : pvchange.8.in pvs.8.in vgs.8.in Log message: Update pvchange, pvs and vgs man pages for metadata ignore. Explain --metadataignore argument to pvchange, add new fields to pvs / vgs. Signed-off-by: Dave Wysochanski Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/pvchange.8.in.diff?cvsroot=lvm2&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/pvs.8.in.diff?cvsroot=lvm2&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/vgs.8.in.diff?cvsroot=lvm2&r1=1.11&r2=1.12 --- LVM2/man/pvchange.8.in 2008/11/12 15:01:36 1.2 +++ LVM2/man/pvchange.8.in 2010/06/28 20:34:12 1.3 @@ -6,6 +6,7 @@ [\-\-addtag Tag] [\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-\-deltag Tag] +[\-\-metadataignore y|n] [\-h|\-?|\-\-help] [\-t|\-\-test] [\-v|\-\-verbose] [\-a|\-\-all] [\-x|\-\-allocatable y|n] @@ -25,10 +26,20 @@ .TP .I \-x, \-\-allocatable y|n Enable or disable allocation of physical extents on this physical volume. +.TP +.I \-\-metadataignore y|n +Ignore or un-ignore metadata areas on this physical volume. If metadata +areas on a physical volume are ignored, LVM will not not store metadata +in the metadata areas present on this Physical Volume. Metadata areas +cannot be created or extended after Logical Volumes have been allocated +on the device. If you do not want to store metadata on this device, it +is still wise always to allocate a metadata area in case you need it in +the future and to use this option to instruct LVM2 to ignore it. +(This option is not applicable to the old LVM1 metadata format.) .SH Example "pvchange -x n /dev/sdk1" disallows the allocation of physical extents on this physical volume (possibly because of disk errors, or because it will be removed after freeing it. .SH SEE ALSO -.BR lvm (8), +.BR lvm (8), .BR pvcreate (8) --- LVM2/man/pvs.8.in 2009/10/26 14:37:09 1.12 +++ LVM2/man/pvs.8.in 2010/06/28 20:34:12 1.13 @@ -54,7 +54,8 @@ .IP Column names include: pv_fmt, pv_uuid, dev_size, pv_name, pv_mda_free, pv_mda_size, pe_start, pv_size, pv_free, pv_used, pv_attr, pv_pe_count, -pv_pe_alloc_count, pv_tags, pv_mda_count, pvseg_start, and pvseg_size. +pv_pe_alloc_count, pv_tags, pv_mda_count, pv_mda_used_count, +pvseg_start, and pvseg_size. .IP With --segments, any "pvseg_" prefixes are optional; otherwise any "pv_" prefixes are optional. Columns mentioned in \fBvgs (8)\fP can also --- LVM2/man/vgs.8.in 2009/10/26 14:37:09 1.11 +++ LVM2/man/vgs.8.in 2010/06/28 20:34:12 1.12 @@ -49,7 +49,7 @@ Column names include: vg_fmt, vg_uuid, vg_name, vg_attr, vg_size, vg_free, vg_sysid, vg_extent_size, vg_extent_count, vg_free_count, max_lv, max_pv, pv_count, lv_count, snap_count, vg_seqno, vg_tags, vg_mda_count, vg_mda_free, -and vg_mda_size. +and vg_mda_size, vg_mda_used_count. .IP Any "vg_" prefixes are optional. Columns mentioned in either \fBpvs (8)\fP or \fBlvs (8)\fP can also be chosen, but columns cannot be taken from both