Skip to content

Commit

Permalink
Document that auto_extend_size_limit is required if you want your v…
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys authored Aug 27, 2024
1 parent 11920d4 commit 38151a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reference/configuration.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -732,15 +732,16 @@ For example, the following config retains snapshots of volumes for 14 days:

### `auto_extend_size_threshold`

Optional. The threshold of storage used on a volume, by percentage, that triggers extending the volume's size by the value of `auto_extend_size_increment`.
Optional. The threshold of storage used on a volume, by percentage, that triggers extending the volume's size by the value of `auto_extend_size_increment`,
unless the resulting size would exceed `auto_extend_size_limit`.

### `auto_extend_size_increment`

The increment, in GB, by which to extend the volume after reaching the `auto_extend_size_threshold`. Required with `auto_extend_size_threshold`.

### `auto_extend_size_limit`

The total amount, in GB, to extend a volume. Optional with `auto_extend_size_increment`.
Maximum size, in GB, of a volume after an extension is completed. Required with `auto_extend_size_threshold`.

### Auto extend volume size configuration

Expand Down

0 comments on commit 38151a6

Please sign in to comment.