mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
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).
This commit is contained in:
parent
8980592514
commit
704609b17e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user