Skip to content

Commit 584db41

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-stack-docs-pr (branch live)
2 parents 73d4f8d + 5af1ec5 commit 584db41

File tree

5 files changed

+17
-46
lines changed

5 files changed

+17
-46
lines changed

AKS-Arc/scale-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Scale requirements for AKS on Azure Local
33
description: Learn about scale requirements for AKS on Azure Local.
44
ms.topic: conceptual
5-
ms.date: 03/26/2024
5+
ms.date: 03/10/2025
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: abha
@@ -41,9 +41,9 @@ This article describes the maximum and minimum supported scale count for AKS on
4141

4242
| System Role | VM Size | Memory, CPU |
4343
|---------------------------------|----------------------------------------|----------------------|
44-
| AKS Arc control plane nodes | Standard_A4_v2 | 8-GB memory, 4 vcpu |
45-
| AKS Arc Linux worker node | Standard_K8S3_v1 | 6-GB memory, 4 vcpu |
46-
| AKS Arc Windows worker node | Standard_K8S3_v1 | 6-GB memory, 4 vcpu |
44+
| AKS Arc control plane nodes | Standard_A4_v2 | 8-GB memory, 4 vcpu |
45+
| AKS Arc Linux worker node | Standard_A4_v2 | 8-GB memory, 4 vcpu |
46+
| AKS Arc Windows worker node | Standard_K8S3_v1 | 6-GB memory, 4 vcpu |
4747

4848
## Supported values for control plane node sizes
4949

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: 4 additions & 9 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
@@ -31,7 +31,7 @@ The Azure Stack HCI operating system update is available via the Windows Update
3131
To upgrade the OS on your system, follow these high-level steps:
3232

3333
1. [Complete prerequisites.](#complete-prerequisites)
34-
1. [Update registry keys.](#step-0-update-registry-keys)
34+
1. [Update registry key.](#step-0-update-registry-key)
3535
1. [Connect to your system.](#step-1-connect-to-your-system)
3636
1. Install new OS using one of the other methods:
3737
1. [Manual upgrade of a Failover Cluster using SConfig.](#method-1-perform-a-manual-os-update-of-a-failover-cluster-using-sconfig)
@@ -49,16 +49,11 @@ Before you begin, make sure that:
4949
- You have access to the Azure Stack HCI OS, version 23H2 software update. This update is available via Windows Update or as a downloadable media. The media is an ISO file that you can download from the [Azure portal](https://portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/hciGetStarted).
5050
- You have access to a client that can connect to your Azure Local. This client should be running PowerShell 5.0 or later.
5151

52-
## Step 0: Update registry keys
52+
## Step 0: Update registry key
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: 4 additions & 9 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
@@ -31,7 +31,7 @@ The Azure Stack HCI operating system update is available via the Windows Update
3131
To upgrade the OS on your system, follow these high-level steps:
3232

3333
1. [Complete the prerequisites.](#complete-prerequisites)
34-
1. [Update registry keys.](#step-0-update-registry-keys)
34+
1. [Update registry key.](#step-0-update-registry-key)
3535
1. [Connect to Azure Local, version 22H2.](#step-1-connect-to-azure-local)
3636
1. [Check for the available updates using PowerShell.](#step-1-connect-to-azure-local)
3737
1. [Install new OS using PowerShell.](#step-2-install-new-os-using-powershell)
@@ -54,16 +54,11 @@ Before you begin, make sure that:
5454
5555
Follow these steps to install the solution upgrade:
5656

57-
## Step 0: Update registry keys
57+
## Step 0: Update registry key
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: 4 additions & 9 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
@@ -31,7 +31,7 @@ The Azure Stack HCI operating system update is available via Windows Update and
3131
To upgrade the OS on your Azure Local, follow these high-level steps:
3232

3333
1. [Complete the prerequisites](#complete-prerequisites).
34-
1. [Update registry keys.](#step-0-update-registry-keys)
34+
1. [Update registry key.](#step-0-update-registry-key)
3535
1. [Connect to the Azure Local, version 22H2](#step-1-connect-to-azure-local-via-windows-admin-center).
3636
1. [Check for the available updates using Windows Admin Center.](#step-2-install-operating-system-and-hardware-updates-using-windows-admin-center)
3737
1. [Install the new OS, hardware and extension updates using Windows Admin Center.](#step-2-install-operating-system-and-hardware-updates-using-windows-admin-center)
@@ -50,16 +50,11 @@ Before you begin, make sure that:
5050
> [!NOTE]
5151
> The offline ISO upgrade method is not available when using Windows Admin Center. For these steps, see [Upgrade the operating system on Azure Local via PowerShell](./upgrade-22h2-to-23h2-powershell.md)
5252
53-
## Step 0: Update registry keys
53+
## Step 0: Update registry key
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)