Last active
March 10, 2020 16:00
-
-
Save johanek/c54df2503a942de336aeb1b560e3721f to your computer and use it in GitHub Desktop.
lvcache
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 -l 100%FREE -n lv_elasticsearch vg_elasticsearch /dev/md1 | |
lvcreate -L 1T -n lv_cache vg_elasticsearch /dev/nvme0n1 | |
lvcreate -L 1G -n lv_cache_meta vg_elasticsearch /dev/nvme0n1 | |
lvconvert --type cache-pool --chunksize 256K --cachemode writeback --poolmetadata vg_elasticsearch/lv_cache_meta vg_elasticsearch/lv_cache | |
lvconvert --type cache --cachepool vg_elasticsearch/lv_cache vg_elasticsearch/lv_elasticsearch | |
Undo: | |
lvconvert --splitcache vg_elasticsearch/lv_elasticsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment