Hi Michael,
That command is not found in Sizes.pm. It is in Commands.pm and Exec.pm.
dave@mg006:/usr/share/fai/setup-storage# grep assemble *
Commands.pm: &FAI::push_command("mdadm --assemble --scan
--config=$FAI::DATADIR/mdadm-from-examine.conf",
Commands.pm: "mdadm --assemble /dev/md$id " . join(" ",
grep(!/^missing$/, @eff_devs)),
Exec.pm: error => "mdadm_assemble",
Exec.pm: message => "mdadm tried to assemble arrays but failed,
ignoring as arrays might be running already\n",
Exec.pm: program => "mdadm --assemble --scan
--config=$FAI::DATADIR/mdadm-from-examine.conf",
I'd guess I'll want to edit both at some point? It's Monday AM, I haven't time
yet this morning to walk through the code and figure which one to edit :)
Haven't yet made it through my first cup of coffee :)
Thanks,
David Dreezer