summaryrefslogtreecommitdiff
path: root/man/lvmautoactivation.7_main
Commit message (Collapse)AuthorAgeFilesLines
* pvscan: use alternate device names from DEVLINKS to check filterDavid Teigland2023-01-311-0/+13
| | | | | | | | | | | | pvscan --cache <dev> is called by our udev rule at a time when all the symlinks for <dev> may not be created yet (by other udev rules.) The regex filter in lvm.conf may refer to <dev> using a symlink name that hasn't yet been created, which would cause <dev> to not match the filter regex. The DEVLINKS env var, set by udev, contains all the symlink names for <dev> that have been or will be created. So, we add all these symlink names to dev->aliases, as if we had found them in /dev. This allows <dev> to be recognized by a regex filter containing a symlink for <dev>.
* remove static autoactivationDavid Teigland2022-01-271-37/+12
| | | | | | | | | event based autoactivation is now the only method that lvm provides for autoactivation. Setting lvm.conf event_activation=0 can still be used to disable event based autoactivation commands, but doing so will no longer enable static autoactivation.
* man lvmautoactivation: replace systemctl with journalctlDavid Teigland2021-12-141-1/+1
|
* man: add section about static autoactivationDavid Teigland2021-12-061-7/+41
|
* man: lvmautoactivationDavid Teigland2021-11-291-0/+280
new topical man page describing autoactivation