Bug#646936: mdadm: Initrd skript leads to unbootable system after upgrade to squeeze
Michael Tokarev
mjt at tls.msk.ru
Fri Oct 28 13:38:07 UTC 2011
unarchive 549083
merge 646936 549083
thanks
On 28.10.2011 16:37, Oliver Seufer wrote:
> Subject: mdadm: Initrd skript leads to unbootable system after upgrade to squeeze
> Package: mdadm
> Version: 2.6.7.2-3
> Severity: important
[]
> Here is a patch to fix this problem:
> --- /usr/share/initramfs-tools/scripts/local-top/mdadm 2009-06-12 11:18:39.000000000 +0200
> +++ /usr/share/initramfs-tools/scripts/local-top/mdadm.new 2011-10-28 13:46:28.000000000 +0200
> @@ -77,7 +77,7 @@
> verbose && log_begin_msg "Assembling all MD arrays"
> extra_args=''
> [ -n "$MD_HOMEHOST" ] && \
> - extra_args="--homehost='$MD_HOMEHOST' --auto-update-homehost"
> + extra_args="--homehost=$MD_HOMEHOST --auto-update-homehost"
> if $MDADM --assemble --scan --run --auto=yes $extra_args; then
> verbose && log_success_msg "assembled all arrays."
> else
This is the same as #549083 and #485989.
> I hope you can fix this in lenny.
No way to fix this for Lenny. Maybe for next squeeze point
release.
Which brings us a good point: here's one more important bug
which needs to be fixed for squeeze.
Thanks,
/mjt
More information about the pkg-mdadm-devel
mailing list