Package: multipath-tools-initramfs
Severity: important
Hi,
Looks like dm-emc is the only shared storage specific kernel module of
the device mapper system, so I suggest to automatically include it in
the initramfs, obsoleting the need to manually configure it in
/etc/initramfs-tools/modules.
After all, my /usr/share/initramfs-tools/hooks/multipath_hook contains:
[...]
copy_exec /sbin/devmap_name /sbin/
copy_exec /sbin/multipath /sbin/
for helper in /sbin/mpath_prio_*; do
copy_exec $helper /sbin
done
manual_add_modules dm-emc
mkdir -p $DESTDIR/lib || true
[...]
I think it's general enough for being included as is.
Thanks,
Feri.
(Now if only I found a way to get rid of those gazillions of SCSI errors
during system startup...)
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages multipath-tools-initramfs depends on:
ii initramfs-tools 0.85f tools for generating an initramfs
ii multipath-tools 0.4.7-1.1 Command-line utilities for adminis
ii udev 0.105-3 /dev/ and hotplug management daemo
multipath-tools-initramfs recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]