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
The following procedure configures a redundant array of independent disks (RAID) for the worker node during the installation process.
9
+
The following procedure configures a redundant array of independent disks (RAID) during the installation process.
10
10
11
11
[NOTE]
12
12
====
@@ -18,19 +18,19 @@ The following procedure configures a redundant array of independent disks (RAID)
18
18
19
19
. Create the manifests.
20
20
21
-
. Modify the BMH (Bare Metal Host) file corresponding to the worker:
21
+
. Modify the `BareMetalHost` resource corresponding to the node:
22
22
+
23
23
[source,terminal]
24
24
----
25
-
$ vim clusterconfigs/openshift/99_openshift-cluster-api_hosts-3.yaml
25
+
$ vim clusterconfigs/openshift/99_openshift-cluster-api_hosts-*.yaml
26
26
----
27
27
+
28
28
[NOTE]
29
29
====
30
30
Because nodes with BMC type `irmc` do not support software RAID, the following RAID configuration uses hardware RAID as an example.
31
31
====
32
32
+
33
-
.. If you added a specific RAID configuration to the `spec` section, this causes the worker node to delete the original RAID configuration in the `preparing` phase and perform a specified configuration on the RAID. For example:
33
+
.. If you added a specific RAID configuration to the `spec` section, this causes the node to delete the original RAID configuration in the `preparing` phase and perform a specified configuration on the RAID. For example:
34
34
+
35
35
[source,yaml]
36
36
----
@@ -45,7 +45,7 @@ spec:
45
45
----
46
46
<1> `level` is a required field, and the others are optional fields.
47
47
+
48
-
.. If you added an empty RAID configuration to the `spec` section, this empty configuration causes the worker node to delete the original RAID configuration during the `preparing` phase, but does not perform a new configuration. For example:
48
+
.. If you added an empty RAID configuration to the `spec` section, the empty configuration causes the node to delete the original RAID configuration during the `preparing` phase, but does not perform a new configuration. For example:
0 commit comments