-
Bug
-
Resolution: Done
-
Major
-
None
-
4.18.z
-
Quality / Stability / Reliability
-
False
-
-
2
-
None
-
None
-
None
-
None
-
None
-
OSDOCS Sprint 268
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
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. Doc: https://docs.openshift.com/container-platform/4.18/installing/install_config/installing-customizing.html#installation-special-config-raid-intel-vroc_installing-customizing
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- links to
(4 links to)