[lvm-devel] master - config: thin_pool_chunk_size_policy should be commented

David Teigland teigland at fedoraproject.org
Fri May 15 16:45:31 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=c0d30da60968e202d1e834dea28869a571bee991
Commit:        c0d30da60968e202d1e834dea28869a571bee991
Parent:        b7db994aba358d2dc456eb8b22c6b375961e1b07
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Fri May 15 11:43:56 2015 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Fri May 15 11:43:56 2015 -0500

config: thin_pool_chunk_size_policy should be commented

It is commented in existing example.conf, so leave
that as it was.
---
 lib/config/config_settings.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 9f31f6e..cfcc72e 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"




More information about the lvm-devel mailing list