mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
report: Add metadata_percent to lvs_cols.
This commit is contained in:
parent
42d7409da2
commit
5684cfcb1c
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.107 -
|
Version 2.02.107 -
|
||||||
==================================
|
==================================
|
||||||
|
Add metadata_percent to lvs_cols.
|
||||||
Take account of parity areas with alloc anywhere in _calc_required_extents.
|
Take account of parity areas with alloc anywhere in _calc_required_extents.
|
||||||
Use proper uint64 casting for calculation of cache metadata size.
|
Use proper uint64 casting for calculation of cache metadata size.
|
||||||
Better support for nesting of blocking signals.
|
Better support for nesting of blocking signals.
|
||||||
|
@ -1040,7 +1040,7 @@ activation {
|
|||||||
|
|
||||||
# Comma separated list of columns to report for 'lvs' command.
|
# Comma separated list of columns to report for 'lvs' command.
|
||||||
# See 'lvs -o help' for the list of possible fields.
|
# See 'lvs -o help' for the list of possible fields.
|
||||||
# lvs_cols="lv_name,vg_name,lv_attr,lv_size,pool_lv,origin,data_percent,move_pv,mirror_log,copy_percent,convert_lv"
|
# 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"
|
||||||
|
|
||||||
# Comma separated list of columns to report for 'lvs' command in verbose mode.
|
# Comma separated list of columns to report for 'lvs' command in verbose mode.
|
||||||
# See 'lvs -o help' for the list of possible fields.
|
# See 'lvs -o help' for the list of possible fields.
|
||||||
|
@ -180,7 +180,7 @@
|
|||||||
#define DEFAULT_REP_QUOTED 1
|
#define DEFAULT_REP_QUOTED 1
|
||||||
#define DEFAULT_REP_SEPARATOR " "
|
#define DEFAULT_REP_SEPARATOR " "
|
||||||
|
|
||||||
#define DEFAULT_LVS_COLS "lv_name,vg_name,lv_attr,lv_size,pool_lv,origin,data_percent,move_pv,mirror_log,copy_percent,convert_lv"
|
#define DEFAULT_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"
|
||||||
#define DEFAULT_VGS_COLS "vg_name,pv_count,lv_count,snap_count,vg_attr,vg_size,vg_free"
|
#define DEFAULT_VGS_COLS "vg_name,pv_count,lv_count,snap_count,vg_attr,vg_size,vg_free"
|
||||||
#define DEFAULT_PVS_COLS "pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free"
|
#define DEFAULT_PVS_COLS "pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free"
|
||||||
#define DEFAULT_SEGS_COLS "lv_name,vg_name,lv_attr,stripes,segtype,seg_size"
|
#define DEFAULT_SEGS_COLS "lv_name,vg_name,lv_attr,stripes,segtype,seg_size"
|
||||||
|
Loading…
Reference in New Issue
Block a user