192 |
- |
1 |
# This is a metadata profile template for the LVM2 system.
|
|
|
2 |
#
|
|
|
3 |
# It contains all configuration settings that are customizable by metadata
|
|
|
4 |
# profiles. To create a new metadata profile, select the settings you want
|
|
|
5 |
# to customize and add them in a new file named <profile_name>.profile.
|
|
|
6 |
# Then install the new profile in a directory as defined by config/profile_dir
|
|
|
7 |
# setting found in /etc/lvm/lvm.conf file.
|
|
|
8 |
#
|
|
|
9 |
# Metadata profiles can be referenced by using the --metadataprofile LVM2
|
|
|
10 |
# command line option.
|
|
|
11 |
#
|
|
|
12 |
# Refer to 'man lvm.conf' for further information about profiles and
|
|
|
13 |
# general configuration file layout.
|
|
|
14 |
#
|
|
|
15 |
allocation {
|
|
|
16 |
thin_pool_zero=1
|
|
|
17 |
thin_pool_discards="passdown"
|
|
|
18 |
thin_pool_chunk_size_policy="generic"
|
|
|
19 |
# thin_pool_chunk_size=128
|
|
|
20 |
}
|
|
|
21 |
activation {
|
|
|
22 |
thin_pool_autoextend_threshold=100
|
|
|
23 |
thin_pool_autoextend_percent=20
|
|
|
24 |
}
|