All of lore.kernel.org
 help / color / mirror / Atom feed
* a question about multipathd and udev
@ 2008-10-21  8:17 dwu
  2008-10-21 13:40 ` Konrad Rzeszutek
  0 siblings, 1 reply; 2+ messages in thread
From: dwu @ 2008-10-21  8:17 UTC (permalink / raw)
  To: dm-devel

If a block device is added, the udev will run the command multipath to 
add the path to the mp if possible.
Why multipathd also process a path addition event:
 (!strncmp(uev->action, "add", 3)) {
        r = uev_add_path(devname, vecs);
        goto out;
    }

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-21 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21  8:17 a question about multipathd and udev dwu
2008-10-21 13:40 ` Konrad Rzeszutek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.