Skip to content

Commit

Permalink
Fix incorrect fragmentation issue (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored Feb 1, 2024
1 parent 6b1acb8 commit 56e7526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to
Unreleased
-------------------------------------------------------------------------------

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Incorrect fragmentation issue isn't shown anymore.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Changed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion cartridge/issues.lua
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ local function list_on_instance(opts)
elseif items_used_ratio > vars.limits.fragmentation_threshold_warning
and arena_used_ratio > vars.limits.fragmentation_threshold_critical
and quota_used_ratio > vars.limits.fragmentation_threshold_critical
or total_used_ratio > vars.limits.fragmentation_threshold_warning
then
table.insert(ret, {
level = 'warning',
Expand Down

0 comments on commit 56e7526

Please sign in to comment.