Documentation
¶
Overview ¶
Package rbd contains the internal representation of Rados Block Store (Ceph) volumes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProbeVolumePlugins ¶
func ProbeVolumePlugins() []volume.VolumePlugin
This is the primary entrypoint for volume plugins.
Types ¶
type RBDUtil ¶
type RBDUtil struct{}
func (*RBDUtil) AttachDisk ¶
func (util *RBDUtil) AttachDisk(b rbdBuilder) error
func (*RBDUtil) DetachDisk ¶
func (util *RBDUtil) DetachDisk(c rbdCleaner, mntPath string) error
func (*RBDUtil) MakeGlobalPDName ¶
func (util *RBDUtil) MakeGlobalPDName(rbd rbd) string
Click to show internal directories.
Click to hide internal directories.