Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
57 - 1
# Demo configuration 'mq' cache policy
2
#
3
# Note: This policy has been deprecated in favor of the smq policy
4
# keyword "default" means, setting is left with kernel defaults.
5
#
6
 
7
allocation {
8
	cache_pool_chunk_size = 64
9
	cache_mode = "writethrough"
10
	cache_policy = "mq"
11
	cache_settings {
12
		mq {
13
			sequential_threshold = "default"	#  #nr_sequential_ios
14
			random_threshold = "default"		#  #nr_random_ios
15
			read_promote_adjustment = "default"
16
			write_promote_adjustment = "default"
17
			discard_promote_adjustment = "default"
18
		}
19
	}
20
}