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

blobstore: error code for out-of-metadata condition #46

Merged
merged 1 commit into from
May 9, 2024

Conversation

dsavitskiy
Copy link
Collaborator

Previously, when a blob store ran out of free metadata page during volume creation, an ambigious ENOMEM error was returned. Now, in order to allow to have meaningful client-faced error message and codes, EMFILE is returned instead.

Previously, when a blob store ran out of free metadata page during
volume creation, an ambigious ENOMEM error was returned.
Now, in order to allow to have meaningful client-faced error message and codes,
EMFILE is returned instead.

Signed-off-by: Dmitry Savitskiy <[email protected]>
Copy link

@tiagolobocastro tiagolobocastro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there no other places where this might be applicable btw?

@dsavitskiy dsavitskiy merged commit 4ffc9d2 into v23.05.x-mayastor May 9, 2024
2 checks passed
@dsavitskiy dsavitskiy deleted the out-of-meta-error-code branch May 9, 2024 14:28
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