Documentation ¶
Index ¶
Constants ¶
View Source
const (
// The driver name used in cinder-flexvolume
DriverName = "rbd"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RBDDriver ¶
type RBDDriver struct { }
The driver of cinder-flexvolume
type RBDVolume ¶
type RBDVolume struct { Keyring string `json:"keyring"` AuthEnabled bool `json:"auth_enabled"` AuthUser string `json:"auth_username"` Hosts []string `json:"hosts"` Ports []string `json:"ports"` Name string `json:"name"` AccessMode string `json:"access_mode"` VolumeType string `json:"volume_type"` }
The RBD volume used by Cinder
Click to show internal directories.
Click to hide internal directories.