fix some typo

This commit is contained in:
riverzhang 2017-08-15 04:16:20 -05:00 committed by GitHub
parent e018887501
commit d9c9d1bbdc

View File

@ -260,7 +260,7 @@ func (cephfsVolume *cephfsUnmounter) TearDownAt(dir string) error {
return util.UnmountPath(dir, cephfsVolume.mounter) return util.UnmountPath(dir, cephfsVolume.mounter)
} }
// GetPath creates global mount path // GetPath global mount path
func (cephfsVolume *cephfs) GetPath() string { func (cephfsVolume *cephfs) GetPath() string {
name := cephfsPluginName name := cephfsPluginName
return cephfsVolume.plugin.host.GetPodVolumeDir(cephfsVolume.podUID, utilstrings.EscapeQualifiedNameForDisk(name), cephfsVolume.volName) return cephfsVolume.plugin.host.GetPodVolumeDir(cephfsVolume.podUID, utilstrings.EscapeQualifiedNameForDisk(name), cephfsVolume.volName)