1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00

Trivial cleanup to lvcreate man page - use virtualsize in example.

virtualsize replaced virtualoriginsize but the example was never updated.
This commit is contained in:
Dave Wysochanski 2009-09-29 15:11:06 +00:00
parent a0f9708e49
commit 05e59bf3fa

View File

@ -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 arbitrary directory in order to access the contents of the filesystem to run
a backup while the original filesystem continues to get updated. 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 .br
creates a sparse device named /dev/vg1/sparse of size 1TB with space for just creates a sparse device named /dev/vg1/sparse of size 1TB with space for just
under 100MB of actual data on it. under 100MB of actual data on it.