]> sourceware.org Git - lvm2.git/commit
pvs: new attr and field for unchosen duplicate device
authorDavid Teigland <teigland@redhat.com>
Fri, 29 Apr 2016 19:42:14 +0000 (14:42 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 6 May 2016 14:00:00 +0000 (09:00 -0500)
commitd4e434d1e6082ff4d448f4fbc03962c6f0926da4
treead5b1a6d908a33b53c759771a253094b5b53c3dc
parentd3d13e134af15611c3f12107aa1627b12110a974
pvs: new attr and field for unchosen duplicate device

When there are duplicate devices for a PV, one device
is preferred and chosen to exist in the VG.  The other
devices are not used by lvm, but are displayed by pvs
with a new PV attr "d", indicating that they are
unchosen duplicate PVs.

The "duplicate" reporting field is set to "duplicate"
when the PV is an unchosen duplicate, and that field
is blank for the chosen PV.
lib/cache/lvmcache.c
lib/cache/lvmcache.h
lib/metadata/pv.c
lib/report/columns.h
lib/report/properties.c
lib/report/report.c
lib/report/values.h
man/pvs.8.in
This page took 0.039052 seconds and 5 git commands to generate.