Skip to content

Commit 9c6bc11

Browse files
authored
Update capacity_monitoring.md
1 parent 8f23c54 commit 9c6bc11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/capacity_monitoring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Disk capacity is monitored at regular intervals. When capacity exceeds the pre-d
66
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.
77

88
**List your volumes**
9-
```
9+
```bash
1010
fly volumes list --app flex-testing
1111

1212
ID STATE NAME SIZE REGION ZONE ENCRYPTED ATTACHED VM CREATED AT
1313
vol_okgj54527584y2wz created pg_data 10GB lax 1581 true 9185340f4d3383 59 minutes ago
1414
```
1515

1616
**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
1919
ID: vol_okgj54527584y2wz
2020
Name: pg_data
2121
App: flex-testing
@@ -29,6 +29,6 @@ You will need to stop and start your machine to increase the size of the FS
2929
```
3030

3131
**Restart the Machine tied to your Volume**
32-
```
32+
```bash
3333
fly machines restart 9185340f4d3383 --app flex-testing
3434
```

0 commit comments

Comments
 (0)