You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andres de la Peña (Jira)" <ji...@apache.org> on 2021/11/15 18:17:00 UTC

[jira] [Updated] (CASSANDRA-17150) Guardrails for disk usage

     [ https://issues.apache.org/jira/browse/CASSANDRA-17150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andres de la Peña updated CASSANDRA-17150:
------------------------------------------
    Description: 
Add guardrails for disk usage establishing soft/hard limits on the percentage of used disk space. For example:
{code}
# Warning threshold to warn when local disk usage exceeds threshold. Valid values: (1, 100]
# Defaults to -1 to disable.
# disk_usage_percentage_warn_threshold: -1

# Failure threshold to reject write requests if replica disk usage exceeds threshold. Valid values: (1, 100]
# Defaults to -1 to disable.
# disk_usage_percentage_failure_threshold: -1
{code}

  was:
Add guardrails for disk usage establishing soft/hard limits on the percentage of used disk space. For example:
{code}
# Warning threshold to warn when local disk usage exceeds threshold. Valid values: (1, 100]
  # Defaults to -1 to disable.
  # disk_usage_percentage_warn_threshold: -1

  # Failure threshold to reject write requests if replica disk usage exceeds threshold. Valid values: (1, 100]
  # Defaults to -1 to disable.
  # disk_usage_percentage_failure_threshold: -1
{code}


> Guardrails for disk usage
> -------------------------
>
>                 Key: CASSANDRA-17150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17150
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/Guardrails
>            Reporter: Andres de la Peña
>            Priority: Normal
>
> Add guardrails for disk usage establishing soft/hard limits on the percentage of used disk space. For example:
> {code}
> # Warning threshold to warn when local disk usage exceeds threshold. Valid values: (1, 100]
> # Defaults to -1 to disable.
> # disk_usage_percentage_warn_threshold: -1
> # Failure threshold to reject write requests if replica disk usage exceeds threshold. Valid values: (1, 100]
> # Defaults to -1 to disable.
> # disk_usage_percentage_failure_threshold: -1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org