From 8cf0810d57a0c47173c4775a08dd728c452f8eb8 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 4 Oct 2013 12:30:33 +0200 Subject: thin: rename thin_pool_chunk_size_calculation -> ..size_policy and rename "default" policy to "generic" Just to be consistent with existing naming we use. --- conf/example.conf.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/example.conf.in b/conf/example.conf.in index f06b705ad..e0f8be870 100644 --- a/conf/example.conf.in +++ b/conf/example.conf.in @@ -252,9 +252,9 @@ allocation { # be placed on different PVs from the pool data. thin_pool_metadata_require_separate_pvs = 0 - # Specify chunk size calculation method for thin pool volumes. + # Specify chunk size calculation policy for thin pool volumes. # Possible options are: - # "default" - if thin_pool_chunk_size is defined, use it. + # "generic" - if thin_pool_chunk_size is defined, use it. # Otherwise, calcucate the chunk size based on # estimation and device hints exposed in sysfs: # the minimum_io_size. The chunk size is always @@ -265,7 +265,7 @@ allocation { # performance based on device hints exposed in # sysfs: the optimal_io_size. The chunk size is # always at least 512KiB. - # thin_pool_chunk_size_calculation = "default" + # thin_pool_chunk_size_policy = "generic" # Specify the minimal chunk size (in KB) for thin pool volumes. # Use of the larger chunk size may improve perfomance for plain -- cgit v1.2.1