summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-04-15 10:09:18 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2014-04-15 10:15:38 +0200
commit704609b17ee5c67fec65400ba48841aff70c6d21 (patch)
tree393ee011b815f0684b18815ea9be026cfa03ed94
parent898059251442a89fc039cd49486771b6816df475 (diff)
downloadlvm2-704609b17ee5c67fec65400ba48841aff70c6d21.tar.gz
profiles: comment out thin_pool_chunk_size in default.profile
By default, the thin_pool_chunk_size is automatically calculated. When defined, it disables the automatic calculation. So to be more precise here, we should comment it out for the default.profile. Also, "lvm dumpconfig --type profilable" was used here to generate the default.profile content. This will be done automatically in the future once we have the infrastructure for this in (see also https://bugzilla.redhat.com/show_bug.cgi?id=1073415).
-rw-r--r--conf/default.profile.in19
1 files changed, 8 insertions, 11 deletions
diff --git a/conf/default.profile.in b/conf/default.profile.in
index 527edb2c7..cc0279b39 100644
--- a/conf/default.profile.in
+++ b/conf/default.profile.in
@@ -9,24 +9,21 @@
# Refer to 'man lvm.conf' for further information about profiles and file layout.
allocation {
- thin_pool_chunk_size_policy = "generic"
- thin_pool_chunk_size = 64
- thin_pool_discards = "passdown"
- thin_pool_zero = 1
+ thin_pool_zero=1
+ thin_pool_discards="passdown"
+ thin_pool_chunk_size_policy="generic"
+# thin_pool_chunk_size=64
}
-
-activation {
- thin_pool_autoextend_threshold = 100
- thin_pool_autoextend_percent = 20
-}
-
global {
units="h"
si_unit_consistency=1
suffix=1
lvdisplay_shows_full_device_path=0
}
-
+activation {
+ thin_pool_autoextend_threshold=100
+ thin_pool_autoextend_percent=20
+}
report {
aligned=1
buffered=1