From 05e59bf3fa1d91910f3a400838b8c99eb00162b5 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Tue, 29 Sep 2009 15:11:06 +0000 Subject: [PATCH] Trivial cleanup to lvcreate man page - use virtualsize in example. virtualsize replaced virtualoriginsize but the example was never updated. --- man/lvcreate.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in index 7e4460d94..ded98f9a8 100644 --- a/man/lvcreate.8.in +++ b/man/lvcreate.8.in @@ -205,7 +205,7 @@ contains a file system, you can mount the snapshot logical volume on an 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.