Skip to content

Commit 6442aa5

Browse files
Merge pull request #279408 from khdownie/patch-1
Update use-container-storage-with-local-disk.md
2 parents a9c8b79 + 5f8e1ad commit 6442aa5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage for use with Ephemeral Disk using
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 06/26/2024
7+
ms.date: 06/27/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -63,7 +63,7 @@ Follow these steps to create a storage pool using local NVMe.
6363
apiVersion: containerstorage.azure.com/v1
6464
kind: StoragePool
6565
metadata:
66-
name: ephemeraldisk
66+
name: ephemeraldisk-nvme
6767
namespace: acstor
6868
spec:
6969
poolType:
@@ -79,10 +79,10 @@ Follow these steps to create a storage pool using local NVMe.
7979
When storage pool creation is complete, you'll see a message like:
8080

8181
```output
82-
storagepool.containerstorage.azure.com/ephemeraldisk created
82+
storagepool.containerstorage.azure.com/ephemeraldisk-nvme created
8383
```
8484

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**.
8686

8787
```azurecli-interactive
8888
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
9999
```output
100100
$ kubectl get sc | grep "^acstor-"
101101
acstor-azuredisk-internal disk.csi.azure.com Retain WaitForFirstConsumer true 65m
102-
acstor-ephemeraldisk containerstorage.csi.azure.com Delete WaitForFirstConsumer true 2m27s
102+
acstor-ephemeraldisk-nvme containerstorage.csi.azure.com Delete WaitForFirstConsumer true 2m27s
103103
```
104104

105105
> [!IMPORTANT]

0 commit comments

Comments
 (0)