summaryrefslogtreecommitdiffstats
path: root/udev/69-dm-lvm-metad.rules.in
Commit message (Collapse)AuthorAgeFilesLines
* pvscan: add --activate ay option (autoactivate)Peter Rajnoha2012-06-281-1/+1
| | | | | | | | | | | Define auto_activation_handler that activates VGs/LVs automatically based on the activation/auto_activation_volume_list (activating all volumes by default if the list is not defined). The autoactivation is done within the pvscan call in 69-dm-lvmetad.rules that watches for udev events (device appearance/removal). For now, this works for non-clustered and complete VGs only.
* udev: udev rules cleanupPeter Rajnoha2012-06-271-0/+26
Remove executable path detection in udev rules and use sbindir that is configured, but still provide the original functionality by means of 'configure --enable-udev-rule-exec-detection'. Normally, the exec path for the tools called in udev rules should not differ from the sbindir used, however, there are cases this is necessary. For example different environments could be assembled in a way that these path differ for some reason (distribution installer, initrd ...). This functionality is kept for compatibility only. Any environment moving the binaries around and using different paths should be fixed eventually!