Bug#646900: [multipath-tools] Errors when Boot On SAN (IBM DS4700)

Laurent Bigonville bigon at debian.org
Wed Jan 4 19:34:49 UTC 2012


Le Wed, 4 Jan 2012 19:55:37 +0100,
Guido Günther <agx at sigxcpu.org> a écrit :

Hey,

> The local-top script already has this:
> 
> for module in ${MP_MODULES}; do
>   if modprobe --syslog "$module"; then
>     verbose && log_success_msg "loaded module ${module}."
>   else
>     log_failure_msg "failed to load module ${module}."
>   fi
> done
> verbose && log_end_msg
> 
> with MP_MODULES="dm-multipath dm-emc" hardcoded so making this
> configurable via /etc/initramfs-tools/conf.d/ sounds like a good way
> to go.

Well local-top is too late as udev is started in init-top.

Making MP_MODULES configurable is probably a good idea, but an extra
script in init-top should definitely be added.

Cheers

Laurent Bigonville





More information about the pkg-lvm-maintainers mailing list