Skip to content

Commit 93cd452

Browse files
authored
Update use-container-storage-with-local-disk.md
1 parent 850c984 commit 93cd452

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
145145
storage: 1Gi
146146
```
147147
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).
149149
150150
1. Apply the YAML manifest file to deploy the pod.
151151
@@ -178,11 +178,11 @@ You've now deployed a pod that's using local NVMe as its storage, and you can us
178178

179179
Now that you've created your storage pool, you can expand or delete it as needed.
180180

181-
### Check node temp disk capacity
181+
### Check node ephemeral disk capacity
182182

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.
184184

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.
186186

187187
```output
188188
$ kubectl get diskpool -n acstor
@@ -192,7 +192,7 @@ ephemeraldisk-temp-diskpool-wzixx 75660001280 75031990272 628011008 5609
192192
ephemeraldisk-temp-diskpool-xbtlj 75660001280 75031990272 628011008 560902144 True 21h
193193
```
194194

195-
In this example, the available capacity of temp disk for a single node is `75031990272` bytes or 69 GiB.
195+
In this example, the available capacity of ephemeral disk for a single node is `75031990272` bytes or 69 GiB.
196196

197197
### Expand a storage pool
198198

0 commit comments

Comments
 (0)