Ritesh Raj Sarraf <[email protected]> writes: > On Thursday 27 September 2012 06:14 PM, Ferenc Wagner wrote: >> From the patch referred in the changelog (43d3f10d): >> >> +HW_HANDLERS="" >> + >> +verbose && log_begin_msg "Loading multipath hardware handlers" >> +for module in ${HW_HANDLERS}; do >> + if modprobe --syslog "$module"; then >> >> How should one populate HW_HANDLERS with the appropriate modules? On >> the other hand, loading modules before the HBA driver is possible by >> configuring modprobe, for example by dropping > > Looks like I missed the /etc/initramfs/conf.d/ part of it where the user > could define the hardware handlers.
Thanks for the quick explanation. > I am busy now. If you have the resource to modify and test it, please > do. We can then see if it could be pushed in for Wheezy. Well, actually, my point was that this code doesn't help me with the 3.2 (wheezy) kernel, and there's another right way to achieve its aim under squeeze, where it does help. So as far as I'm concerned, this code should be removed, but I wonder what others think. -- Cheers, Feri. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

