Skip to content

Commit 802d3d5

Browse files
author
Manika Dhiman
committed
added review feedback
1 parent a0d1c71 commit 802d3d5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

azure-local/upgrade/post-upgrade-steps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Before you begin, make sure that:
3333

3434
## Step 0: Update registry keys
3535

36-
Post-OS upgrade, update registry keys on each node to ensure that Resilient File System (ReFS) volume upgrade is enabled and metadata validation is turned on.
36+
Post-OS upgrade, update registry keys on each machine in the system to ensure that Resilient File System (ReFS) volume upgrade is enabled and metadata validation is turned on.
3737

38-
Run the following command on each node to update registry keys:
38+
Run the following command on each machine in the system to update registry keys:
3939

4040
```powershell
4141
# Set RefsDisableVolumeUpgrade to 0
@@ -100,7 +100,7 @@ InstallResults : Microsoft.ClusterAwareUpdating.UpdateInstallResult[]
100100

101101
## Step 3: Perform the post-OS upgrade steps
102102

103-
Once the new OS is installed, you need to upgrade the *cluster functional level* and the storage pool version using PowerShell to enable new features.
103+
Once the new OS is installed, you need to upgrade the cluster functional level and the storage pool version using PowerShell to enable new features.
104104

105105
> [!IMPORTANT]
106106
> - Post-OS upgrade steps are essential for the stability and performance of your system. Make sure to follow these steps after the OS upgrade.

azure-local/upgrade/upgrade-22h2-to-23h2-other-methods.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Before you begin, make sure that:
5151

5252
## Step 0: Update registry keys
5353

54-
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each node to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
54+
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each machine in the system to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
5555

56-
Run the following command on each node to update registry keys:
56+
Run the following command on each machine in the system to update registry keys:
5757

5858
```powershell
5959
# Set RefsDisableVolumeUpgrade to 1
@@ -99,7 +99,7 @@ Depending upon your requirements, you can manually update the OS using SConfig o
9999

100100
To do a manual feature update of a failover cluster, use the **SConfig** tool and Failover Clustering PowerShell cmdlets. For more information about **SConfig**, see [Configure a Server Core installation of Windows Server and Azure Local with the Server Configuration tool (SConfig)](/windows-server/administration/server-core/server-core-sconfig).
101101

102-
For each node in the cluster, run these commands on the target node:
102+
For each machine in the cluster, run these commands on the target node:
103103

104104
1. `Suspend-ClusterNode -Node <Node Name> -Drain`
105105

azure-local/upgrade/upgrade-22h2-to-23h2-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Follow these steps to install the solution upgrade:
5656

5757
## Step 0: Update registry keys
5858

59-
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each node to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
59+
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each machine in the system to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
6060

61-
Run the following command on each node to update registry keys:
61+
Run the following command on each machine in the system to update registry keys:
6262

6363
```powershell
6464
# Set RefsDisableVolumeUpgrade to 1

azure-local/upgrade/upgrade-22h2-to-23h2-windows-admin-center.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Before you begin, make sure that:
5252
5353
## Step 0: Update registry keys
5454

55-
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each node to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
55+
To avoid issues with Resilient File System (ReFS) during OS upgrade, update registry keys on each machine in the system to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
5656

57-
Run the following command on each node to update registry keys:
57+
Run the following command on each machine in the system to update registry keys:
5858

5959
```powershell
6060
# Set RefsDisableVolumeUpgrade to 1

0 commit comments

Comments
 (0)