This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/man lvcreate.8.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2009-09-29 15:11:06

Modified files:
	man            : lvcreate.8.in 

Log message:
	Trivial cleanup to lvcreate man page - use virtualsize in example.
	
	virtualsize replaced virtualoriginsize but the example was never updated.

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

--- LVM2/man/lvcreate.8.in	2009/08/10 17:23:04	1.10
+++ LVM2/man/lvcreate.8.in	2009/09/29 15:11:06	1.11
@@ -205,7 +205,7 @@
 arbitrary directory in order to access the contents of the filesystem to run
 a backup while the original filesystem continues to get updated.
 
-"lvcreate --virtualoriginsize 1T --size 100M --snapshot --name sparse vg1"
+"lvcreate --virtualsize 1T --size 100M --snapshot --name sparse vg1"
 .br
 creates a sparse device named /dev/vg1/sparse of size 1TB with space for just
 under 100MB of actual data on it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]