mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
config: thin_pool_chunk_size_policy should be commented
It is commented in existing example.conf, so leave that as it was.
This commit is contained in:
parent
b7db994aba
commit
c0d30da609
@ -491,7 +491,7 @@ cfg(allocation_thin_pool_discards_CFG, "thin_pool_discards", allocation_CFG_SECT
|
|||||||
"The discards behaviour of thin pool volumes.\n"
|
"The discards behaviour of thin pool volumes.\n"
|
||||||
"Possible options are: ignore, nopassdown, passdown.\n")
|
"Possible options are: ignore, nopassdown, passdown.\n")
|
||||||
|
|
||||||
cfg(allocation_thin_pool_chunk_size_policy_CFG, "thin_pool_chunk_size_policy", allocation_CFG_SECTION, CFG_PROFILABLE | CFG_PROFILABLE_METADATA, CFG_TYPE_STRING, DEFAULT_THIN_POOL_CHUNK_SIZE_POLICY, vsn(2, 2, 101), NULL, 0, NULL,
|
cfg(allocation_thin_pool_chunk_size_policy_CFG, "thin_pool_chunk_size_policy", allocation_CFG_SECTION, CFG_PROFILABLE | CFG_PROFILABLE_METADATA | CFG_DEFAULT_COMMENTED, CFG_TYPE_STRING, DEFAULT_THIN_POOL_CHUNK_SIZE_POLICY, vsn(2, 2, 101), NULL, 0, NULL,
|
||||||
"The chunk size calculation policy for thin pool volumes.\n"
|
"The chunk size calculation policy for thin pool volumes.\n"
|
||||||
"Possible options are: generic, performance.\n"
|
"Possible options are: generic, performance.\n"
|
||||||
"generic - If thin_pool_chunk_size is defined, use it.\n"
|
"generic - If thin_pool_chunk_size is defined, use it.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user