ceph / ceph-rust

Rust-lang interface to Ceph.
Apache License 2.0
96 stars 43 forks source link

Add Ceph version support up to Tentacle #94

Open spdfnet opened 2 weeks ago

spdfnet commented 2 weeks ago

Boilerplate to 'support' Ceph versions up to Tentacle

Xuanwo commented 2 weeks ago

Great, thanks! Would you like to help resolve the conflicts?

spdfnet commented 2 weeks ago

Only merge this if you want to be able to test with Ceph development versions without maintaining forks of your own. For example, the library would refuse to work with 19.1 RC or main.

Xuanwo commented 2 weeks ago

Only merge this if you want to be able to test with Ceph development versions without maintaining forks of your own.

For example, the library would refuse to work with 19.1 RC or main.

Let's fix CI on master first.