All of lore.kernel.org
 help / color / mirror / Atom feed
From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./WHATS_NEW lib/metadata/pv.c man/pvs.8.in
Date: 29 Jun 2011 14:56:34 -0000	[thread overview]
Message-ID: <20110629145634.14337.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2011-06-29 14:56:33

Modified files:
	.              : WHATS_NEW 
	lib/metadata   : pv.c 
	man            : pvs.8.in 

Log message:
	Append 'm' attribute to pv_attr for missing PVs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2029&r2=1.2030
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/pv.c.diff?cvsroot=lvm2&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/pvs.8.in.diff?cvsroot=lvm2&r1=1.13&r2=1.14

--- LVM2/WHATS_NEW	2011/06/28 13:42:15	1.2029
+++ LVM2/WHATS_NEW	2011/06/29 14:56:33	1.2030
@@ -1,5 +1,6 @@
 Version 2.02.86 -  
 =================================
+  Append 'm' attribute to pv_attr for missing PVs.
   Annotate CLVMD_CMD_SYNC_NAMES in decode_cmd.
   Remove enforcement of udev verification when using non-standard /dev location.
   Fix to preserve exclusive activation of mirror while up-converting.
--- LVM2/lib/metadata/pv.c	2011/02/21 12:33:16	1.9
+++ LVM2/lib/metadata/pv.c	2011/06/29 14:56:33	1.10
@@ -197,6 +197,7 @@
 
 	repstr[0] = (pv->status & ALLOCATABLE_PV) ? 'a' : '-';
 	repstr[1] = (pv->status & EXPORTED_VG) ? 'x' : '-';
+	repstr[2] = (pv->status & MISSING_PV) ? 'm' : '-';
 	return repstr;
 }
 
--- LVM2/man/pvs.8.in	2010/06/28 20:34:12	1.13
+++ LVM2/man/pvs.8.in	2011/06/29 14:56:33	1.14
@@ -59,7 +59,7 @@
 .IP
 With --segments, any "pvseg_" prefixes are optional; otherwise any
 "pv_" prefixes are optional.  Columns mentioned in \fBvgs (8)\fP can also
-be chosen. The pv_attr bits are: (a)llocatable and e(x)ported.
+be chosen. The pv_attr bits are: (a)llocatable, e(x)ported and (m)issing.
 .TP
 .I \-\-segments
 Produces one line of output for each contiguous allocation of space on each



                 reply	other threads:[~2011-06-29 14:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110629145634.14337.qmail@sourceware.org \
    --to=agk@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.