File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
articles/storage/container-storage Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ You have three options to create a storage pool that uses Ephemeral Disk:
46
46
Follow these steps to create a storage pool using local NVMe.
47
47
48
48
1 . Use your favorite text editor to create a YAML manifest file such as ` code acstor-storagepool.yaml ` .
49
- TODO: Add fiopod.yaml definition with ephemeral volume
50
49
51
50
1 . Paste in the following code and save the file. The storage pool ** name** value can be whatever you want.
52
51
@@ -137,7 +136,7 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
137
136
1 . Use your favorite text editor to create a YAML manifest file such as ` code acstor-pod.yaml ` .
138
137
139
138
1 . Paste in the following code and save the file.
140
-
139
+ TODO: Add fiopod.yaml definition with ephemeral volume
141
140
142
141
1 . Apply the YAML manifest file to deploy the pod.
143
142
You can’t perform that action at this time.
0 commit comments