1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib/cache_segtype
Jonathan Brassow 1ff7e214e0 cache: New 'cache' segment type
This patch adds the cache segment type - the second of two necessary
to create cache logical volumes.  This segment type references the
cachepool (the small fast device) and the origin (the large slow device);
linking them to create the cache device.  The cache device is the
hierarchical device-mapper device that the user ulitmately makes use
of.

The cache segment sources the information necessary to construct the
device-mapper cache target from the origin and cachepool segments to
which it links.
2014-01-27 05:29:35 -06:00
..
.exported_symbols cache: New 'cachepool' segment type 2014-01-27 05:27:16 -06:00
cache.c cache: New 'cache' segment type 2014-01-27 05:29:35 -06:00
Makefile.in cache: New 'cachepool' segment type 2014-01-27 05:27:16 -06:00