Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to manually set low space warning/auto clean trigger value #906

Open
lukaszkaluznybrag opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels
needs-triage Needs to be triaged

Comments

@lukaszkaluznybrag
Copy link

Is your feature request related to a problem? Please describe.

Low space warning is set to 70% and "auto-clean" to 85% of disk utilization. In case of small volumes like 10-20GB it is ok, but let say in case of 200GB we are getting notification when 60GB is free (70%) and "auto-clean" is started when 30GB is still available (15%).

In case of 400GB:

  • warning <120GB
  • auto-clean <60GB

Summary: bigger volumes - more unnecessary notifications and unutilized GBs due to limits.

Describe the solution you'd like

It would be nice to have a fields to configure these alert levels using GUI.

Describe alternatives you've considered

  • ability to set this parameters by config file(s)
  • static values but depends on volume size
@osmontero
Copy link
Member

I think it shouldn't be a fixed percentage or a fixed size. Maybe a calculation based on the disk usage trend, warning approximately one week before the disk is expected to fill up, and start removing 24h before the time expected it will reach 100%. Always considering the default minimum free space that OpenSearch nodes must have (5G) and a margin of error.

@osmontero osmontero moved this to 📋 Backlog in UTMStack Dec 9, 2024
@osmontero osmontero self-assigned this Dec 9, 2024
@osmontero osmontero changed the title [FEATURE] Add ability to manually set low space warning/auto clean trigger value Add ability to manually set low space warning/auto clean trigger value Jan 22, 2025
@osmontero osmontero added the needs-triage Needs to be triaged label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Needs to be triaged
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants