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

Don't call get_subsystems from within delete_bdev(). #268

Closed
wants to merge 0 commits into from

Conversation

gbregman
Copy link
Contributor

Fixes #260

When we delete a bdev we go over any namespace which might use it and remove it. for this we used get_subsystems. Instead of using get_subsystem we now use the local state.

@gbregman gbregman requested a review from oritwas October 17, 2023 16:53
control/cli.py Outdated Show resolved Hide resolved
control/grpc.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Don't call get_subsystems from within delete_bdev
2 participants