Registry / cloud / ceph-go-ceph

ceph-go-ceph

JSON →
library0.40.0gogounverified

Package ceph is the root of a set of packages that wrap the Ceph APIs for interacting with Ceph storage clusters.

go get github.com/ceph/go-ceph
INSTALL
IMPORT
SIG · CEPH-GO-CEPH
C
ceph-go-ceph
cloudgov0.40.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ceph
github.com/ceph/go-ceph

Creates a new RADOS connection to a Ceph cluster.

package main import ( "fmt" "github.com/ceph/go-ceph/rados" ) func main() { conn, _ := rados.NewConn() fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.40.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Resources
ceph-go-ceph — go get ceph-go-ceph · libregistry