1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/report
Peter Rajnoha 3436d5b791 report: add pv_in_use field to display whether PV is in use or not
For example:

$ pvs -o pv_name,vg_name,pv_in_use
  PV         VG     InUse
  /dev/sda   vg      used
  /dev/sdb
  /dev/sdc           used

(sda is part of vg - it's used
 sdb is not part of vg - it's not used
 sdc is part of vg, but MDAs missing - it's used)
2016-02-15 12:44:46 +01:00
..
columns-devtypes.h doc: change fsf address 2016-01-21 12:11:37 +01:00
columns.h report: add pv_in_use field to display whether PV is in use or not 2016-02-15 12:44:46 +01:00
properties.c report: add pv_in_use field to display whether PV is in use or not 2016-02-15 12:44:46 +01:00
properties.h doc: change fsf address 2016-01-21 12:11:37 +01:00
report.c report: add pv_in_use field to display whether PV is in use or not 2016-02-15 12:44:46 +01:00
report.h doc: change fsf address 2016-01-21 12:11:37 +01:00
values.h report: add pv_in_use field to display whether PV is in use or not 2016-02-15 12:44:46 +01:00