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-nvme-replication.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,8 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
179
179
name: ephemeralpv
180
180
```
181
181
182
+
When you change the storage size of your volumes, make sure the size is less than the available capacity of a single node's ephemeral disk. See [Check node ephemeral disk capacity](#check-node-ephemeral-disk-capacity).
183
+
182
184
1. Apply the YAML manifest file to deploy the pod.
183
185
184
186
```azurecli-interactive
@@ -210,7 +212,23 @@ You've now deployed a pod that's using local NVMe with volume replication, and y
210
212
211
213
Now that you've created a persistent volume, you can detach and reattach it as needed. You can also expand or delete a storage pool.
212
214
213
-
## Detach and reattach a persistent volume
215
+
### Check node ephemeral disk capacity
216
+
217
+
An ephemeral volume is allocated on a single node. When you configure the size of your ephemeral volumes, the size should be less than the available capacity of the single node's ephemeral disk.
218
+
219
+
Run the following command to check the available capacity of ephemeral disk for a single node.
0 commit comments