You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/troubleshoot-enable-node-down-cleaner.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ description: Learn how to enable node down cleaner.
4
4
author: neilverse
5
5
ms.author: soumyamaitra
6
6
ms.service: azure-operator-nexus
7
-
ms.topic: how-to
7
+
ms.topic: troubleshooting
8
8
ms.date: 12/12/2023
9
-
ms.custom: template-how-to
9
+
ms.custom: troubleshooting
10
10
---
11
11
12
12
# Enable node down cleaner
13
13
14
-
Release _2312.x_ introduces a new feature called Node down cleaner, which is disabled by default.
14
+
Azure Operator Nexus introduces a new feature called Node down cleaner, which is disabled by default.
15
15
It helps in moving NFS server pods from a failed node to a new node when a Bare Metal Host is powers off through AZ CLI.
16
16
The following procedure enables node down cleaner and is applicable for both green field and brown field environments.
17
17
@@ -22,9 +22,9 @@ The following procedure enables node down cleaner and is applicable for both gre
22
22
- The target bare metal machine power state is on and has readyState set to True
23
23
- User must have the appropriate permission assigned to execute the `networkcloud baremetalmachine run-command`
24
24
25
-
## Steps to enable node down cleaner in undercloud
25
+
## Steps to enable node down cleaner on cluster
26
26
27
-
The procedure needs to be run against control plane nodes. To determine which nodes are control plane nodes, you can run the following azure CLI `baremetalmachine run-read-command`.
27
+
The procedure needs to be run against management nodes. To determine which nodes are management nodes, you can run the following azure CLI `baremetalmachine run-read-command`.
28
28
29
29
```azurecli
30
30
az networkcloud baremetalmachine run-read-command --name <any-ready-baremetal-machine> \
@@ -37,7 +37,7 @@ az networkcloud baremetalmachine run-read-command --name <any-ready-baremetal-ma
37
37
Run the following command to enable node down cleaner
38
38
39
39
```azurecli
40
-
az networkcloud baremetalmachine run-command --bare-metal-machine-name <control-plane-baremetal-machine> \
40
+
az networkcloud baremetalmachine run-command --bare-metal-machine-name <management-node-baremetal-machine> \
0 commit comments