[Bug 1431650] Re: Multipath devices take long to initialize during initramfs

Mauricio Faria de Oliveira mauricfo at linux.vnet.ibm.com
Fri Mar 13 11:16:08 UTC 2015


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
Server Team, which is subscribed to multipath-tools in 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



More information about the Ubuntu-server-bugs mailing list