File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ Disk capacity is monitored at regular intervals. When capacity exceeds the pre-d
6
6
Disk capacity must be brought below 90% before read/writes will be re-enabled. The best way to do this is to simply extend your volume.
7
7
8
8
** List your volumes**
9
- ```
9
+ ``` bash
10
10
fly volumes list --app flex-testing
11
11
12
12
ID STATE NAME SIZE REGION ZONE ENCRYPTED ATTACHED VM CREATED AT
13
13
vol_okgj54527584y2wz created pg_data 10GB lax 1581 true 9185340f4d3383 59 minutes ago
14
14
```
15
15
16
16
** Extend the volume**
17
- ```
18
- $ fly volumes extend vol_w0enxv3o9pov8okp --size 15 --app flex-testing
17
+ ``` bash
18
+ fly volumes extend vol_w0enxv3o9pov8okp --size 15 --app flex-testing
19
19
ID: vol_okgj54527584y2wz
20
20
Name: pg_data
21
21
App: flex-testing
@@ -29,6 +29,6 @@ You will need to stop and start your machine to increase the size of the FS
29
29
```
30
30
31
31
** Restart the Machine tied to your Volume**
32
- ```
32
+ ``` bash
33
33
fly machines restart 9185340f4d3383 --app flex-testing
34
34
```
You can’t perform that action at this time.
0 commit comments