Skip to content

Commit 99afad7

Browse files
authored
Merge pull request #93379 from SNiemann15/ocpvirt_ibmz_compatibility
[CNV-52364] IBM Z remove tp and update compatibility list
2 parents 14e12fa + 9654675 commit 99afad7

File tree

1 file changed

+16
-29
lines changed

1 file changed

+16
-29
lines changed

virt/install/preparing-cluster-for-virt.adoc

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,8 @@ include::snippets/technology-preview.adoc[]
5353
endif::[]
5454
--
5555

56-
* {ibm-z-name} or {ibm-linuxone-name} (s390x architecture) systems where an {product-title} cluster is installed in a logical partition (LPAR). See xref:../../installing/installing_ibm_z/preparing-to-install-on-ibm-z.adoc#preparing-to-install-on-ibm-z_preparing-to-install-on-ibm-z[Preparing to install on {ibm-z-title} and {ibm-linuxone-title}].
57-
+
58-
--
59-
ifdef::openshift-enterprise[]
60-
:FeatureName: Using {VirtProductName} in a cluster deployed on s390x architecture
61-
include::snippets/technology-preview.adoc[]
62-
:!FeatureName:
63-
endif::[]
64-
--
56+
* {ibm-z-name} or {ibm-linuxone-name} (s390x architecture) systems where an {product-title} cluster is installed in logical partitions (LPARs). See xref:../../installing/installing_ibm_z/preparing-to-install-on-ibm-z.adoc#preparing-to-install-on-ibm-z_preparing-to-install-on-ibm-z[Preparing to install on {ibm-z-title} and {ibm-linuxone-title}].
57+
6558
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
6659

6760
ifdef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
@@ -85,33 +78,32 @@ ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
8578
[id="ibm-z-linuxone-compatibility_{context}"]
8679
=== {ibm-z-title} and {ibm-linuxone-title} compatibility
8780

88-
You can use {VirtProductName} in an {product-title} cluster that is installed in a logical partition (LPAR) on an {ibm-z-name} or {ibm-linuxone-name} (s390x architecture) system.
89-
90-
ifdef::openshift-enterprise[]
91-
:FeatureName: Using {VirtProductName} in a cluster deployed on s390x architecture
92-
include::snippets/technology-preview.adoc[]
93-
:!FeatureName:
94-
endif::[]
81+
You can use {VirtProductName} in an {product-title} cluster that is installed in logical partitions (LPARs) on an {ibm-z-name} or {ibm-linuxone-name} (`s390x` architecture) system.
9582

96-
Some features are not currently available on s390x architecture, while others require workarounds or procedural changes. These lists are subject to change.
83+
Some features are not currently available on `s390x` architecture, while others require workarounds or procedural changes. These lists are subject to change.
9784

9885
[discrete]
9986
[id="currently-unavailable-ibm-z_{context}"]
10087
==== Currently unavailable features
10188

102-
The following features are not available or do not function on s390x architecture:
89+
The following features are currently not supported on `s390x` architecture:
10390

10491
* Memory hot plugging and hot unplugging
105-
* Watchdog devices
10692
* Node Health Check Operator
10793
* SR-IOV Operator
94+
* PCI passthrough
95+
* {VirtProductName} cluster checkup framework
96+
* {VirtProductName} on a cluster installed in FIPS mode
97+
* IPv6
98+
* {ibm-name} Storage scale
99+
* {hcp-capital} for {VirtProductName}
100+
101+
The following features are not applicable on `s390x` architecture:
102+
108103
* virtual Trusted Platform Module (vTPM) devices
109-
* {pipelines-title} tasks
110104
* UEFI mode for VMs
111-
* PCI passthrough
112105
* USB host passthrough
113106
* Configuring virtual GPUs
114-
* {VirtProductName} cluster checkup framework
115107
* Creating and managing Windows VMs
116108

117109
[discrete]
@@ -124,13 +116,6 @@ The following features are available for use on s390x architecture but function
124116

125117
* When xref:../../virt/managing_vms/advanced_vm_management/virt-configuring-default-cpu-model.adoc#virt-configuring-default-cpu-model_virt-configuring-default-cpu-model[configuring the default CPU model], the `spec.defaultCPUModel` value is `"gen15b"` for an {ibm-z-title} cluster.
126118

127-
* When xref:../../virt/vm_networking/virt-hot-plugging-network-interfaces.adoc#virt-hot-unplugging-bridge-network-interface_virt-hot-plugging-network-interfaces[hot unplugging a secondary network interface], the `virtctl migrate <vm_name>` command does not migrate the VM. As a workaround, restart the VM by running the following command:
128-
+
129-
[source,terminal]
130-
----
131-
$ virtctl restart <vm_name>
132-
----
133-
134119
* When xref:../../virt/monitoring/virt-exposing-downward-metrics.adoc#virt-configuring-downward-metrics_virt-using-downward-metrics_virt-exposing-downward-metrics[configuring a downward metrics device], if you use a VM preference, the `spec.preference.name` value must be set to `rhel.9.s390x` or another available preference with the format `*.s390x`.
135120

136121
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
@@ -249,6 +234,8 @@ You can configure one of the following high-availability (HA) options for your c
249234
[NOTE]
250235
====
251236
In {product-title} clusters installed using installer-provisioned infrastructure and with a properly configured `MachineHealthCheck` resource, if a node fails the machine health check and becomes unavailable to the cluster, it is recycled. What happens next with VMs that ran on the failed node depends on a series of conditions. See xref:../../virt/nodes/virt-node-maintenance.adoc#run-strategies[Run strategies] for more detailed information about the potential outcomes and how run strategies affect those outcomes.
237+
238+
Currently, IPI is not supported on {ibm-z-name}.
252239
====
253240

254241
* Automatic high availability for both IPI and non-IPI is available by using the *Node Health Check Operator* on the {product-title} cluster to deploy the `NodeHealthCheck` controller. The controller identifies unhealthy nodes and uses a remediation provider, such as the Self Node Remediation Operator or Fence Agents Remediation Operator, to remediate the unhealthy nodes. For more information on remediation, fencing, and maintaining nodes, see the link:https://access.redhat.com/documentation/en-us/workload_availability_for_red_hat_openshift[Workload Availability for Red Hat OpenShift] documentation.

0 commit comments

Comments
 (0)