]> sourceware.org Git - lvm2.git/commitdiff
profile: add thin_pool_chunk_size_policy to default.profile
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 6 Nov 2013 12:29:25 +0000 (13:29 +0100)
committerPeter Rajnoha <prajnoha@redhat.com>
Wed, 6 Nov 2013 12:29:25 +0000 (13:29 +0100)
By default, thin_pool_chunk_size_policy is set to "generic".

conf/default.profile.in

index 6a0b8f157fa67bbb83041a2b9c8588c18020821f..29049ef955768322cbeb0b3991591d5bcfa6cb55 100644 (file)
@@ -9,6 +9,7 @@
 # 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
This page took 0.041039 seconds and 5 git commands to generate.