-
Notifications
You must be signed in to change notification settings - Fork 47
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
Use bdev_rbd_register_cluster #28
Comments
@PepperJo In such case, how do we define number of RBD bdevs sharing same rados cluster with one connection in librbd module? Say I have 256 images, I created Plus I also get below in GW server logs-
|
@rahullepakshi you are right. We plan to use multiple cluster contexts. We need to decide how many cluster contexts we create (might be a function of the number of bdevs, and/or number of initiators connecting. One way or another, it should be configurable so it can be easily manipulated. |
Since some failures affect all the namespaces sharing a cluster context, some users may want the ability to specify which namespaces share each cluster context. I'm sure other users will consider that unnecessary complexity, and want this determined automatically. |
Signed-off-by: Alexander Indenbaum <[email protected]>
Signed-off-by: Alexander Indenbaum <[email protected]>
Signed-off-by: Alexander Indenbaum <[email protected]>
Signed-off-by: Alexander Indenbaum <[email protected]>
Signed-off-by: Alexander Indenbaum <[email protected]>
Signed-off-by: Alexander Indenbaum <[email protected]>
Signed-off-by: Alexander Indenbaum <[email protected]>
Merged in #230 |
Use
bdev_rbd_register_cluster
to allow multiple Ceph cluster configuration or multiple io contexts to a single Ceph cluster.The text was updated successfully, but these errors were encountered: