Skip to content

Commit a33ce12

Browse files
authored
Merge pull request #57953 from ogradyp/TELCODOCS-1175
TELCODOCS-1175: Remove remediation content from docs.openshift.com
2 parents 7981ef0 + c61c65d commit a33ce12

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,19 +2296,8 @@ Topics:
22962296
File: nodes-nodes-managing-max-pods
22972297
- Name: Using the Node Tuning Operator
22982298
File: nodes-node-tuning-operator
2299-
- Name: Remediation, fencing, and maintenance
2300-
Dir: ecosystems
2301-
Topics:
2302-
- Name: About node remediation, fencing, and maintentance
2303-
File: eco-about-remediation-fencing-maintenance
2304-
- Name: Using Self Node Remediation
2305-
File: eco-self-node-remediation-operator
2306-
- Name: Remediating nodes with Machine Health Checks
2307-
File: eco-machine-health-checks
2308-
- Name: Remediating nodes with Node Health Checks
2309-
File: eco-node-health-check-operator
2310-
- Name: Placing nodes in maintenance mode with Node Maintenance Operator
2311-
File: eco-node-maintenance-operator
2299+
- Name: Remediating, fencing, and maintaining nodes
2300+
File: nodes-remediating-fencing-maintaining-rhwa
23122301
- Name: Understanding node rebooting
23132302
File: nodes-nodes-rebooting
23142303
- Name: Freeing node resources using garbage collection
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_content-type: ASSEMBLY
2+
[id="nodes-remediating-fencing-maintaining-rhwa"]
3+
= Remediating, fencing, and maintaining nodes
4+
include::_attributes/common-attributes.adoc[]
5+
:context: nodes-remediating-fencing-maintaining-rhwa
6+
7+
toc::[]
8+
9+
When node-level failures occur, such as the kernel hangs or network interface controllers (NICs) fail, the work required from the cluster does not decrease, and workloads from affected nodes need to be restarted somewhere. Failures affecting these workloads risk data loss, corruption, or both. It is important to isolate the node, known as `fencing`, before initiating recovery of the workload, known as `remediation`, and recovery of the node.
10+
11+
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/23.2/html-single/remediation_fencing_and_maintenance/index#about-remediation-fencing-maintenance[Workload Availability for Red Hat OpenShift] documentation.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ You can configure one of the following high-availability (HA) options for your c
7878
In {product-title} clusters installed using installer-provisioned infrastructure and with MachineHealthCheck properly configured, if a node fails the MachineHealthCheck 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/virtual_machines/virt-create-vms.adoc#virt-about-runstrategies-vms_virt-create-vms[About RunStrategies for virtual machines] for more detailed information about the potential outcomes and how RunStrategies affect those outcomes.
7979
====
8080

81-
* Automatic high availability for both IPI and non-IPI is available by using the xref:../../nodes/nodes/ecosystems/eco-node-health-check-operator.adoc#node-health-check-operator[Node Health Check Operator] on the {product-title} cluster to deploy the `NodeHealthCheck` controller. The controller identifies unhealthy nodes and uses the Self Node Remediation Operator to remediate the unhealthy nodes.
81+
* 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 the Self Node 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/23.2/html-single/remediation_fencing_and_maintenance/index#about-remediation-fencing-maintenance[Workload Availability for Red Hat OpenShift] documentation.
82+
8283
+
8384
--
8485
ifdef::openshift-enterprise[]

virt/node_maintenance/virt-about-node-maintenance.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ include::modules/virt-maintaining-bare-metal-nodes.adoc[leveloffset=+1]
1313
[role="_additional-resources"]
1414
[id="additional-resources_virt-about-node-maintenance"]
1515
== Additional resources
16-
* xref:../../nodes/nodes/ecosystems/eco-node-maintenance-operator.adoc#installing-maintenance-operator-using-cli_node-maintenance-operator[Installing the Node Maintenance Operator by using the CLI]
17-
* xref:../../nodes/nodes/ecosystems/eco-node-maintenance-operator.adoc#setting-node-in-maintenance-mode[Setting a node to maintenance mode]
18-
* xref:../../nodes/nodes/ecosystems/eco-node-maintenance-operator.adoc#resuming-node-from-maintenance-mode[Resuming a node from maintenance mode]
16+
* xref:../../nodes/nodes/nodes-remediating-fencing-maintaining-rhwa.adoc#nodes-remediating-fencing-maintaining-rhwa[Installing the Node Maintenance Operator by using the CLI]
17+
* xref:../../nodes/nodes/nodes-remediating-fencing-maintaining-rhwa.adoc#nodes-remediating-fencing-maintaining-rhwa[Setting a node to maintenance mode]
18+
* xref:../../nodes/nodes/nodes-remediating-fencing-maintaining-rhwa.adoc#nodes-remediating-fencing-maintaining-rhwa[Resuming a node from maintenance mode]
1919
* xref:../../virt/virtual_machines/virt-create-vms.adoc#virt-about-runstrategies-vms_virt-create-vms[About RunStrategies for virtual machines]
2020
* xref:../../virt/live_migration/virt-live-migration.adoc#virt-live-migration[Virtual machine live migration]
2121
* xref:../../virt/live_migration/virt-configuring-vmi-eviction-strategy.adoc#virt-configuring-vmi-eviction-strategy[Configuring virtual machine eviction strategy]

virt/upgrading-virt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Learn how Operator Lifecycle Manager (OLM) delivers z-stream and minor version u
1010

1111
[NOTE]
1212
====
13-
* The Node Maintenance Operator (NMO) is no longer shipped with {VirtProductName}. You can xref:../nodes/nodes/ecosystems/eco-node-maintenance-operator.adoc#node-maintenance-operator[install the NMO] from the *OperatorHub* in the {product-title} web console, or by using the OpenShift CLI (`oc`).
13+
* The Node Maintenance Operator (NMO) is no longer shipped with {VirtProductName}. You can *install the NMO* from the *OperatorHub* in the {product-title} web console, or by using the OpenShift CLI (`oc`). 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/23.2/html-single/remediation_fencing_and_maintenance/index#about-remediation-fencing-maintenance[Workload Availability for Red Hat OpenShift] documentation.
1414
+
1515
You must perform one of the following tasks before updating to {VirtProductName} 4.11 from {VirtProductName} 4.10.2 and later releases:
1616

0 commit comments

Comments
 (0)