mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
conf: update command_profile_template.profile.in
This commit is contained in:
parent
53b355a24b
commit
293abbb8d2
@ -11,14 +11,22 @@
|
|||||||
# Refer to 'man lvm.conf' for further information about profiles and
|
# Refer to 'man lvm.conf' for further information about profiles and
|
||||||
# general configuration file layout.
|
# general configuration file layout.
|
||||||
#
|
#
|
||||||
|
allocation {
|
||||||
|
cache_mode="writethrough"
|
||||||
|
cache_settings {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
global {
|
global {
|
||||||
units="h"
|
units="h"
|
||||||
si_unit_consistency=1
|
si_unit_consistency=1
|
||||||
suffix=1
|
suffix=1
|
||||||
lvdisplay_shows_full_device_path=0
|
lvdisplay_shows_full_device_path=0
|
||||||
}
|
}
|
||||||
|
|
||||||
report {
|
report {
|
||||||
compact_output=0
|
compact_output=0
|
||||||
|
compact_output_cols=""
|
||||||
aligned=1
|
aligned=1
|
||||||
buffered=1
|
buffered=1
|
||||||
headings=1
|
headings=1
|
||||||
@ -28,6 +36,7 @@ report {
|
|||||||
quoted=1
|
quoted=1
|
||||||
colums_as_rows=0
|
colums_as_rows=0
|
||||||
binary_values_as_numeric=0
|
binary_values_as_numeric=0
|
||||||
|
time_format="%Y-%m-%d %T %z"
|
||||||
devtypes_sort="devtype_name"
|
devtypes_sort="devtype_name"
|
||||||
devtypes_cols="devtype_name,devtype_max_partitions,devtype_description"
|
devtypes_cols="devtype_name,devtype_max_partitions,devtype_description"
|
||||||
devtypes_cols_verbose="devtype_name,devtype_max_partitions,devtype_description"
|
devtypes_cols_verbose="devtype_name,devtype_max_partitions,devtype_description"
|
||||||
@ -46,4 +55,5 @@ report {
|
|||||||
pvsegs_sort="pv_name,pvseg_start"
|
pvsegs_sort="pv_name,pvseg_start"
|
||||||
pvsegs_cols="pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,pvseg_start,pvseg_size"
|
pvsegs_cols="pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,pvseg_start,pvseg_size"
|
||||||
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"
|
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"
|
||||||
|
mark_invisible_devices=1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user