From 08519bc77dd7c61ec201c6d6d0c157a6ef7c5027 Mon Sep 17 00:00:00 2001 From: Dorota Wojcik Date: Mon, 27 Nov 2023 17:56:41 +0100 Subject: [PATCH] fixes --- .github/vale/dicts/aiven.dic | 1 + .github/vale/styles/Aiven/capitalization_headings.yml | 1 + docs/platform/howto/disk-autoscaler.rst | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/vale/dicts/aiven.dic b/.github/vale/dicts/aiven.dic index 3d20117100..7e52c62569 100644 --- a/.github/vale/dicts/aiven.dic +++ b/.github/vale/dicts/aiven.dic @@ -13,6 +13,7 @@ ARN Astacus Auth0 autojoin +autoscaler autovacuum Avro AZ diff --git a/.github/vale/styles/Aiven/capitalization_headings.yml b/.github/vale/styles/Aiven/capitalization_headings.yml index de9c444323..8fdf5d8f5e 100644 --- a/.github/vale/styles/Aiven/capitalization_headings.yml +++ b/.github/vale/styles/Aiven/capitalization_headings.yml @@ -26,6 +26,7 @@ exceptions: - Business - BYOC - Cassandra + - CLI - ClickHouse - CloudWatch - Cloud Logging diff --git a/docs/platform/howto/disk-autoscaler.rst b/docs/platform/howto/disk-autoscaler.rst index 4a5659a1b2..dcd9404e17 100644 --- a/docs/platform/howto/disk-autoscaler.rst +++ b/docs/platform/howto/disk-autoscaler.rst @@ -15,16 +15,16 @@ Service disk autoscaler increases disk storage capacity automatically when the d How it works ------------ -There are a few steps illustratig how disk autoscaler works: +There are a few steps illustrating how disk autoscaler works: 1. You create an disk autoscaler integration endpoint in your Aiven project setting the maximum additional storage at the same time. 2. You enable a disk autoscaler integration for your service using the new disk autoscaler integration endpoint. 3. From that point onward, the evaluation of disk space availability for your service is done every 30 seconds. -4. When disk storage consumption reaches the treshold for a specific service, disk autoscaler increases available storage space by 10% every time taking the currently-used service plan as a baseline. +4. When disk storage consumption reaches the threshold for a specific service, disk autoscaler increases available storage space by 10% every time taking the currently-used service plan as a baseline. .. topic:: AUTOSCALE THRESHOLDS PER SERVICE TYPE - The treshold at which disk autoscaling is triggered is a percentage of the available disk storage capacity and depends on a service type: + The threshold at which disk autoscaling is triggered is a percentage of the available disk storage capacity and depends on a service type: * Aiven for Apache Cassandra®: 35% of the available disk storage capacity * Aiven for OpenSearch®: 75% of the available disk storage capacity