HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.1.1k
System: Linux tam.zee-supreme-vps.net 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64
User: adltc (1070)
PHP: 7.4.33
Disabled: NONE
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"
		}
	}
}