Skip to content

Commit 5c492a7

Browse files
fix PR review comments
1 parent 84beda3 commit 5c492a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/operator-nexus/troubleshoot-bmm-degraded.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Troubleshoot BMM Degraded issues in Azure Operator Nexus
33
description: Troubleshooting guide for Bare Metal Machines in 'Degraded' status in Azure Operator Nexus.
44
ms.service: azure-operator-nexus
5-
ms.custom: troubleshooting
5+
ms.custom: azure-operator-nexus
66
ms.topic: troubleshooting
77
ms.date: 02/03/2025
88
author: robertstarling
99
ms.author: robstarling
1010
ms.reviewer: ekarandjeff
1111
---
1212

13-
# Troubleshoot _Degraded_ status errors on an Azure Operator Nexus cluster Bare Metal Machine
13+
# Troubleshoot _Degraded_ status errors on an Azure Operator Nexus Cluster Bare Metal Machine
1414

1515
This document provides basic troubleshooting information for Bare Metal Machine (BMM) resources which are reporting a _Degraded_ status in the BMM detailed status message.
1616

@@ -29,7 +29,7 @@ Bare Metal Machines (BMM) which are in _Degraded_ state exhibit the following sy
2929
| `Degraded: LACP status is down` | Yes | [Degraded: `LACP status is down`](#degraded-lacp-status-is-down) |
3030
| `Degraded: BMM power state doesn't match expected state` | No | [Degraded: `BMM power state doesn't match expected state`](#degraded-bmm-power-state-doesnt-match-expected-state) |
3131

32-
_Degraded_ status messages and associated automatic cordoning behavior are present in Azure Operator Nexus version 4.1 and higher.
32+
_Degraded_ status messages and associated automatic cordoning behavior are present in Azure Operator Nexus version 2502.1 and higher.
3333

3434
## Troubleshooting
3535

@@ -126,7 +126,7 @@ If an uncordoned BMM is in a _Degraded_ state for 15 minutes or more, the node m
126126
- To uncordon a BMM manually, use the `az networkcloud baremetalmachine uncordon` command or execute the _Uncordon_ action from the Azure portal.
127127
- Manually uncordoning a BMM which still has a degraded condition has no effect. The _Uncordon_ request will execute successfully, but the node will immediately be automatically cordoned again until 2 hours after the underlying conditions are resolved.
128128

129-
To investigate whether a currently cordoned node is due to a recent _Degraded_ state:
129+
To investigate whether a currently cordoned BMM is due to a recent _Degraded_ state:
130130

131131
- Review the `lastTransitionTime` in the `conditions` for the kubernetes `bmm` resource, as described in the [Troubleshooting](#troubleshooting) section, to identify any recently resolved _Degraded_ conditions.
132132
- Review the Activity Logs for the BMM resource in the Azure portal to check for any user initiated cordon requests.
@@ -171,7 +171,7 @@ To troubleshoot this issue:
171171
- for more information about diagnosing and fixing LACP issues, see [Troubleshoot LACP Bonding](./troubleshoot-lacp-bonding.md).
172172

173173
> [!WARNING]
174-
> As of version 4.1, there's a known issue where `LACP status is down` can be incorrectly reported in addition to the `port is not functioning as expected` message during a port down scenario. This issue can happen when a BMM is restarted or reimaged while the physical port is down. This issue will be fixed in a future release. In the meantime, the `LACP status is down` warning can be safely ignored if the physical port is also down.
174+
> As of version 2502.1, there's a known issue where `LACP status is down` can be incorrectly reported in addition to the `port is not functioning as expected` message during a port down scenario. This issue can happen when a BMM is restarted or reimaged while the physical port is down. This issue will be fixed in a future release. In the meantime, the `LACP status is down` warning can be safely ignored if the physical port is also down.
175175
176176
**Example `conditions` output for unexpected LACP state**
177177

0 commit comments

Comments
 (0)