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-temp-ssd.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,8 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
146
146
storage: 1Gi
147
147
```
148
148
149
+
When you change the storage size of your volumes, make sure the size is less than the available capacity of a single node's temp disk. See [Check node temp disk capacity](#check-node-temp-disk-capacity).
150
+
149
151
1. Apply the YAML manifest file to deploy the pod.
150
152
151
153
```azurecli-interactive
@@ -177,7 +179,23 @@ You've now deployed a pod that's using temp SSD as its storage, and you can use
177
179
178
180
Now that you've created your storage pool, you can expand or delete it as needed.
179
181
180
-
## Expand a storage pool
182
+
### Check node temp disk capacity
183
+
184
+
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 temp disk.
185
+
186
+
Run the following command to check the available capacity of temp disk for a single node.
0 commit comments