Skip to content

Adjusts the condition to compare storage usage

Vijay Hawoldar requested to merge vij-adjust-above-size-limit-condition into master

What does this MR do and why?

Adjusts the RootStorageSize#above_size_limit? method to return true if the usage ratio is exactly 1 or above.

Previously this was only returning true if above 1, which meant any namespaces that were at the maximum storage were not considered at or over the limit.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports