1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

profile: add thin_pool_chunk_size_policy to default.profile

By default, thin_pool_chunk_size_policy is set to "generic".
This commit is contained in:
Peter Rajnoha 2013-11-06 13:29:25 +01:00
parent 14b852609b
commit fc144a3fc5

View File

@ -9,6 +9,7 @@
# Refer to 'man lvm.conf' for further information about profiles and file layout. # Refer to 'man lvm.conf' for further information about profiles and file layout.
allocation { allocation {
thin_pool_chunk_size_policy = "generic"
thin_pool_chunk_size = 64 thin_pool_chunk_size = 64
thin_pool_discards = "passdown" thin_pool_discards = "passdown"
thin_pool_zero = 1 thin_pool_zero = 1