Skip to content

Commit 74c00cd

Browse files
committed
OCPBUGS-48299: fix device path
1 parent e4aa5b0 commit 74c00cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-special-config-raid-intel-vroc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ mdadm -CR /dev/md/dummy -l0 -n2 /dev/md/imsm0 -z10M --assume-clean
3838
+
3939
[source,terminal]
4040
----
41-
$ mdadm -CR /dev/md/coreos -l1 -n2 /dev/imsm0
41+
$ mdadm -CR /dev/md/coreos -l1 -n2 /dev/md/imsm0
4242
----
4343

4444
.. Stop both RAID0 and RAID1 member arrays and delete the dummy RAID0 array with the following commands:

0 commit comments

Comments
 (0)