Documentation
¶
Overview ¶
Package osd from common/admin contains set of APIs to manage OSD configuration and administration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin struct {
// contains filtered or unexported fields
}
Admin is used to administer Ceph OSDs.
func NewFromConn ¶
NewFromConn creates an new management object from a preexisting rados connection. The existing connection can be rados.Conn or any type implementing the RadosCommander interface.
type Commander ¶
type Commander interface {
ccom.RadosCommander
}
Commander interface supports sending commands to Ceph.
Click to show internal directories.
Click to hide internal directories.