Skip to content

Commit ef61b48

Browse files
committed
Update CSN tag to nexusSharedStorageApplianceName
1 parent 45201b2 commit ef61b48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 "storageApplianceName": "<YourStorageApplianceName>""
188+
--tags "nexusSharedStorageApplianceName": "<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 @{"storageApplianceName"="<YourStorageApplianceName>"}
204+
$tags @{"nexusSharedStorageApplianceName"="<YourStorageApplianceName>"}
205205
206206
New-AzNetworkCloudServicesNetwork -CloudServicesNetworkName "<YourCloudServicesNetworkName>" `
207207
-ResourceGroupName "<YourResourceGroupName>" `

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ 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 `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:
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:
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 `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.
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.
6161

0 commit comments

Comments
 (0)