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

Update kve fragmentation #1209

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Update kve fragmentation #1209

merged 1 commit into from
Feb 1, 2023

Conversation

krichardsson
Copy link
Contributor

This PR fixes #1177

Currently the implementaion defines the fragmentation as 100 * unusable_memory / free_memory.

This PR changes the definition to 100 * unusable_memory / (unusable_memory + free_memory)

@ataffanel
Copy link
Member

This is what it was supposed to be from the beginning 👍

@ataffanel ataffanel merged commit b82deeb into master Feb 1, 2023
@ataffanel ataffanel deleted the krichardsson/fragmentation branch February 1, 2023 07:31
@krichardsson krichardsson added this to the 2023.02 milestone Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storage stats reports invalid fragmentation
2 participants