mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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:
parent
a0f9708e49
commit
05e59bf3fa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user