The work-around in use:

  Remove the multipath udev rules from the initramfs.
  Note: this doesn't remove multipath support from it; there's more in there. 
            Boot from multipath devices works normally (and faster :-)

        $ grep 'for rules in' /usr/share/initramfs-tools/hooks/multipath 
          for rules in 95-multipath.rules; do

        $ sudo sed '/for rules in/ s:95-multipath.rules::' -i /usr/share
/initramfs-tools/hooks/multipath

        $ grep 'for rules in' /usr/share/initramfs-tools/hooks/multipath 
          for rules in ; do

        $ sudo update-initramfs -u
        update-initramfs: Generating /boot/initrd.img-3.19.0-7-generic

        $ sudo reboot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431650

Title:
  Multipath devices take long to initialize during initramfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1431650/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to