1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

man lvmcache: add info about metadata formats

This commit is contained in:
David Teigland 2017-05-11 10:52:59 -05:00
parent 80900dcf76
commit d49a20b7bd

View File

@ -404,6 +404,24 @@ This is equivalent to:
.B lvconvert --type cache --cachepool VG/CachePoolLV VG/OriginLV
.SS Cache metadata formats
\&
There are two disk formats for cache metadata. The metadata format can be
specified when a cache pool is created, and cannot be changed.
Format \fB2\fP has better performance; it is more compact, and stores
dirty bits in a separate btree, which improves the speed of shutting down
the cache.
With \fBauto\fP, lvm selects the best option provided by the current
dm-cache kernel target.
.B lvconvert --type cache-pool --cachemetadataformat auto|1|2
.RS
.B VG/CacheDataLV
.RE
.SH SEE ALSO
.BR lvm.conf (5),
.BR lvchange (8),