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

new service: Add native ceph rados support #4035

Open
Tracked by #5
Xuanwo opened this issue Jan 20, 2024 · 3 comments
Open
Tracked by #5

new service: Add native ceph rados support #4035

Xuanwo opened this issue Jan 20, 2024 · 3 comments

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Jan 20, 2024

Inspired by https://ceph.io/en/news/blog/2024/ceph-a-journey-to-1tibps/

It must be interesting for opendal to have native ceph rados support

@Xuanwo Xuanwo changed the title Ceph RADOS new service: Add native ceph rados support Jan 20, 2024
@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 20, 2024

We have a Rust interface for Ceph at https://github.com/ceph/ceph-rust, but it's currently not well-maintained.

@Lancern
Copy link

Lancern commented Jan 23, 2024

Wanna give it a try. I don't know if anyone is working on this, but I have some progress in my own testing fork.

The ceph-rust crate is almost unusable for several reasons:

  • It is not actively maintained for several years;
  • Its Rust interface lacks several key features that are indeed required by OpenDAL:
    • Configurations cannot be set until you have connected to the remote cluster;
    • No asynchronous support.

However its raw C library bindgen seems usable. I have built a new binding for testing upon its raw bindgen.

@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 23, 2024

Wow, that's perfect. Thanks for your work!

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