summaryrefslogtreecommitdiff
path: root/scripts/lvm2-pvscan.service.in
Commit message (Collapse)AuthorAgeFilesLines
* lvm2-pvscan: include --autoactivation eventDavid Teigland2021-11-041-1/+1
| | | | | in the pvscan --cache -aay command so that the use of the command for event activation is explicit.
* pvscan service: use StartLimitIntervalSecDavid Teigland2019-02-281-1/+1
| | | | systemd changed the name
* pvscan systemd service for event based activationDavid Teigland2018-11-261-0/+14
The pvscan systemd service for autoactivation was mistakenly dropped along with the lvmetad related services. The activation generator program now looks at the new lvm.conf setting "event_activation" (default 1) to switch between event activation and direct activation. Previously, the old use_lvmetad setting was used to switch between event and direct activation.