[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] a question about multipathd and udev
- From: dwu <dwu redhat com>
- To: dm-devel redhat com
- Subject: [dm-devel] a question about multipathd and udev
- Date: Tue, 21 Oct 2008 16:17:17 +0800
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]