Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //MountTimeout timeout before killing a mount try in seconds MountTimeout = 30 //CfgVersion current config version compat CfgVersion = 2 //CfgFolder config folder CfgFolder = "/etc/docker-volumes/gluster/" )
Functions ¶
func GetMountName ¶ added in v1.0.9
GetMountName get moint point base on request and driver config (mountUniqName)
Types ¶
type GlusterDriver ¶
GlusterDriver docker volume plugin driver extension of basic plugin
func Init ¶
func Init(root string, mountUniqName bool) *GlusterDriver
Init start all needed deps and serve response to API call
Click to show internal directories.
Click to hide internal directories.