Comment 100 for bug 332270

Revision history for this message
Oleksij Rempel (olerem) wrote : Re: [Bug 332270] Re: udev repeatedly generates "change" events for the same block device(s)

udev 138 introduced new "watch" option. I just disabled it and every
thing working fine now.

vi /lib/udev/rules.d/60-persistent-storage.rules

comment
#KERNEL!="sr*", OPTIONS+="watch"

and probobly in 65-dmsetup.rules too:
#OPTIONS+="watch"