~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to conf/metadata_profile_template.profile.in

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 @DEFAULT_SYS_DIR@/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=64
 
20
}
 
21
activation {
 
22
        thin_pool_autoextend_threshold=100
 
23
        thin_pool_autoextend_percent=20
 
24
}