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

Allocate cluster context per ANA group #439

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Allocate cluster context per ANA group #439

merged 1 commit into from
Feb 19, 2024

Conversation

baum
Copy link
Collaborator

@baum baum commented Feb 13, 2024

Fixes: #440

@baum baum force-pushed the alloc_ana branch 2 times, most recently from 7fe86f3 to a069549 Compare February 13, 2024 15:31
@leonidc
Copy link
Collaborator

leonidc commented Feb 15, 2024

Seems need to delete cluster - (unregister_cluster rpc) when last bdev is deleted from it

@caroav
Copy link
Collaborator

caroav commented Feb 15, 2024

I also think that we might need to delete cluster when last bdev is deleted from it. This way when we recreate the bdevs, we will get a fresh context (and not a bad one after blocklist).

@baum baum force-pushed the alloc_ana branch 2 times, most recently from dd09294 to cf598de Compare February 18, 2024 16:35
- implement bdev removal
- free the cluster context if no longer used by any bdev

Signed-off-by: Alexander Indenbaum <[email protected]>
@baum baum merged commit d2adb19 into ceph:devel Feb 19, 2024
22 checks passed
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.

Allocate cluster contexts per {subsystem, ana group id}
4 participants