예제 #1
0
파일: volume.go 프로젝트: luk5/rexray
func init() {
	core.RegisterDriver(providerName, newDriver)
	gofig.Register(configRegistration())
	mountDirectoryPath = util.LibFilePath("volumes")
	os.MkdirAll(mountDirectoryPath, 0755)
}
예제 #2
0
파일: volume.go 프로젝트: Oskoss/rexray
func init() {
	volume.Register(ProviderName, Init)
	mountDirectoryPath = util.LibFilePath("volumes")
	os.MkdirAll(mountDirectoryPath, 0755)
}