Skip to content

Commit b169bab

Browse files
author
Soumya Maitra
committed
Incroporated peer review and moved to troubleshooting from how-to
1 parent 7da5bf5 commit b169bab

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

articles/operator-nexus/TOC.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,8 @@
136136
href: howto-use-azure-policy.md
137137
- name: MDE Runtime Protection
138138
href: howto-use-mde-runtime-protection.md
139-
140139
- name: Install CLI Extension
141140
href: howto-install-cli-extensions.md
142-
- name: Enable Node Down Cleaner
143-
href: howto-enable-node-down-cleaner.md
144141
- name: Troubleshooting
145142
items:
146143
- name: Troubleshoot Bare Metal Machine
@@ -153,6 +150,8 @@
153150
href: troubleshoot-kubernetes-cluster-dual-stack-configuration.md
154151
- name: Troubleshoot BMM reboot issues
155152
href: troubleshoot-bmm-node-reboot.md
153+
- name: Enable Node Down Cleaner
154+
href: troubleshoot-enable-node-down-cleaner.md
156155
- name: BareMetal Actions
157156
expanded: false
158157
items:

articles/operator-nexus/howto-enable-node-down-cleaner.md renamed to articles/operator-nexus/troubleshoot-enable-node-down-cleaner.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Learn how to enable node down cleaner.
44
author: neilverse
55
ms.author: soumyamaitra
66
ms.service: azure-operator-nexus
7-
ms.topic: how-to
7+
ms.topic: troubleshooting
88
ms.date: 12/12/2023
9-
ms.custom: template-how-to
9+
ms.custom: troubleshooting
1010
---
1111

1212
# Enable node down cleaner
1313

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.
1515
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.
1616
The following procedure enables node down cleaner and is applicable for both green field and brown field environments.
1717

@@ -22,9 +22,9 @@ The following procedure enables node down cleaner and is applicable for both gre
2222
- The target bare metal machine power state is on and has readyState set to True
2323
- User must have the appropriate permission assigned to execute the `networkcloud baremetalmachine run-command`
2424

25-
## Steps to enable node down cleaner in undercloud
25+
## Steps to enable node down cleaner on cluster
2626

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`.
2828

2929
```azurecli
3030
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
3737
Run the following command to enable node down cleaner
3838

3939
```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> \
4141
--subscription <subscription> \
4242
--resource-group <cluster-managed-resource-group> \
4343
--limit-time-seconds 60 \

0 commit comments

Comments
 (0)