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

RADOS is not a KV storage #12

Closed
SpaceCafe opened this issue Sep 5, 2018 · 1 comment
Closed

RADOS is not a KV storage #12

SpaceCafe opened this issue Sep 5, 2018 · 1 comment
Assignees

Comments

@SpaceCafe
Copy link
Contributor

The current implementation of rados.c is not a valid kv-backend!

If you would like to use it, you have to adjust the function signature of backend_create to match a kv_batch_start, otherwise path argument is an ID and not a string. Therefore, segmentation faults appear.

michaelkuhn added a commit that referenced this issue Sep 5, 2018
@michaelkuhn
Copy link
Member

Good catch, thanks! Not sure how the RADOS backend ended up in the wrong directory. :-)

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

No branches or pull requests

2 participants