From 588ce498d37a1aaeb0e020e1fe73d3de464bbe75 Mon Sep 17 00:00:00 2001 From: Mike Green <772413+mikegreen@users.noreply.github.com> Date: Fri, 29 Jan 2021 12:43:48 -0700 Subject: [PATCH] clarify space limits in bytes (#10811) --- website/content/api-docs/system/storage/raftautosnapshots.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/system/storage/raftautosnapshots.mdx b/website/content/api-docs/system/storage/raftautosnapshots.mdx index d801bfd07..d8969ca8a 100644 --- a/website/content/api-docs/system/storage/raftautosnapshots.mdx +++ b/website/content/api-docs/system/storage/raftautosnapshots.mdx @@ -54,7 +54,7 @@ other mechanisms to provide access to cloud resources. #### storage_type=local - `local_max_space` `(integer: )` - For `storage_type=local`, the maximum - space to use for snapshots. Snapshot attempts will fail if there is not enough + space, in bytes, to use for snapshots. Snapshot attempts will fail if there is not enough space left in this allowance. #### storage_type=aws-s3