]> sourceware.org Git - lvm2.git/commit
device_id: handle duplicate serial numbers
authorDavid Teigland <teigland@redhat.com>
Mon, 31 Oct 2022 21:14:01 +0000 (16:14 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 7 Nov 2022 14:56:02 +0000 (08:56 -0600)
commit761b922178c8522fd9abb207ba31bd27f9fa9dc4
treeab046fbf52366d16b248a9ff2b6b0f492e233f16
parentbdab36cf3f059e597371bb504646f4dfb7a89f50
device_id: handle duplicate serial numbers

Handle multiple devices using the same serial number as
their device id.  After matching devices to devices file
entries, if there is a discrepency between the ondisk PVID
and the devices file PVID, then rematch devices to
devices file entries using PVID, looking at all disks
on the system with the same serial number.
lib/cache/lvmcache.c
lib/commands/toolcontext.h
lib/device/device.h
lib/device/device_id.c
lib/device/device_id.h
test/shell/devicesfile-serial.sh [new file with mode: 0644]
tools/lvmdevices.c
This page took 0.037609 seconds and 5 git commands to generate.