Skip to content

Commit 453424f

Browse files
authored
Merge pull request #100087 from lg-rh/abi_4.20_ibmz
[OCPBUGS-63013]IBMZ Docs changes for ABI 4.20 Release
2 parents 2cfcbcd + db8b307 commit 453424f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

modules/adding-ibm-z-lpar-agent.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ random.trust_cpu=on rd.luks.options=discard
3939
+
4040
[NOTE]
4141
====
42-
For FCP multipath configurations, provide two disks instead of one.
42+
For FCP multipath configurations, provide available multiple paths to the disk instead of a single path, and add `rd.multipath=default` to enable multipath during installation.
4343
====
4444
+
4545
.Example
4646
[source,yaml]
4747
----
4848
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \
49-
rd.zfcp=<adapter2>,<wwpn2>,<lun2>
49+
rd.zfcp=<adapter2>,<wwpn2>,<lun2> \
50+
rd.multipath=default
5051
----
5152
+
5253
<4> To enable FIPS mode, specify `fips=1`. This entry is required in addition to setting the `fips` parameter to `true` in the `install-config.yaml` file.

modules/installing-ocp-agent-ibm-z-zvm.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ coreos.inst.persistent-kargs="console=tty1 console=ttyS1,115200n8"
4545
+
4646
[NOTE]
4747
====
48-
For FCP multipath configurations, provide two disks instead of one.
48+
For FCP multipath configurations, provide available multiple paths to the disk instead of a single path, and add `rd.multipath=default` to enable multipath during installation.
4949
====
5050
+
5151
.Example
5252
[source,yaml]
5353
----
5454
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \
55-
rd.zfcp=<adapter2>,<wwpn2>,<lun2>
55+
rd.zfcp=<adapter2>,<wwpn2>,<lun2> \
56+
rd.multipath=default
5657
----
5758
<6> To enable FIPS mode, specify `fips=1`. This entry is required in addition to setting the `fips` parameter to `true` in the `install-config.yaml` file.
5859
--

modules/understanding-agent-install.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ For platform `none`:
7979
8080
* Review the information in the link:https://access.redhat.com/articles/4207611[guidelines for deploying {product-title} on non-tested platforms] before you attempt to install an {product-title} cluster in virtualized or cloud environments.
8181
====
82+
+
83+
[NOTE]
84+
====
85+
For installations on {ibm-z-name} (`s390x`) architecture, the minimum memory requirement is 24 GB RAM per host instead of 16 GB.
86+
====

0 commit comments

Comments
 (0)