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-disk.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
145
145
storage: 1Gi
146
146
```
147
147
148
-
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).
148
+
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).
149
149
150
150
1. Apply the YAML manifest file to deploy the pod.
151
151
@@ -178,11 +178,11 @@ You've now deployed a pod that's using local NVMe as its storage, and you can us
178
178
179
179
Now that you've created your storage pool, you can expand or delete it as needed.
180
180
181
-
### Check node temp disk capacity
181
+
### Check node ephemeral disk capacity
182
182
183
-
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.
183
+
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.
184
184
185
-
Run the following command to check the available capacity of temp disk for a single node.
185
+
Run the following command to check the available capacity of ephemeral disk for a single node.
0 commit comments