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

Free unused volumes in more cases #3144

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

dperny
Copy link
Collaborator

@dperny dperny commented Jul 14, 2023

- What I did

Freeing volumes is only done on scheduling ticks, but not every scheduling tick resulted in freeing volumes. This change makes it so that volumes are freed every time a scheduling tick happens, regardless of whether there were any scheduled task changes.

- How I did it

See comments in code

Freeing volumes is only done on scheduling ticks, but not every
scheduling tick resulted in freeing volumes. This change makes it so
that volumes are freed every time a scheduling tick happens, regardless
of whether there were any scheduled task changes.

Signed-off-by: Drew Erny <derny@mirantis.com>
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.

None yet

1 participant