Bug#549083: Not working with 3.0.3-2

M G Berberich berberic at fmi.uni-passau.de
Mon Nov 9 21:46:16 UTC 2009


Hello,

Am Montag, den 09. November schrieb martin f krafft:
> unmerge 549083
> retitle 549083 initramfs hook introduces single quotes into homehost name
> reopen 549083
> notfixed 549083
> tags 549083 patch
> thanks
> 
> also sprach Neil Brown <neilb at suse.de> [2009.11.09.0534 +0100]:
> >   [ -n "${MD_HOMEHOST:-}" ] && extra_args="--homehost='$MD_HOMEHOST'"
> >   if $MDADM --assemble --scan --run --auto=yes $extra_args; then
> > 
> > That is wrong.
> > It will cause the --homehost string given to mdadm to have single
> > quotes around it.  It should be
> > 
> >   [ -n "${MD_HOMEHOST:-}" ] && extra_args="--homehost=$MD_HOMEHOST"
> >   if $MDADM --assemble --scan --run --auto=yes ${extra_args:+"$MD_HOMEHOST"}; then
> 
> Will be in next upload. Does this work for you?

No, does not change the behaviour at all. Still works without names
does not work with names.

	MfG
	bmg

-- 
„Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!“          | berberic at fmi.uni-passau.de
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic





More information about the pkg-mdadm-devel mailing list