Skip to content

Commit 53a71f7

Browse files
Merge pull request #279275 from fhryo-msft/patch-35
Update use-container-storage-with-local-disk.md
2 parents 64bc7fa + 69bb968 commit 53a71f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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 ephemeral disk. See [Check node ephemeral disk capacity](#check-node-ephemeral-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
@@ -187,9 +187,9 @@ Run the following command to check the available capacity of ephemeral disk for
187187
```output
188188
$ kubectl get diskpool -n acstor
189189
NAME CAPACITY AVAILABLE USED RESERVED READY AGE
190-
ephemeraldisk-temp-diskpool-jaxwb 75660001280 75031990272 628011008 560902144 True 21h
191-
ephemeraldisk-temp-diskpool-wzixx 75660001280 75031990272 628011008 560902144 True 21h
192-
ephemeraldisk-temp-diskpool-xbtlj 75660001280 75031990272 628011008 560902144 True 21h
190+
ephemeraldisk-nvme-diskpool-jaxwb 75660001280 75031990272 628011008 560902144 True 21h
191+
ephemeraldisk-nvme-diskpool-wzixx 75660001280 75031990272 628011008 560902144 True 21h
192+
ephemeraldisk-nvme-diskpool-xbtlj 75660001280 75031990272 628011008 560902144 True 21h
193193
```
194194

195195
In this example, the available capacity of ephemeral disk for a single node is `75031990272` bytes or 69 GiB.

0 commit comments

Comments
 (0)