Skip to content

Commit eedaaea

Browse files
authored
Update use-container-storage-with-local-nvme-replication.md
1 parent 8bb9ce7 commit eedaaea

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-nvme-replication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ A persistent volume claim (PVC) is used to automatically provision storage based
127127
requests:
128128
storage: 100Gi
129129
```
130+
131+
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).
130132
131133
1. Apply the YAML manifest file to create the PVC.
132134
@@ -179,8 +181,6 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
179181
name: ephemeralpv
180182
```
181183
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-
184184
1. Apply the YAML manifest file to deploy the pod.
185185
186186
```azurecli-interactive
@@ -221,9 +221,9 @@ Run the following command to check the available capacity of ephemeral disk for
221221
```output
222222
$ kubectl get diskpool -n acstor
223223
NAME CAPACITY AVAILABLE USED RESERVED READY AGE
224-
ephemeraldisk-temp-diskpool-jaxwb 75660001280 75031990272 628011008 560902144 True 21h
225-
ephemeraldisk-temp-diskpool-wzixx 75660001280 75031990272 628011008 560902144 True 21h
226-
ephemeraldisk-temp-diskpool-xbtlj 75660001280 75031990272 628011008 560902144 True 21h
224+
ephemeraldisk-nvme-diskpool-jaxwb 75660001280 75031990272 628011008 560902144 True 21h
225+
ephemeraldisk-nvme-diskpool-wzixx 75660001280 75031990272 628011008 560902144 True 21h
226+
ephemeraldisk-nvme-diskpool-xbtlj 75660001280 75031990272 628011008 560902144 True 21h
227227
```
228228

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

0 commit comments

Comments
 (0)