Skip to content

Commit 83b4f5a

Browse files
committed
Syntax Updates
1 parent 8a7a8dc commit 83b4f5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
111111

112112
## Cluster Identity
113113

114-
The customer can assign managed identity to a Cluster starting with the 2024-06-01-preview API version. Both System-assigned and User-Assigned managed identities are supported.
114+
The customer can assign managed identity to a Cluster starting with the 2024-07-01 GA API version. Both System-assigned and User-Assigned managed identities are supported.
115115

116116
Managed Identity can be assigned to the Cluster during creation or update operations by providing the following parameters:
117117

@@ -212,7 +212,7 @@ passed and/or are available to meet the thresholds necessary for deployment to c
212212
> This capability is only visible during a new deployment (Green Field); existing cluster will not have the logs available retroactively.
213213
214214
> [!NOTE]
215-
> The RAID controller is reset during cluster deployment wiping all data from the server's virtual disks. Any Baseboard Management Controller (BMC) virtual disk alerts can typically be ignored unless there are additonal physical disk and/or RAID controllers alerts.
215+
> The RAID controller is reset during Cluster deployment wiping all data from the server's virtual disks. Any Baseboard Management Controller (BMC) virtual disk alerts can typically be ignored unless there are additional physical disk and/or RAID controllers alerts.
216216
217217
By default, the hardware validation process writes the results to the configured Cluster `analyticsWorkspaceId`.
218218
However, due to the nature of Log Analytics Workspace data collection and schema evaluation, there can be ingestion delay that can take several minutes or more.

articles/operator-nexus/troubleshoot-hardware-validation-failure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ Expanding `result_detail` for a given category shows detailed results.
492492

493493
* To troubleshoot server power-on failure attempt a flea drain. If problem persists engage vendor.
494494

495-
* RAID Cleanup Failures
496-
* RAID cleanup was added to HWV in release 3.13. As part of RAID cleanup the RAID controller configuration is reset. Dell server health check fails for RAID controller reset failure. A failed RAID cleanup action indicates an underlying hardware issue. The following example shows a failed RAID controller reset.
495+
* RAID cleanup failures
496+
* As part of RAID cleanup, the RAID controller configuration is reset. Dell server health check fails for RAID controller reset failure. A failed RAID cleanup action indicates an underlying hardware issue. The following example shows a failed RAID controller reset.
497497

498498
```yaml
499499
{

articles/operator-nexus/troubleshoot-reboot-reimage-replace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Servers contain many physical components that can fail over time. It's important
6565
A hardware validation process is invoked to ensure the integrity of the physical host in advance of deploying the OS image. Like the reimage action, the tenant data isn't modified during replacement.
6666

6767
> [!IMPORTANT]
68-
> Starting with release 3.13 the RAID controller is reset during BMM replace, wiping all data from the server's virtual disks. Baseboard Management Controller (BMC) virtual disk alerts triggered during BMM replace can be ignored unless there are additonal physical disk and/or RAID controllers alerts.
68+
> Starting with the 2024-07-01 GA API version, the RAID controller is reset during BMM replace, wiping all data from the server's virtual disks. Baseboard Management Controller (BMC) virtual disk alerts triggered during BMM replace can be ignored unless there are additonal physical disk and/or RAID controllers alerts.
6969
7070
As a best practice, first issue a `cordon` command to remove the bare metal machine from workload scheduling and then shut down the BMM in advance of physical repairs.
7171

0 commit comments

Comments
 (0)