Crate ceph_rust [−] [src]
Ceph-rust is a thin layer over the librados C interface.
Only works on Linux
By default Ceph names librados as the following for the given platforms: Hammer release: RHEL/CentOS: /usr/lib64/librados.so.2.0.0
Ubuntu: /usr/lib/librados.so.2.0.0
You will need to do a symlink of the above link to the following: RHEL/CentOS: sudo ln -s /usr/lib64/librados.so.2.0.0 /usr/lib64/librados.so
Ubuntu: sudo ln -s /usr/lib/librados.so.2.0.0 /usr/lib/librados.so
NOTE: If someone know of another way for Rust to find the librados file then please issue a PR for it. Thanks!
See the /examples/ceph.rs for how to use the library.
Structs
| Struct_rados_cluster_stat_t | |
| Struct_rados_pool_stat_t |