TBS: change default disk usage threshold to 0.8#15524
Merged
carsonip merged 4 commits intoelastic:mainfrom Feb 3, 2025
Merged
Conversation
Contributor
|
This pull request does not have a backport label. Could you fix it @carsonip? 🙏
|
simitt
approved these changes
Feb 3, 2025
mergify bot
pushed a commit
that referenced
this pull request
Feb 3, 2025
Change TBS default usage threshold to 0.8 for a lower risk. Change log to be slightly more readable. (cherry picked from commit 9ccfae6) # Conflicts: # changelogs/9.0.asciidoc
2 tasks
mergify bot
added a commit
that referenced
this pull request
Feb 3, 2025
… (#15525) * TBS: change default disk usage threshold to 0.8 (#15524) Change TBS default usage threshold to 0.8 for a lower risk. Change log to be slightly more readable. (cherry picked from commit 9ccfae6) # Conflicts: # changelogs/9.0.asciidoc * Fix conflict --------- Co-authored-by: Carson Ip <carsonip@users.noreply.github.com> Co-authored-by: Carson Ip <carson.ip@elastic.co>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation/summary
Change TBS default usage threshold to 0.8 for a lower risk. Change log to be slightly more readable.
With this change, the log looks like
Checklist
For functional changes, consider:
How to test these changes
see #15467 (comment)
Related issues
Changing the default set in #15467
Part of #14933