Skip to content

Commit 58a5fb7

Browse files
author
Manika Dhiman
committed
Revisions to upgrade articles related to registry key
1 parent 2e5e5c5 commit 58a5fb7

File tree

4 files changed

+7
-36
lines changed

4 files changed

+7
-36
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Post-upgrade steps on Azure Local via PowerShell
33
description: Learn how to perform the post-upgrade tasks for Azure Local using PowerShell.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 03/03/2025
6+
ms.date: 03/10/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -30,20 +30,6 @@ Before you begin, make sure that:
3030
- Make sure that all the machines in your system are healthy and show as **Online**.
3131
- You have access to a client that can connect to your system. This client should be running PowerShell 5.0 or later.
3232

33-
## Step 0: Update registry keys
34-
35-
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.
36-
37-
Run the following command on each machine in the system to update registry keys:
38-
39-
```powershell
40-
# Set RefsDisableVolumeUpgrade to 0
41-
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "RefsDisableVolumeUpgrade" -Value 0 -Type DWord -ErrorAction Stop
42-
43-
# Set RefsEnableMetadataValidation to 1
44-
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "RefsEnableMetadataValidation" -Value 1 -Type DWord -ErrorAction Stop
45-
```
46-
4733
## Step 1: Connect to your system
4834

4935
Follow these steps on your client to connect to one of the machines of your system.

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via other method
33
description: Learn how to upgrade from Azure Stack HCI OS, version 22H2 to version 23H2 using other manual methods on Azure Local.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 02/28/2025
6+
ms.date: 03/10/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -51,14 +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 machine in the system to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
55-
56-
Run the following command on each machine in the system to update registry keys:
54+
To avoid issues with Resilient File System (ReFS) during OS upgrade, run the following command on each machine in the system to update registry key:
5755

5856
```powershell
59-
# Set RefsDisableVolumeUpgrade to 1
60-
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "RefsDisableVolumeUpgrade" -Value 1 -Type DWord -ErrorAction Stop
61-
6257
# Set RefsEnableMetadataValidation to 0
6358
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "RefsEnableMetadataValidation" -Value 0 -Type DWord -ErrorAction Stop
6459
```

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via PowerShell
33
description: Learn how to use PowerShell to upgrade Azure Stack HCI OS, version 22H2 to version 23H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 03/03/2025
6+
ms.date: 03/10/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -56,14 +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 machine in the system to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
60-
61-
Run the following command on each machine in the system to update registry keys:
59+
To avoid issues with Resilient File System (ReFS) during OS upgrade, run the following command on each machine in the system to update registry key:
6260

6361
```powershell
64-
# Set RefsDisableVolumeUpgrade to 1
65-
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "RefsDisableVolumeUpgrade" -Value 1 -Type DWord -ErrorAction Stop
66-
6762
# Set RefsEnableMetadataValidation to 0
6863
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "RefsEnableMetadataValidation" -Value 0 -Type DWord -ErrorAction Stop
6964
```

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via Windows Admi
33
description: Learn how to upgrade Azure Stack HCI OS, version 22H2 to version 23H2 using Windows Admin Center.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 03/03/2025
6+
ms.date: 03/10/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -52,14 +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 machine in the system to ensure ReFS volume upgrade is disabled and metadata validation is turned off.
56-
57-
Run the following command on each machine in the system to update registry keys:
55+
To avoid issues with Resilient File System (ReFS) during OS upgrade, run the following command on each machine in the system to update registry key:
5856

5957
```powershell
60-
# Set RefsDisableVolumeUpgrade to 1
61-
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "RefsDisableVolumeUpgrade" -Value 1 -Type DWord -ErrorAction Stop
62-
6358
# Set RefsEnableMetadataValidation to 0
6459
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "RefsEnableMetadataValidation" -Value 0 -Type DWord -ErrorAction Stop
6560
```

0 commit comments

Comments
 (0)