go-ceph
go-ceph copied to clipboard
Go bindings for Ceph :octopus: :octopus: :octopus:
As this project is being restarted/reinvigorated I wanted to publicly discuss what I see as the overarching goals of the project. These are not items to tackle in a single...
The rbd API implements function(s) below but go-ceph does not: * rbd_sparsify_with_progress This issue has been filed to track implementing this missing functionality in the appropriate package within go-ceph. Please...
The rbd API implements function(s) below but go-ceph does not: * rbd_lock_acquire * rbd_lock_break * rbd_lock_get_owners * rbd_lock_get_owners_cleanup * rbd_lock_release This issue has been filed to track implementing this missing...
The rados API implements function(s) below but go-ceph does not: * rados_ioctx_locator_set_key This issue has been filed to track implementing this missing functionality in the appropriate package within go-ceph. Please...
The rados API implements function(s) below but go-ceph does not: * rados_monitor_log2 This issue has been filed to track implementing this missing functionality in the appropriate package within go-ceph. Please...
The cephfs API implements function(s) below but go-ceph does not: * ceph_mknod This issue has been filed to track implementing this missing functionality in the appropriate package within go-ceph. Please...
The cephfs API implements function(s) below but go-ceph does not: * ceph_futimes This issue has been filed to track implementing this missing functionality in the appropriate package within go-ceph. Please...
The cephfs API implements function(s) below but go-ceph does not: * ceph_futimens This issue has been filed to track implementing this missing functionality in the appropriate package within go-ceph. Please...
The cephfs API implements function(s) below but go-ceph does not: * ceph_futime This issue has been filed to track implementing this missing functionality in the appropriate package within go-ceph. Please...
`rados.NewConnWithUser(user string)` expects `user` to be a simple user ID (e.g. `admin`), while `rados.NewConnWithClusterAndUser(clusterName string, userName string)` expects `userName` in the form `client.` (e.g. `client.admin`). Omitting the `client.` prefix in...