1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/commands
David Teigland c9fdc828ff vgchange autoactivation: skip regex filter containing symlinks
"vgchange -aay --autoactivation event" is called by our udev rule.
When the udev rule runs, symlinks for devices may not all be created
yet.  If the regex filter contains symlinks, it won't work correctly.
This command uses devices that already passed through pvscan.  Since
pvscan applies the regex filter correctly, this command inherits the
filtering from pvscan and can skip the regex filter itself.

See the previous commit
"pvscan: use alternate device names from DEVLINKS to check filter"
2023-01-31 15:30:35 -06:00
..
cmd_enum.h make: move cmds.h 2022-09-27 09:06:06 -05:00
toolcontext.c cmd: save device_id_sysfs_dir 2022-10-24 16:20:28 -05:00
toolcontext.h vgchange autoactivation: skip regex filter containing symlinks 2023-01-31 15:30:35 -06:00