Skip to content

Commit 507ac7a

Browse files
committed
Updating diskMountPath
1 parent bd8c7e9 commit 507ac7a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

articles/azure-arc/container-storage/includes/multi-node-ubuntu.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ author: sethmanheim
66
ms.author: sethm
77
---
88

9+
Then, perform the following steps in your Kubernetes cluster:
10+
11+
> [!IMPORTANT]
12+
> The following steps must be completed for **each node** in your Kubernetes cluster.
13+
914
1. Run the following command to determine if you set `fs.inotify.max_user_instances` to 1024:
1015

1116
```bash

articles/azure-arc/container-storage/install-edge-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ If you run a 3 or more node Kubernetes cluster with **Ubuntu** or **Edge Essenti
9191
name: edge-storage-configuration
9292
spec:
9393
defaultDiskStorageClasses:
94-
- acstor-azuredisk-internal
94+
- acstor-arcstorage-storage-pool
9595
serviceMesh: "osm"
9696
---
9797
apiVersion: arccontainerstorage.azure.net/v1
9898
kind: ACStorConfiguration
9999
metadata:
100100
name: acstor-configuration
101101
spec:
102-
diskMountPoint: /var
102+
diskMountPoint: /mnt
103103
diskCapacity: 10Gi
104104
createStoragePool:
105105
enabled: true

articles/azure-arc/container-storage/multi-node-cluster-edge-volumes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ First, install and configure Open Service Mesh (OSM) using the following command
4040
az k8s-extension create --resource-group "YOUR_RESOURCE_GROUP_NAME" --cluster-name "YOUR_CLUSTER_NAME" --cluster-type connectedClusters --extension-type Microsoft.openservicemesh --scope cluster --name osm
4141
```
4242

43-
Then, perform the following steps on each of the nodes in your Kubernetes cluster:
44-
4543
[!INCLUDE [multi-node-ubuntu](includes/multi-node-ubuntu.md)]
4644
::: zone-end
4745

articles/azure-arc/container-storage/multi-node-cluster.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ This section describes how to prepare Linux with Ubuntu if you run a multi-node
5353
kubectl patch meshconfig osm-mesh-config -n "arc-osm-system" -p '{"spec":{"featureFlags":{"enableWASMStats": false }, "traffic":{"outboundPortExclusionList":[443,2379,2380], "inboundPortExclusionList":[443,2379,2380]}}}' --type=merge
5454
```
5555

56-
Then, perform the following steps on each of the nodes in your Kubernetes cluster:
57-
5856
[!INCLUDE [multi-node-ubuntu](includes/multi-node-ubuntu.md)]
5957

6058
::: zone-end

0 commit comments

Comments
 (0)