mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
fix some typo
This commit is contained in:
parent
d9c9d1bbdc
commit
b35df24cbc
@ -260,7 +260,7 @@ func (cephfsVolume *cephfsUnmounter) TearDownAt(dir string) error {
|
|||||||
return util.UnmountPath(dir, cephfsVolume.mounter)
|
return util.UnmountPath(dir, cephfsVolume.mounter)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetPath global mount path
|
// GetPath creates 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user