]> sourceware.org Git - lvm2.git/commit
md component detection addition in vg_read
authorDavid Teigland <teigland@redhat.com>
Thu, 1 Aug 2019 19:43:19 +0000 (14:43 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 16 Aug 2019 18:24:34 +0000 (13:24 -0500)
commit65bcd16be2cb46c73f6243e553b4a8685c159b7a
tree55c93d5b1f6de40dbe272be31e9c5840075e1171
parentad560a286a0b5d08086324e6194b060c136e9353
md component detection addition in vg_read

Usually md components are eliminated in label scan and/or
duplicate resolution, but they could sometimes get into
the vg_read stage, where set_pv_devices compares the
device to the PV.

If set_pv_devices runs an md component check and finds
one, vg_read should eliminate the components.

In set_pv_devices, run an md component check always
if the PV is smaller than the device (this is not
very common.)  If the PV is larger than the device,
(more common), do the component check when the config
setting is "auto" (the default).
lib/format_text/archiver.c
lib/format_text/import.c
lib/metadata/metadata.c
lib/metadata/metadata.h
tools/pvscan.c
This page took 0.032577 seconds and 5 git commands to generate.