Skip to content

Commit 4286cfd

Browse files
committed
Fix broken reference
1 parent 8fa3d23 commit 4286cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/howto-baremetal-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Cordon action without the `evacuate` parameter isn't considered disruptive w
3737
## Power off a Bare Metal Machine
3838

3939
> [!IMPORTANT]
40-
> There are rare cases where running Nexus VMs fail to relaunch after BMM shutdown or restart. To prevent these cases, power off any virtual machines on the BMM before powering off or restarting the BMM. See the [`cordon`](#make-a-bmm-unschedulable-cordon) command for instructions on finding the workloads running on a BMM.
40+
> There are rare cases where running Nexus VMs fail to relaunch after BMM shutdown or restart. To prevent these cases, power off any virtual machines on the BMM before powering off or restarting the BMM. See the [`cordon`](#make-a-bare-metal-machine-unschedulable-cordon) command for instructions on finding the workloads running on a BMM.
4141
4242
This command will `power-off` the specified `bareMetalMachineName`.
4343

@@ -62,7 +62,7 @@ az networkcloud baremetalmachine start \
6262
## Restart a Bare Metal Machine
6363

6464
> [!IMPORTANT]
65-
> There are rare cases where running Nexus VMs fail to relaunch after BMM shutdown or restart. To prevent these cases, power off any virtual machines on the BMM before powering off or restarting the BMM. See the [`cordon`](#make-a-bmm-unschedulable-cordon) command for instructions on finding the workloads running on a BMM.
65+
> There are rare cases where running Nexus VMs fail to relaunch after BMM shutdown or restart. To prevent these cases, power off any virtual machines on the BMM before powering off or restarting the BMM. See the [`cordon`](#make-a-bare-metal-machine-unschedulable-cordon) command for instructions on finding the workloads running on a BMM.
6666
6767
This command will `restart` the specified `bareMetalMachineName`.
6868

0 commit comments

Comments
 (0)