/etc/lvm/profile
NameSizeModeActions
cache-mq.profile5310644editdlrm
cache-smq.profile3390644editdlrm
command_profile_template.profile30200644editdlrm
lvmdbusd.profile23090644editdlrm
metadata_profile_template.profile8280644editdlrm
thin-generic.profile760644editdlrm
thin-performance.profile800644editdlrm
vdo-small.profile5630644editdlrm
Edit: /etc/lvm/profile/cache-mq.profile (531B)
# Demo configuration 'mq' cache policy # # Note: This policy has been deprecated in favor of the smq policy # keyword "default" means, setting is left with kernel defaults. # allocation { cache_pool_chunk_size = 64 cache_mode = "writethrough" cache_policy = "mq" cache_settings { mq { sequential_threshold = "default" # #nr_sequential_ios random_threshold = "default" # #nr_random_ios read_promote_adjustment = "default" write_promote_adjustment = "default" discard_promote_adjustment = "default" } } }