Skip to content

Commit 2f3e516

Browse files
author
Bob Furu
committed
BZ20000645: rm incorrect mpath sentence
1 parent 7f74333 commit 2f3e516

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

modules/installation-complete-user-infra.adoc

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
2626
:ibm-z:
2727
:restricted:
2828
endif::[]
29+
ifeval::["{context}" == "installing-ibm-z-kvm"]
30+
:ibm-z-kvm:
31+
endif::[]
32+
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
33+
:ibm-z-kvm:
34+
:restricted:
35+
endif::[]
2936
ifeval::["{context}" == "installing-ibm-power"]
3037
:ibm-power:
3138
endif::[]
@@ -146,16 +153,16 @@ command.
146153
If the pod logs display, the Kubernetes API server can communicate with the
147154
cluster machines.
148155

149-
ifndef::ibm-power[]
150-
. For an installation with Fibre Channel Protocol (FCP), additional steps are required to enable multipathing. Do not enable multipathing during installation.
156+
ifndef::ibm-power,ibm-z,ibm-z-kvm[]
157+
. For an installation with Fibre Channel Protocol (FCP), additional steps are required to enable multipathing.
151158
+
152159
[NOTE]
153160
====
154161
When installing with multipath, it is strongly recommended to enable it at installation time, and not at a later time, which can cause problems.
155162
====
156163
+
157164
See "Enabling multipathing with kernel arguments on {op-system}" in the _Installing on bare metal_ documentation for more information.
158-
endif::ibm-power[]
165+
endif::ibm-power,ibm-z,ibm-z-kvm[]
159166
ifdef::ibm-power[]
160167
. Additional steps are required to enable multipathing. Do not enable multipathing during installation.
161168
+
@@ -180,7 +187,7 @@ sde
180187
+
181188
If the original boot disk path is down, the node reboots from the alternate device registered in the normal boot device list.
182189
endif::ibm-power[]
183-
ifdef::ibm-z,ibm-power[]
190+
ifdef::ibm-power[]
184191
.. All the worker nodes are restarted. To monitor the process, enter the following command:
185192
+
186193
[source,terminal]
@@ -192,7 +199,13 @@ $ oc get nodes -w
192199
====
193200
If you have additional machine types such as infrastructure nodes, repeat the process for these types.
194201
====
195-
endif::ibm-z,ibm-power[]
202+
endif::ibm-power[]
203+
204+
ifdef::ibm-z[]
205+
. For an installation with Fibre Channel Protocol (FCP), additional steps are required to enable multipathing. Do not enable multipathing during installation.
206+
+
207+
See "Enabling multipathing with kernel arguments on {op-system}" in the _Post-installation machine configuration tasks_ documentation for more information.
208+
endif::ibm-z[]
196209

197210
ifdef::restricted[]
198211
. Register your cluster on the link:https://console.redhat.com/openshift/register[Cluster registration] page.
@@ -224,3 +237,10 @@ ifeval::["{context}" == "installing-restricted-networks-ibm-power"]
224237
:!ibm-power:
225238
:restricted:
226239
endif::[]
240+
ifeval::["{context}" == "installing-ibm-z-kvm"]
241+
:!ibm-z-kvm:
242+
endif::[]
243+
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
244+
:!ibm-z-kvm:
245+
:!restricted:
246+
endif::[]

modules/rhcos-enabling-multipath-day-2.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
====
1212
Enabling multipathing during installation is supported and recommended for nodes provisioned in {product-title} 4.8 or higher. In setups where any I/O to non-optimized paths results in I/O system errors, you must enable multipathing at installation time. For more information about enabling multipathing during installation time, see "Enabling multipathing with kernel arguments on RHCOS" in the _Installing on bare metal_ documentation.
1313
====
14-
1514
[IMPORTANT]
1615
====
1716
On IBM Z and LinuxONE, you can enable multipathing only if you configured your cluster for it during installation. For more information, see "Installing {op-system} and starting the {product-title} bootstrap process" in _Installing a cluster with z/VM on IBM Z and LinuxONE_.

0 commit comments

Comments
 (0)