I see this issue consistently with both Jaunty and Karmic installs when running iscsi + multipathd + lvm2
>From other searches and mailing lists, the fix that "seems" to fix the issue the most is by adjusting one of either /lib/udev/rules.d/85-lvm2.rules or /lib/udev/rules.d/95-multipath.rules with the following: ACTION=="add|change" -> ACTION=="add" (ie drop "change") then the excessive activity will go away. I suspect a race condition in udev rules in certain situations. -- Lots of udev --daemon and /lib/udev/watershed sh -c /sbin/lvm vgscan; /sbin/lvm vgchange -a y after boot https://bugs.launchpad.net/bugs/488261 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
