1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Jonathan Brassow 70fd2139e1 cache: Allocation code changes necessary to support cache_pool
Cache pools require a data and metadata area (like thin pools).  Unlike
thin pool, if 'cache_pool_metadata_require_separate_pvs' is not set to
'1', the metadata and data area will be allocated from the same device.
It is also done in a manner similar to RAID, where a single chunk of
space is allocated and then split to form the metadata and data device -
ensuring that they are together.
2014-01-28 12:25:02 -06:00
..
config_settings.h cache: Allocation code changes necessary to support cache_pool 2014-01-28 12:25:02 -06:00
config.c workaround: gcc v4.8 on 32 bit param. passing bug when -02 opimization used 2013-08-09 13:24:50 +02:00
config.h config: use int for type 2013-11-28 12:42:44 +01:00
defaults.h cache: Allocation code changes necessary to support cache_pool 2014-01-28 12:25:02 -06:00