public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./WHATS_NEW man/lvm.8.in
@ 2009-02-20  1:47 agk
  0 siblings, 0 replies; 3+ messages in thread
From: agk @ 2009-02-20  1:47 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-02-20 01:47:02

Modified files:
	.              : WHATS_NEW 
	man            : lvm.8.in 

Log message:
	Mention the restriction on file descriptors at invocation on the lvm man page.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1044&r2=1.1045
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvm.8.in.diff?cvsroot=lvm2&r1=1.1&r2=1.2

--- LVM2/WHATS_NEW	2009/02/17 18:56:41	1.1044
+++ LVM2/WHATS_NEW	2009/02/20 01:47:02	1.1045
@@ -1,5 +1,6 @@
 Version 2.02.45 - 
 ===================================
+  Mention the restriction on file descriptors at invocation on the lvm man page.
   Index cached vgmetadata by vgid not vgname to cope with duplicate vgnames.
   No longer require kernel and metadata major numbers to match.
   Add a fully-functional get_cluster_name() to clvmd corosync interface.
--- LVM2/man/lvm.8.in	2008/10/08 12:50:13	1.1
+++ LVM2/man/lvm.8.in	2009/02/20 01:47:02	1.2
@@ -18,6 +18,10 @@
 LVM command (for example by using a hard or soft link) it acts as 
 that command.  
 .LP
+On invocation, \fBlvm\fP requires that only the standard file descriptors
+stdin, stdout and stderr are available.  If others are found, they
+get closed and messages are issued warning about the leak.
+.LP
 Where commands take VG or LV names as arguments, the full path name is
 optional.  An LV called "lvol0" in a VG called "vg0" can be specified
 as "vg0/lvol0".  Where a list of VGs is required but is left empty, 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* LVM2 ./WHATS_NEW man/lvm.8.in
@ 2012-04-26 15:24 agk
  0 siblings, 0 replies; 3+ messages in thread
From: agk @ 2012-04-26 15:24 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2012-04-26 15:24:47

Modified files:
	.              : WHATS_NEW 
	man            : lvm.8.in 

Log message:
	Remove statement that snapshots cannot be tagged from lvm man page.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2393&r2=1.2394
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvm.8.in.diff?cvsroot=lvm2&r1=1.10&r2=1.11

--- LVM2/WHATS_NEW	2012/04/25 13:38:41	1.2393
+++ LVM2/WHATS_NEW	2012/04/26 15:24:46	1.2394
@@ -1,5 +1,6 @@
 Version 2.02.96 - 
 ================================
+  Remove statement that snapshots cannot be tagged from lvm man page.
   Disallow changing cluster attribute of VG while RAID LVs are active.
   Fix lvconvert error message for non-mergeable volumes.
   Allow subset of failed devices to be replaced in RAID LVs.
--- LVM2/man/lvm.8.in	2012/04/11 12:42:10	1.10
+++ LVM2/man/lvm.8.in	2012/04/26 15:24:46	1.11
@@ -223,7 +223,6 @@
 Only the new LVM2 metadata format supports tagging: objects using the
 LVM1 metadata format cannot be tagged because the on-disk format does not
 support it.
-Snapshots cannot be tagged.
 Characters allowed in tags are:
 .B A-Z a-z 0-9 _ + . -
 and as of version 2.02.78 the following characters are also accepted:


^ permalink raw reply	[flat|nested] 3+ messages in thread

* LVM2 ./WHATS_NEW man/lvm.8.in
@ 2012-03-01 10:39 zkabelac
  0 siblings, 0 replies; 3+ messages in thread
From: zkabelac @ 2012-03-01 10:39 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2012-03-01 10:39:21

Modified files:
	.              : WHATS_NEW 
	man            : lvm.8.in 

Log message:
	Add _rimage as reserved suffix

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2329&r2=1.2330
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvm.8.in.diff?cvsroot=lvm2&r1=1.8&r2=1.9

--- LVM2/WHATS_NEW	2012/03/01 10:30:48	1.2329
+++ LVM2/WHATS_NEW	2012/03/01 10:39:21	1.2330
@@ -1,5 +1,6 @@
 Version 2.02.94 - 
 ====================================
+  Add _rimage as reserved suffix to lvm.8 man page.
   Improve error logging from mpath filter.
   Check for allocation failure in hold_lock() in clvmd.
   Use set_lv() (wipe initial 4KiB) for non zeroed thin volume.
--- LVM2/man/lvm.8.in	2011/11/03 14:38:37	1.8
+++ LVM2/man/lvm.8.in	2012/03/01 10:39:21	1.9
@@ -276,7 +276,7 @@
 There are also various reserved names that are used internally by lvm that can not be used as LV or VG names.
 A VG cannot be called anything that exists in /dev/ at the time of creation, nor can it be called '.' or '..'.
 A LV cannot be called '.' '..' 'snapshot' or 'pvmove'. The LV name may also not contain
-the strings '_mlog', '_mimage', '_tdata', '_tmeta'.
+the strings '_mlog', '_mimage', '_rimage', '_tdata', '_tmeta'.
 
 
 .SH DIAGNOSTICS


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-26 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-20  1:47 LVM2 ./WHATS_NEW man/lvm.8.in agk
2012-03-01 10:39 zkabelac
2012-04-26 15:24 agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).