You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the exec is only invoked once for all rules. Things would need to be re-plumbed so that a per rule exec resource is used if custom options are specified.
I have a udev rule that increases block timeouts for virtual machine block devices:
Executing a simple
udevadm trigger
does not invoke the "add" event needed to apply this rule.To get this to work from the command like i have to run the following:
Or, in the case of puppet i've created an exec {} resources to perform this.
This is an OK solution, however
udevadm trigger
is being called twice. Once by udevadm::trigger and once by my exec call.It would be awesome if we could pass in additional options into the
udevadm trigger
command so i didn't need my extra exec resource.Maybe something like:
The text was updated successfully, but these errors were encountered: