Skip to content

Commit 7adf09f

Browse files
authored
Merge pull request #311587 from fhryo-msft/patch-60
Enhance guidance on local NVMe disk usage
2 parents f65978c + c49011c commit 7adf09f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

articles/storage/container-storage/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
href: use-container-storage-with-local-disk.md
1717
- name: Manage driver placement
1818
href: manage-local-container-storage-interface-driver-placement.md
19+
- name: Best practices for ephemeral NVMe data disks
20+
href: /azure/aks/best-practices-storage-nvme?toc=/azure/storage/container-storage/toc.json
1921
- name: Use with Elastic SAN
2022
items:
2123
- name: Configure Elastic SAN

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ nodepool1 standard_l8s_v3
5757
> [!NOTE]
5858
> In Azure Container Storage (version 2.x.x), you can now use clusters with fewer than three nodes.
5959
60+
In scenarios where VM sizes with a single local NVMe disk are used alongside ephemeral OS disks, the local NVMe disk is allocated for the OS, leaving no capacity for Azure Container Storage to utilize. To ensure optimal performance and availability of local NVMe disks for high-performance data processing, we recommend that you do the following:
61+
62+
- Select VM sizes with two or more local NVMe disks.
63+
- Use managed disks for the OS, freeing up all local NVMe disks for data processing.
64+
65+
For more information, refer to [Best practices for ephemeral NVMe data disks in Azure Kubernetes Service](/azure/aks/best-practices-storage-nvme#ephemeral-nvme-data-disks-with-ephemeral-os-disks).
66+
6067
## Create a storage class for local NVMe
6168

6269
If you haven't already done so, [install Azure Container Storage.](install-container-storage-aks.md)

0 commit comments

Comments
 (0)