]> sourceware.org Git - lvm2.git/commit
pvs_online: include devname in pvid files
authorDavid Teigland <teigland@redhat.com>
Mon, 8 Nov 2021 22:02:48 +0000 (16:02 -0600)
committerDavid Teigland <teigland@redhat.com>
Tue, 9 Nov 2021 17:26:26 +0000 (11:26 -0600)
commit73b4602f219767850a2834c6b15bdb5e6d636870
tree381641be2d22bd66908b8735009977382b16acf1
parent024ce50f06feff2dae53dce83398911bef071a6e
pvs_online: include devname in pvid files

Include the device name in the /run/lvm/pvs_online/pvid files.
Commands using the pvid file can use the devname to more quickly
find the correct device, vs finding the device using the
major:minor number.  If the devname in the pvid file is missing
or incorrect, fall back to using the devno.
lib/device/dev-cache.c
lib/device/dev-cache.h
lib/device/online.c
lib/device/online.h
lib/label/label.c
tools/pvscan.c
This page took 0.034255 seconds and 5 git commands to generate.