You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to follow the procedure as per Red Hat documentation, the below command is failing:
$ mdadm -CR /dev/md/dummy -l0 -n2 /dev/imsm0 -z10M --assume-clean
mdadm: You haven't given enough devices (real or missing) to create this array
As it seems that the path to the imsm0 device is wrong, and command should be:
$ mdadm -CR /dev/md/dummy -l0 -n2 /dev/md/imsm0 -z10M --assume-clean
need to correct our relevant documentation. Also, it would be good to verify if there is a need to update the procedure.
0 commit comments