Created
May 10, 2018 08:04
-
-
Save grizmin/37fa994628585d7cbcd25bd004ada26e to your computer and use it in GitHub Desktop.
HomeSAN lvmcache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lvcreate -n cache0meta -L 128M data /dev/sde3 | |
lvcreate -n cache0 -L 51G data /dev/sde3 | |
lvcreate -n cache0 -L 50G data /dev/sde3 | |
lvconvert --type cache-pool --poolmetadata data/cache0meta data/cache0 | |
lvconvert --type cache --cachepool data/cache0 data/data | |
lvchange --cachemode writeback data/data | |
lvs -o+cache_policy,cache_settings,cache_mode | |
wget http://www.ahammer.ch/manuals/linux/lvm/lvmcache-statistics.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment