HEX
Server: Apache
System: Linux andromeda.lojoweb.com 4.18.0-372.26.1.el8_6.x86_64 #1 SMP Tue Sep 13 06:07:14 EDT 2022 x86_64
User: nakedfoamlojoweb (1056)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //etc/lvm/profile/cache-mq.profile
# 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"
		}
	}
}