a question about multipathd and udev

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

--
dm-devel mailing list
dm-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/dm-devel

[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux