Your message dated Sat, 25 Jul 2009 20:23:46 +0100
with message-id <[email protected]>
and subject line multipath-tools-initramfs has been removed from Debian,
closing #443536
has caused the Debian Bug report #443536,
regarding multipath-tools-initramfs: Proposed patch for local-top script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
443536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443536
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: multipath-tools-initramfs
Version: 1.0.1
Severity: wishlist
Tags: patch
Hi !
Here is a small patch for initramfs local-top script.
1. We do not load the multipath daemon in initrd
2. It seems safer to launch kpartx only on multipath devices
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22.1-zoro.16
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
--- scripts/local-top/multipath_script~ 2007-06-08 22:42:16.000000000 +0200
+++ scripts/local-top/multipath_script 2007-09-21 14:52:51.000000000 +0200
@@ -21,11 +21,10 @@
modprobe dm-multipath
-echo "Loading multipath daemon"
+echo "Detecting multipath disks"
/sbin/multipath -v 0
-
-for ASDF in /dev/mapper/*; do kpartx -a $ASDF; done
+/sbin/dmsetup ls --target multipath --exec 'kpartx -a'
exit 0
--- End Message ---
--- Begin Message ---
Version: 1.0.1+nmu1+rm
The multipath-tools-initramfs package has been removed from Debian so we are
closing
the bugs that were still opened against it.
For more information about this package's removal, read
http://bugs.debian.org/537861 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Kind regards,
--
Marco Rodrigues
--- End Message ---