Subversion Repositories configs

Rev

Rev 33 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 - 1
# This is a command profile template for the LVM2 system.
2
#
3
# It contains all configuration settings that are customizable by command
4
# profiles. To create a new command 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
# Command profiles can be referenced by using the --commandprofile option then.
10
#
11
# Refer to 'man lvm.conf' for further information about profiles and
12
# general configuration file layout.
13
#
57 - 14
allocation {
15
	cache_mode="writethrough"
16
	cache_settings {
17
	}
18
}
19
 
8 - 20
global {
21
	units="h"
22
	si_unit_consistency=1
23
	suffix=1
24
	lvdisplay_shows_full_device_path=0
25
}
57 - 26
 
8 - 27
report {
33 - 28
	compact_output=0
57 - 29
	compact_output_cols=""
8 - 30
	aligned=1
31
	buffered=1
32
	headings=1
33
	separator=" "
34
	list_item_separator=","
35
	prefixes=0
36
	quoted=1
37
	colums_as_rows=0
38
	binary_values_as_numeric=0
57 - 39
	time_format="%Y-%m-%d %T %z"
8 - 40
	devtypes_sort="devtype_name"
41
	devtypes_cols="devtype_name,devtype_max_partitions,devtype_description"
42
	devtypes_cols_verbose="devtype_name,devtype_max_partitions,devtype_description"
43
	lvs_sort="vg_name,lv_name"
44
	lvs_cols="lv_name,vg_name,lv_attr,lv_size,pool_lv,origin,data_percent,metadata_percent,move_pv,mirror_log,copy_percent,convert_lv"
45
	lvs_cols_verbose="lv_name,vg_name,seg_count,lv_attr,lv_size,lv_major,lv_minor,lv_kernel_major,lv_kernel_minor,pool_lv,origin,data_percent,metadata_percent,move_pv,copy_percent,mirror_log,convert_lv,lv_uuid,lv_profile"
46
	vgs_sort="vg_name"
47
	vgs_cols="vg_name,pv_count,lv_count,snap_count,vg_attr,vg_size,vg_free"
48
	vgs_cols_verbose="vg_name,vg_attr,vg_extent_size,pv_count,lv_count,snap_count,vg_size,vg_free,vg_uuid,vg_profile"
49
	pvs_sort="pv_name"
50
	pvs_cols="pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free"
51
	pvs_cols_verbose="pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,dev_size,pv_uuid"
52
	segs_sort="vg_name,lv_name,seg_start"
53
	segs_cols="lv_name,vg_name,lv_attr,stripes,segtype,seg_size"
54
	segs_cols_verbose="lv_name,vg_name,lv_attr,seg_start,seg_size,stripes,segtype,stripesize,chunksize"
55
	pvsegs_sort="pv_name,pvseg_start"
56
	pvsegs_cols="pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,pvseg_start,pvseg_size"
57
	pvsegs_cols_verbose="pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,pvseg_start,pvseg_size,lv_name,seg_start_pe,segtype,seg_pe_ranges"
57 - 58
	mark_hidden_devices=1
8 - 59
}