mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
694c88e031
Add 2 demo profiles for mq and smq policies. Show all support profilable params. Use with: lvcreate --policy cache-mq ....
15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
# Demo configuration 'smq' cache policy
|
|
#
|
|
# The stochastic multi-queue (smq) policy addresses some of the problems
|
|
# with the multiqueue (mq) policy and uses less memory.
|
|
#
|
|
|
|
allocation {
|
|
cache_pool_chunk_size = 64
|
|
cache_mode = "writethrough"
|
|
cache_policy = "smq"
|
|
cache_settings {
|
|
# currently no settins for "smq" policy
|
|
}
|
|
}
|