From mboxrd@z Thu Jan 1 00:00:00 1970 From: dwu Subject: a question about multipathd and udev Date: Tue, 21 Oct 2008 16:17:17 +0800 Message-ID: <48FD900D.2010709@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com List-Id: dm-devel.ids 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.