Re: mdadm fails to assemble arrays with quotes in name
From: Marek Becka <hidden>
Date: 2013-05-09 15:47:25
From: Marek Becka <hidden>
Date: 2013-05-09 15:47:25
On 05/09/2013 07:14 AM, NeilBrown wrote:
Try:
..... name="'newname':-"
That should work. Quotes are special.Yes, this works fine.
I should probably update the mdadm.conf manpage to mention that. NeilBrown
I think, that an output from `mdadm --detail --scan` and `mkconf` should also be updated to generate correct name parameters for this case.