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

ceph wait callbacks #212

Closed
jrse opened this issue Nov 22, 2018 · 0 comments
Closed

ceph wait callbacks #212

jrse opened this issue Nov 22, 2018 · 0 comments
Assignees

Comments

@jrse
Copy link
Contributor

jrse commented Nov 22, 2018

Currently the plugin is using the librados call:
wait_for_complete_and_cb =>
Block until an operation completes and callback completes

This means it is in memory on all replicas and can be read.

There is another wait for complete method with a higher degree of safety, but slower E.g.

rados_aio_wait_for_safe_and_cb
=> Block until an operation is safe and callback has completed

This means it is on stable storage on all replicas.

Should this be configurable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant