1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: rename 'invisible devices' to 'hidden devices'

This commit is contained in:
Peter Rajnoha 2016-01-13 15:37:15 +01:00
parent 1417ed304b
commit 9a81881965

View File

@ -55,5 +55,5 @@ report {
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_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
mark_hidden_devices=1
}