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

fix(blobstore): deallocate blob clusters when blob creation fails #33

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

mtzaurus
Copy link

Now all clusters that are owned by a blob are properly-dellocated when blob creation fails. Prior to this fix, blobstore could have dangling used clusters which remain allocated even if there is no blob that owns them.

Now all clusters that are owned by a blob are properly-dellocated
when blob creation fails. Prior to this fix, blobstore could have
dangling used clusters which remain allocated even if there is no
blob that owns them.

Signed-off-by: Mikhail Tcymbaliuk <[email protected]>
@mtzaurus mtzaurus merged commit 2a61eeb into v23.01.x-mayastor Jul 20, 2023
@mtzaurus mtzaurus deleted the fix/GTM-1105 branch July 20, 2023 11:11
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.

3 participants