Skip to content

Commit 210e54b

Browse files
authored
Merge pull request #7820 from robinharwood/robinharwood-s2d-azure-local-updates
Updating Azure Local requirements
2 parents 62d72f4 + 7da35f7 commit 210e54b

4 files changed

Lines changed: 27 additions & 24 deletions

File tree

WindowsServerDocs/docfx.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@
204204
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
205205
"✅ <a href=\"https://learn.microsoft.com/azure/azure-local/release-information-23h2\" target=\"_blank\">Azure Local 2311.2 and later</a>"
206206
],
207+
"failover-clustering/cluster-set.md": [
208+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
209+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
210+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>"
211+
],
207212
"get-started/**/*.md": [
208213
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
209214
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
@@ -658,6 +663,18 @@
658663
"storage/storage-replica/storage-replica-enhanced-log.md": [
659664
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>"
660665
],
666+
"storage/storage-spaces/persistent-memory-health.md": [
667+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
668+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
669+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>",
670+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2016</a>"
671+
],
672+
"storage/storage-spaces/drive-symmetry-considerations.md": [
673+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
674+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
675+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>",
676+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2016</a>"
677+
],
661678
"storage/storage-spaces-direct/**/*.md": [
662679
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
663680
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",

WindowsServerDocs/failover-clustering/cluster-set.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ author: robinharwood
55
ms.topic: how-to
66
ms.date: 09/08/2022
77
ms.author: roharwoo
8-
ms.reviewer: stevenek
8+
ms.reviewer: robhindman
99
---
1010

1111
# Deploy a cluster set
1212

13-
> Applies to: Windows Server 2019
14-
1513
This article provides information on how to deploy a cluster set for Windows Server Failover Clusters using PowerShell. A cluster set is a group of multiple failover clusters that are clustered together. By using a cluster set, you can increase the number of server nodes in a single Software Defined Data Center (SDDC) cloud by orders of magnitude.
1614

1715
Cluster sets have been tested and supported up to 64 total cluster nodes. However, cluster sets can scale to much larger limits and aren't hardcoded for a limit.
@@ -67,7 +65,7 @@ The following provides a summary of each of the elements shown:
6765

6866
### Management cluster
6967

70-
The management cluster hosts the highly-available management plane and the namespace referral scale-out file server (SOFS) for the cluster set. A management cluster is logically decoupled from individual member clusters that run VM workloads. This makes the cluster set management plane resilient to any localized cluster-wide failures, such as loss of power of a member cluster.
68+
The management cluster hosts the highly available management plane and the namespace referral scale-out file server (SOFS) for the cluster set. A management cluster is logically decoupled from individual member clusters that run VM workloads. This makes the cluster set management plane resilient to any localized cluster-wide failures, such as loss of power of a member cluster.
7169

7270
### Cluster set namespace referral SOFS
7371

WindowsServerDocs/storage/storage-spaces/drive-symmetry-considerations.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
---
2-
title: Drive symmetry considerations for Azure Local and Windows Server clusters
2+
title: Drive symmetry considerations for Storage Spaces Direct in Windows Server
33
description: This article explains drive symmetry constraints in Storage Spaces Direct. It also provides examples of supported and unsupported configurations.
44
author: robinharwood
55
ms.author: roharwoo
6+
ms.reviewer: robhindman
67
ms.topic: concept-article
78
ms.date: 02/10/2025
8-
appliesto: [
9-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
10-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
11-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>",
12-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2016</a>",
13-
"✅ <a href=\"https://learn.microsoft.com/azure/azure-local/release-information-23h2\" target=\"_blank\">Azure Local 2311.2 and later</a>"
14-
]
159
---
1610

17-
# Drive symmetry considerations for Azure Local and Windows Server clusters
11+
# Drive symmetry considerations for Storage Spaces Direct in Windows Server
1812

19-
Azure Local and Windows Server clusters work best when every server has exactly the same drives.
13+
Storage Spaces Direct works best when every server has exactly the same drives.
2014

2115
In reality, we recognize this isn't always practical. Today, you may buy spacious 3 TB hard drives; next year, it may become impossible to find drives that small. Therefore, some amount of mixing-and-matching is expected and supported. Keep in mind, however, that more symmetry is always better.
2216

23-
Storage Spaces Direct is the underlying storage virtualization technology behind Azure Local and Windows Server. This article explains the constraints and provides examples of supported and unsupported configurations in Storage Spaces Direct.
17+
Storage Spaces Direct is an underlying storage virtualization technology used in Windows Server to create highly available and scalable software-defined storage. It uses local drives in each server to create a storage pool that can be shared across the cluster. This article explains the constraints and provides examples of supported and unsupported configurations in Storage Spaces Direct.
2418

2519
## Constraints
2620

WindowsServerDocs/storage/storage-spaces/persistent-memory-health.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
2-
title: Persistent memory health management in Azure Local and Windows Server
3-
description: This article provides information about error handling and health management specific to persistent memory (PMem) devices in Azure Local and Windows Server.
2+
title: Persistent memory health management for Storage Spaces Direct in Windows Server
3+
description: This article provides information about error handling and health management specific to persistent memory (PMem) devices in Windows Server.
44
author: robinharwood
55
ms.author: roharwoo
6+
ms.reviewer: robhindman
67
ms.topic: how-to
78
ms.date: 02/10/2025
8-
appliesto: [
9-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",
10-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>",
11-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>",
12-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2016</a>",
13-
"✅ <a href=\"https://learn.microsoft.com/azure/azure-local/release-information-23h2\" target=\"_blank\">Azure Local 2311.2 and later</a>"
14-
]
159
---
1610

1711
# Persistent memory health management

0 commit comments

Comments
 (0)