[lvm-devel] [PATCH] Utilize new IMPORT{db} udev rule to repopulate udev db for spurious events

Peter Rajnoha prajnoha at redhat.com
Tue Apr 20 14:56:49 UTC 2010


On 04/20/2010 04:51 PM, Peter Rajnoha wrote:
> +IMPORT{db}="DM_UDEV_DISABLE_DM_RULES_FLAG"
> +IMPORT{db}="DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG"
> +IMPORT{db}="DM_UDEV_DISABLE_DISK_RULES_FLAG"
> +IMPORT{db}="DM_UDEV_DISABLE_OTHER_RULES_FLAG"
> +IMPORT{db}="DM_UDEV_LOW_PRIORITY_FLAG"
> +IMPORT{db}="DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG"
> +IMPORT{db}="DM_UDEV_FLAG7"
> +IMPORT{db}="DM_SUBSYSTEM_UDEV_FLAG0"
> +IMPORT{db}="DM_SUBSYSTEM_UDEV_FLAG1"
> +IMPORT{db}="DM_SUBSYSTEM_UDEV_FLAG2"
> +IMPORT{db}="DM_SUBSYSTEM_UDEV_FLAG3"
> +IMPORT{db}="DM_SUBSYSTEM_UDEV_FLAG4"
> +IMPORT{db}="DM_SUBSYSTEM_UDEV_FLAG5"
> +IMPORT{db}="DM_SUBSYSTEM_UDEV_FLAG6"
> +IMPORT{db}="DM_SUBSYSTEM_UDEV_FLAG7"

...just for the record - the IMPORT{db} rule does not support
pattern matching (not now at least), so that's the reason why
I have to write it this way instead of something like
IMPORT{db}="DM_*_FLAG".

Peter




More information about the lvm-devel mailing list