From: Hannes Reinecke Date: Wed, 25 Feb 2009 15:09:15 +0000 (+0100) Subject: Only pass block events to multipath X-Git-Tag: 0.4.9~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a7a10e823594a9ac228a01c0baa5f83a9175908;p=platform%2Fupstream%2Fmultipath-tools.git Only pass block events to multipath We can easily preselect the events from a udev rule; this takes some load off the multipath daemon itself. Signed-off-by: Hannes Reinecke --- diff --git a/multipath/multipath.rules b/multipath/multipath.rules index 9d3579f..ac97749 100644 --- a/multipath/multipath.rules +++ b/multipath/multipath.rules @@ -4,4 +4,4 @@ # # socket for uevents -RUN+="socket:/org/kernel/dm/multipath_event" +SUBSYSTEM=="block", RUN+="socket:/org/kernel/dm/multipath_event"