Update raftautosnapshots.mdx (#18996)

Clarify that the `local_max_space` value for local automated snapshots is cumulative for all snapshots in the `file_prefix` path.
This commit is contained in:
Steven Zamborsky
2023-02-15 01:46:41 -05:00
committed by GitHub
parent 93f7b4f33c
commit 4c1ebe9f3c

View File

@@ -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