Skip to content

Commit 1708d8f

Browse files
committed
Learn Editor: Update use-container-storage-with-local-disk.md
1 parent 9bcd6ac commit 1708d8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,15 @@ kubectl delete sp -n acstor <storage-pool-name>
191191

192192
## Optional: Create storage pool with volume replication (NVMe only)
193193

194-
Applications that use local NVMe can leverage storage replication for improved resiliency. Replication isn't currently supported for local SSD.
194+
Applications that use local NVMe can leverage storage replication for improved resiliency. Replication isn't currently supported for temp SSD.
195195

196196
Azure Container Storage currently supports three-replica and five-replica configurations. If you specify three replicas, you must have at least three nodes in your AKS cluster. If you specify five replicas, you must have at least five nodes.
197197

198198
Follow these steps to create a storage pool using local NVMe with replication.
199199

200+
> [!NOTE]
201+
> Because Ephemeral Disk storage pools consume all the available NVMe disks, you must delete any existing Ephemeral Disk local NVMe storage pools before creating a new storage pool with replication.
202+
200203
1. Use your favorite text editor to create a YAML manifest file such as `code acstor-storagepool.yaml`.
201204

202205

0 commit comments

Comments
 (0)