Skip to content

Commit

Permalink
Update raftautosnapshots.mdx (hashicorp#18996)
Browse files Browse the repository at this point in the history
Clarify that the `local_max_space` value for local automated snapshots is cumulative for all snapshots in the `file_prefix` path.
  • Loading branch information
stevenzamborsky authored Feb 15, 2023
1 parent 93f7b4f commit 4c1ebe9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ environment variables or files on disk in predefined locations.
#### storage_type=local

- `local_max_space` `(integer: <required>)` - For `storage_type=local`, the maximum
space, in bytes, to use for snapshots. Snapshot attempts will fail if there is not enough
space, in bytes, to use for all snapshots with the given `file_prefix` in the `path_prefix` directory.
Snapshot attempts will fail if there is not enough
space left in this allowance.

#### storage_type=aws-s3
Expand Down

0 comments on commit 4c1ebe9

Please sign in to comment.