Documentation
¶
Index ¶
Constants ¶
View Source
const (
// PluginInitError message to indicate that plugin initialization(refcounting) is not yet complete
PluginInitError = "Plugin initialization in progress."
)
Variables ¶
This section is empty.
Functions ¶
func AlreadyMounted ¶
AlreadyMounted - check if volume is already mounted on the mountRoot
func IsFullVolName ¶
IsFullVolName - Check if volume name is full volume name
Types ¶
type VolumeInfo ¶
VolumeInfo - Volume fullname, datastore and metadata
func GetVolumeInfo ¶
func GetVolumeInfo(name string, datastoreName string, d drivers.VolumeDriver) (*VolumeInfo, error)
GetVolumeInfo - return VolumeInfo with a qualified volume name. Optionally returns datastore and volume metadata if retrieved from ESX. If Volume Metadata is nil then caller can use getVolume()
Click to show internal directories.
Click to hide internal directories.