| Line 9... |
Line 9... |
| 9 |
# Command profiles can be referenced by using the --commandprofile option then.
|
9 |
# Command profiles can be referenced by using the --commandprofile option then.
|
| 10 |
#
|
10 |
#
|
| 11 |
# Refer to 'man lvm.conf' for further information about profiles and
|
11 |
# Refer to 'man lvm.conf' for further information about profiles and
|
| 12 |
# general configuration file layout.
|
12 |
# general configuration file layout.
|
| 13 |
#
|
13 |
#
|
| - |
|
14 |
allocation {
|
| - |
|
15 |
cache_mode="writethrough"
|
| - |
|
16 |
cache_settings {
|
| - |
|
17 |
}
|
| - |
|
18 |
}
|
| - |
|
19 |
|
| 14 |
global {
|
20 |
global {
|
| 15 |
units="h"
|
21 |
units="h"
|
| 16 |
si_unit_consistency=1
|
22 |
si_unit_consistency=1
|
| 17 |
suffix=1
|
23 |
suffix=1
|
| 18 |
lvdisplay_shows_full_device_path=0
|
24 |
lvdisplay_shows_full_device_path=0
|
| 19 |
}
|
25 |
}
|
| - |
|
26 |
|
| 20 |
report {
|
27 |
report {
|
| 21 |
compact_output=0
|
28 |
compact_output=0
|
| - |
|
29 |
compact_output_cols=""
|
| 22 |
aligned=1
|
30 |
aligned=1
|
| 23 |
buffered=1
|
31 |
buffered=1
|
| 24 |
headings=1
|
32 |
headings=1
|
| 25 |
separator=" "
|
33 |
separator=" "
|
| 26 |
list_item_separator=","
|
34 |
list_item_separator=","
|
| 27 |
prefixes=0
|
35 |
prefixes=0
|
| 28 |
quoted=1
|
36 |
quoted=1
|
| 29 |
colums_as_rows=0
|
37 |
colums_as_rows=0
|
| 30 |
binary_values_as_numeric=0
|
38 |
binary_values_as_numeric=0
|
| - |
|
39 |
time_format="%Y-%m-%d %T %z"
|
| 31 |
devtypes_sort="devtype_name"
|
40 |
devtypes_sort="devtype_name"
|
| 32 |
devtypes_cols="devtype_name,devtype_max_partitions,devtype_description"
|
41 |
devtypes_cols="devtype_name,devtype_max_partitions,devtype_description"
|
| 33 |
devtypes_cols_verbose="devtype_name,devtype_max_partitions,devtype_description"
|
42 |
devtypes_cols_verbose="devtype_name,devtype_max_partitions,devtype_description"
|
| 34 |
lvs_sort="vg_name,lv_name"
|
43 |
lvs_sort="vg_name,lv_name"
|
| 35 |
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"
|
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"
|
| Line 44... |
Line 53... |
| 44 |
segs_cols="lv_name,vg_name,lv_attr,stripes,segtype,seg_size"
|
53 |
segs_cols="lv_name,vg_name,lv_attr,stripes,segtype,seg_size"
|
| 45 |
segs_cols_verbose="lv_name,vg_name,lv_attr,seg_start,seg_size,stripes,segtype,stripesize,chunksize"
|
54 |
segs_cols_verbose="lv_name,vg_name,lv_attr,seg_start,seg_size,stripes,segtype,stripesize,chunksize"
|
| 46 |
pvsegs_sort="pv_name,pvseg_start"
|
55 |
pvsegs_sort="pv_name,pvseg_start"
|
| 47 |
pvsegs_cols="pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,pvseg_start,pvseg_size"
|
56 |
pvsegs_cols="pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,pvseg_start,pvseg_size"
|
| 48 |
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 |
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"
|
| - |
|
58 |
mark_hidden_devices=1
|
| 49 |
}
|
59 |
}
|