mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
glusterfs: fix a comment typo
Signed-off-by: Michael Adam <obnox@redhat.com>
This commit is contained in:
parent
2ec681632b
commit
67adc29f8f
@ -197,7 +197,7 @@ func (plugin *glusterfsPlugin) newUnmounterInternal(volName string, podUID types
|
||||
|
||||
func (plugin *glusterfsPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error) {
|
||||
|
||||
// To reconstrcut volume spec we need endpoint where fetching endpoint from mount
|
||||
// To reconstruct volume spec we need endpoint where fetching endpoint from mount
|
||||
// string looks to be impossible, so returning error.
|
||||
|
||||
return nil, fmt.Errorf("impossible to reconstruct glusterfs volume spec from volume mountpath")
|
||||
|
Loading…
Reference in New Issue
Block a user