You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, everyone. I'm Xuanwo. I just received write permission for this project and plan to revive it. I'm not an expert in Ceph and have never contributed to it before, so I truly need the support of the entire community!
The ceph-rust project has been inactive for two years. We need to perform some cleanup to ensure the project is in good condition before releasing anything. This issue is being used to track the tasks involved in reviving ceph-rust.
Tasks
Review pull requests and close them if they are no longer valid.
Check and update github actions to make sure they still work.
I've done the last two on my own before, nothing big, they take 1 hour at most.
The most important other things are adding support for current Ceph versions (only boilerplate) and update dependencies.
And the thing that is never done properly anywhere, have proper documentation.
Mentioning how this library interacts with the ceph-mon, uses the libc crate, librados dynamic C library and how it all works together (and how it doesn't) with Linux is key.
As an extra, this crate was designed with a specific purpose in mind, is not generic and has a couple of pitfalls.
There is a lot of unnecessary code that should be removed IMO.
I've done the last two on my own before, nothing big, they take 1 hour at most.
Would you like to submit PRs for this?
The most important other things are adding support for current Ceph versions (only boilerplate) and update dependencies.
Agreed.
Mentioning how this library interacts with the ceph-mon, uses the libc crate, librados dynamic C library and how it all works together (and how it doesn't) with Linux is key.
Here is my 💯 support.
As an extra, this crate was designed with a specific purpose in mind, is not generic and has a couple of pitfalls.
There is a lot of unnecessary code that should be removed IMO.
Hello, everyone. I'm Xuanwo. I just received write permission for this project and plan to revive it. I'm not an expert in Ceph and have never contributed to it before, so I truly need the support of the entire community!
The ceph-rust project has been inactive for two years. We need to perform some cleanup to ensure the project is in good condition before releasing anything. This issue is being used to track the tasks involved in reviving ceph-rust.
Tasks
The text was updated successfully, but these errors were encountered: