Raid: ability to pass e.g. --chunk to mdadm #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As with
RAID_LAYOUT, it's desirable to be able to specify--chunktoo.I even think it would be good to have an arbitrary "extra args" field that can be passed to mdadm as is - to proactively cover other possible (and future) needs with any other extra flags.
I think this can be done easily after my PR: https://github.com/hetzneronline/installimage/pull/85