You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/container-storage/use-container-storage-with-local-disk.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage for use with Ephemeral Disk using
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
6
ms.topic: how-to
7
-
ms.date: 06/26/2024
7
+
ms.date: 06/27/2024
8
8
ms.author: kendownie
9
9
ms.custom: references_regions
10
10
---
@@ -63,7 +63,7 @@ Follow these steps to create a storage pool using local NVMe.
63
63
apiVersion: containerstorage.azure.com/v1
64
64
kind: StoragePool
65
65
metadata:
66
-
name: ephemeraldisk
66
+
name: ephemeraldisk-nvme
67
67
namespace: acstor
68
68
spec:
69
69
poolType:
@@ -79,10 +79,10 @@ Follow these steps to create a storage pool using local NVMe.
79
79
When storage pool creation is complete, you'll see a message like:
80
80
81
81
```output
82
-
storagepool.containerstorage.azure.com/ephemeraldisk created
82
+
storagepool.containerstorage.azure.com/ephemeraldisk-nvme created
83
83
```
84
84
85
-
You can also run this command to check the status of the storage pool. Replace `<storage-pool-name>` with your storage pool **name** value. For this example, the value would be **ephemeraldisk**.
85
+
You can also run this command to check the status of the storage pool. Replace `<storage-pool-name>` with your storage pool **name** value. For this example, the value would be **ephemeraldisk-nvme**.
86
86
87
87
```azurecli-interactive
88
88
kubectl describe sp <storage-pool-name> -n acstor
@@ -99,7 +99,7 @@ Run `kubectl get sc` to display the available storage classes. You should see a
0 commit comments