go-ceph icon indicating copy to clipboard operation
go-ceph copied to clipboard

Go bindings for Ceph :octopus: :octopus: :octopus:

Results 86 go-ceph issues
Sort by recently updated
recently updated
newest added

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...

meta

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

`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...