Skip to content

Commit 720e268

Browse files
committed
vroc: fix typos in mdadm commands
I'm guessing this didn't show up before because users have been correcting it themselves after getting an error and didn't file a bug. Compare with e.g. https://github.com/openshift/os/blob/master/docs/faq.md#fake-raidhybrid-raidintel-vroc
1 parent 0643d22 commit 720e268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ mdadm -CR /dev/md/imsm0 -e \
3131
+
3232
[source,terminal]
3333
----
34-
$ mdadm -CR /dev/md/dummy -l0 -n2 /dev/imsm0 -z10m --assume-clean
34+
$ mdadm -CR /dev/md/dummy -l0 -n2 /dev/imsm0 -z10M --assume-clean
3535
----
3636

3737
.. Create the real RAID1 array by running the following command:
@@ -63,7 +63,7 @@ $ mdadm -A /dev/md/coreos /dev/md/imsm0
6363
+
6464
[source,terminal]
6565
----
66-
$ mdadm --details --export /dev/md/imsm0
66+
$ mdadm --detail --export /dev/md/imsm0
6767
----
6868

6969
.. Install {op-system} and include the `rd.md.uuid` kernel argument by running the following command:

0 commit comments

Comments
 (0)