go-ceph
go-ceph copied to clipboard
Go bindings for Ceph :octopus: :octopus: :octopus:
The API endpoint for bucket stats includes a `creation_time` field which is not included in the `admin.Bucket` struct. This simply adds the field. ## Checklist - [x] Added tests for...
fixes #962
Makefile, build tags, CI, etc. will need updating for the new squid branch.
CephFS is adding new CLI options for Subvolume quiescing, we need to add the go-ceph implementation for the same. [1] is the PR link for ceph [1] https://github.com/ceph/ceph/pull/54485
**Description** Currently, the "github.com/ceph/go-ceph/rados" Go library provides a convenient way to interact with Ceph, including retrieving pool statistics using the `GetPoolStats` method. However, the `Num_bytes_available` field is missing in the...
TestPingMonitor has a race condition that often causes a segmentation fault.
The tool I have written uses < `70MB` RSS to perform exact same operations for qcow2 images (basically raw copying them). I can do this in rapid succession and will...
_This is to add neccessary changes in go-ceph to handle the ceph-csi issue #https://github.com/ceph/ceph-csi/issues/3657._ Provide a way to configure the timeout for the ceph Get API calls to avoid command...
To fix the issue https://github.com/ceph/go-ceph/issues/779 the value got updated from 1024 to 10240, even if we have the latest version with the limit of 10240 we might get into a...
It started failing on ceph main runs a few days days back: https://github.com/ceph/go-ceph/actions/runs/8698488588 Now it is also failing on pre-squid: https://github.com/ceph/go-ceph/actions/runs/8730978262 This pattern looks a bit like something changed in...