]> sourceware.org Git - lvm2.git/commit
pvs, pvscan: new option -A to show PVs outside the devices file
authorDavid Teigland <teigland@redhat.com>
Fri, 10 Nov 2023 22:24:45 +0000 (16:24 -0600)
committerDavid Teigland <teigland@redhat.com>
Thu, 16 Nov 2023 14:45:46 +0000 (08:45 -0600)
commit622284740a5582533e63a89be4949923ac67845f
treeee9bcb172682d185ff023b0daa3ca4b3729f9c86
parent29c0763480c1e830824c922aa9226a100cceb8c1
pvs, pvscan: new option -A to show PVs outside the devices file

pvs -A|--allpvs
Show PVs that would otherwise be excluded by the devices file.

pvscan -A|--allpvs
Show PVs that would otherwise be excluded by the devices file.
For those devices that are included by the devices file,
their device ID is displayed in place of the usual "lvm2"
format and size.

(pvs -a|--all is unchanged, and shows devices not formatted as PVs.)
lib/cache/lvmcache.c
tools/args.h
tools/command-lines.in
tools/pvscan.c
tools/reporter.c
This page took 0.033839 seconds and 5 git commands to generate.