git clone git://sourceware.org/git/lvm2.git
./configure
configure: WARNING: Support for thin provisioning is limited since some thin provisioning tools are missing!
configure: WARNING: You should also install latest thin_check vsn 0.7.0 (or later) for lvm2 thin provisioning
configure: WARNING: Support for cache is limited since some cache tools are missing!
configure: WARNING: You should install latest cache_check vsn 0.7.0 to use lvm2 cache metadata format 2
configure: WARNING: Unrecognized 'vdoformat' tool is REQUIRED for VDO logical volume creation!
configure: WARNING: Only libdm part can be build without libaio: make [install_]device-mapper
apt-get install thin-provisioning-tools
make
libaio.h: No such file or directory
apt-get install libaio-dev
include/configure.h에 WRITECAHCE_INTERNAL 이 이미 1로 세팅되어있었다