MD array names #115
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?
Hi,
All new servers installed have the RAID arrays named with rescue as that is the default behavior of mdadm command when creating a new array.
If the set in install config hostname (first part, without domain if somebody added it) would be passed to mdadm create command using the --hostname argument, it would match the custom hostname set by the user later.
I don't know where to suggest from the code this, as I see only config generated and assembling the array, so I'm lost on suggesting a fix myself.