Skip to content

Commit c61c65d

Browse files
committed
TELCODOCS-1175: Remove remediation content from docs.openshift.com
TELCODOCS-1175: Remove remediation content from docs.openshift.com TELCODOCS-1175: Remove remediation content from docs.openshift.com TELCODOCS-1175: Remove remediation content from docs.openshift.com TELCODOCS-1175: Remove remediation content from docs.openshift.com TELCODOCS-1175: Remove remediation content from docs.openshift.com TELCODOCS-1175: Remove remediation content from docs.openshift.com TELCODOCS-1175: Remove remediation content from docs.openshift.com TELCODOCS-1175: CS ID feedback applied TELCODOCS-1175: Peer review feedback applied
1 parent 5b28cfb commit c61c65d

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
@@ -2252,19 +2252,8 @@ Topics:
22522252
File: nodes-nodes-managing-max-pods
22532253
- Name: Using the Node Tuning Operator
22542254
File: nodes-node-tuning-operator
2255-
- Name: Remediation, fencing, and maintenance
2256-
Dir: ecosystems
2257-
Topics:
2258-
- Name: About node remediation, fencing, and maintentance
2259-
File: eco-about-remediation-fencing-maintenance
2260-
- Name: Using Self Node Remediation
2261-
File: eco-self-node-remediation-operator
2262-
- Name: Remediating nodes with Machine Health Checks
2263-
File: eco-machine-health-checks
2264-
- Name: Remediating nodes with Node Health Checks
2265-
File: eco-node-health-check-operator
2266-
- Name: Placing nodes in maintenance mode with Node Maintenance Operator
2267-
File: eco-node-maintenance-operator
2255+
- Name: Remediating, fencing, and maintaining nodes
2256+
File: nodes-remediating-fencing-maintaining-rhwa
22682257
- Name: Understanding node rebooting
22692258
File: nodes-nodes-rebooting
22702259
- 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
@@ -72,7 +72,8 @@ You can configure one of the following high-availability (HA) options for your c
7272
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.
7373
====
7474

75-
* 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.
75+
* 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.
76+
7677
+
7778
--
7879
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)