summaryrefslogtreecommitdiff
path: root/lib/config/config_settings.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-05-15 11:43:56 -0500
committerDavid Teigland <teigland@redhat.com>2015-05-15 11:43:56 -0500
commitc0d30da60968e202d1e834dea28869a571bee991 (patch)
tree054cb54852ea596cf356f352e1c928f9be253077 /lib/config/config_settings.h
parentb7db994aba358d2dc456eb8b22c6b375961e1b07 (diff)
downloadlvm2-c0d30da60968e202d1e834dea28869a571bee991.tar.gz
config: thin_pool_chunk_size_policy should be commented
It is commented in existing example.conf, so leave that as it was.
Diffstat (limited to 'lib/config/config_settings.h')
-rw-r--r--lib/config/config_settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 9f31f6ed8..cfcc72e43 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -491,7 +491,7 @@ cfg(allocation_thin_pool_discards_CFG, "thin_pool_discards", allocation_CFG_SECT
"The discards behaviour of thin pool volumes.\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"
"Possible options are: generic, performance.\n"
"generic - If thin_pool_chunk_size is defined, use it.\n"