Skip to content

Commit 589e663

Browse files
Merge pull request #300138 from matternst7258/matternst7258/storage-name
Update storageApplianceName to new tag, nexusSharedStorageApplianceName
2 parents 11e4d01 + e95e6df commit 589e663

6 files changed

+12
-12
lines changed

articles/operator-nexus/cluster-parameters-jsonc-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: bartpinto
55
ms.author: bpinto
66
ms.service: azure-operator-nexus
77
ms.topic: how-to
8-
ms.date: 03/31/2025
8+
ms.date: 05/22/2025
99
ms.custom: template-how-to, devx-track-arm-template
1010
---
1111

articles/operator-nexus/concepts-storage-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: pjw711
55
ms.author: peterwhiting
66
ms.service: azure-operator-nexus
77
ms.topic: conceptual
8-
ms.date: 01/06/2025
8+
ms.date: 05/22/2025
99
ms.custom: template-concept
1010
---
1111

articles/operator-nexus/concepts-storage-multiple-appliances.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: pjw711
55
ms.author: peterwhiting
66
ms.service: azure-operator-nexus
77
ms.topic: conceptual
8-
ms.date: 03/12/2025
8+
ms.date: 05/22/2025
99
ms.custom: template-concept
1010
---
1111

@@ -89,11 +89,11 @@ Azure Operator Nexus provides a shared filesystem storage solution for container
8989

9090
You can create the shared storage service on either storage appliance when the CSN is created. All nexus-shared PVCs using that shared storage service consume storage from the storage appliance backing the shared service. The configuration applies to all nexus-shared PVCs using the shared storage service provided by the CSN. All nexus-shared PVCs using the same shared storage service use the same storage appliance.
9191

92-
The `nexusSharedStorageApplianceName` Azure resource tag controls which storage appliance is used to back the shared storage service. See [Prerequisites for deploying tenant workloads](./quickstarts-tenant-workload-prerequisites.md#create-a-cloud-services-network) for instructions on creating the shared storage service on a specific storage appliance.
92+
The `storageApplianceName` Azure resource tag controls which storage appliance is used to back the shared storage service. See [Prerequisites for deploying tenant workloads](./quickstarts-tenant-workload-prerequisites.md#create-a-cloud-services-network) for instructions on creating the shared storage service on a specific storage appliance.
9393

9494
If no storage appliance configuration is provided at CSN creation time, the shared storage service uses the first storage appliance. If the configuration is present but doesn't match a storage appliance then the CSN creation will fail.
9595

96-
Subsequent updates to the `nexusSharedStorageApplianceName` Azure resource tag have no effect. There is no support for moving the shared filesystem storage solution between storage appliances after initial deployment.
96+
Subsequent updates to the `storageApplianceName` Azure resource tag have no effect. There is no support for moving the shared filesystem storage solution between storage appliances after initial deployment.
9797

9898
#### Nexus-shared limitations
9999

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: bartpinto
55
ms.author: bpinto
66
ms.service: azure-operator-nexus
77
ms.topic: how-to
8-
ms.date: 03/31/2025
8+
ms.date: 05/22/2025
99
ms.custom: template-how-to, devx-track-azurecli
1010
---
1111

articles/operator-nexus/quickstarts-tenant-workload-prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dramasamy
55
ms.author: dramasamy
66
ms.service: azure-operator-nexus
77
ms.topic: how-to
8-
ms.date: 01/25/2023
8+
ms.date: 05/22/2023
99
ms.custom: template-how-to-pattern, devx-track-azurecli, devx-track-azurepowershell
1010
---
1111

@@ -185,7 +185,7 @@ Deployments with multiple storage appliances support selecting the storage appli
185185
--extended-location name="<ClusterCustomLocationId >" type="CustomLocation" \
186186
--location "<ClusterAzureRegion>" \
187187
--additional-egress-endpoints "[{\"category\":\"<YourCategory >\",\"endpoints\":[{\"<domainName1 >\":\"< endpoint1 >\",\"port\":<portnumber1 >}]}]"
188-
--tags "nexusSharedStorageApplianceName": "<YourStorageApplianceName>""
188+
--tags "storageApplianceName": "<YourStorageApplianceName>""
189189
```
190190

191191
### [Azure PowerShell](#tab/azure-powershell)
@@ -201,7 +201,7 @@ $additionalEgressEndpoint = New-AzNetworkCloudEgressEndpointObject `
201201
-Category "YourCategory" `
202202
-Endpoint $endpointList
203203
$endpointEgressList+= $additionalEgressEndpoint
204-
$tags @{"nexusSharedStorageApplianceName"="<YourStorageApplianceName>"}
204+
$tags @{"storageApplianceName"="<YourStorageApplianceName>"}
205205
206206
New-AzNetworkCloudServicesNetwork -CloudServicesNetworkName "<YourCloudServicesNetworkName>" `
207207
-ResourceGroupName "<YourResourceGroupName>" `

articles/operator-nexus/troubleshoot-multiple-storage-appliances.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshooting common issues with multiple Storage Appliances
44
ms.service: azure-operator-nexus
55
ms.custom: troubleshooting
66
ms.topic: troubleshooting
7-
ms.date: 08/12/2024
7+
ms.date: 05/22/2024
88
ms.author: peterwhiting
99
author: pjw711
1010
---
@@ -51,10 +51,10 @@ The `storageApplianceName` annotation must match one of the storage appliances i
5151

5252
## Cloud Service Network (CSN) fails to create
5353

54-
A CSN fails to create if the `nexusSharedStorageApplianceName` Azure resource tag is present but doesn't match the Azure Resource name of a storage appliance managed by the Nexus Cluster. You can check that the `nexusSharedStorageApplianceName` Azure resource tag is correct by:
54+
A CSN fails to create if the `storageApplianceName` Azure resource tag is present but doesn't match the Azure Resource name of a storage appliance managed by the Nexus Cluster. You can check that the `storageApplianceName` Azure resource tag is correct by:
5555

5656
1. Opening the Cluster (Operator Nexus) resource in the Azure portal
5757
1. Clicking on Rack definitions in the resource menu.
5858
1. Navigating to the aggregator rack and selecting Storage Appliance definitions.
5959

60-
The `nexusSharedStorageApplianceName` Azure resource tag must match one of the storage appliances in the Storage Appliance definitions list. You must delete the CSN and recreate it with the correct Azure Resource tag to resolve this issue.
60+
The `storageApplianceName` Azure resource tag must match one of the storage appliances in the Storage Appliance definitions list. You must delete the CSN and recreate it with the correct Azure Resource tag to resolve this issue.

0 commit comments

Comments
 (0)