Commit 870bf314 authored by Michael Adam's avatar Michael Adam

glusterfs: remove a redundant comment

This comment exactly states what the line below it does. There's no point in keeping it. Signed-off-by: 's avatarMichael Adam <obnox@redhat.com>
parent 465bb065
......@@ -822,7 +822,6 @@ func (p *glusterfsVolumeProvisioner) CreateVolume(gid int) (r *v1.GlusterfsVolum
return nil, 0, "", fmt.Errorf("failed to get cluster nodes for volume %s: %v", volume, err)
}
// The 'endpointname' is created in form of 'glusterfs-dynamic-<PVC UID>'.
epServiceName := dynamicEpSvcPrefix + string(p.options.PVC.UID)
epNamespace := p.options.PVC.Namespace
endpoint, service, err := p.createEndpointService(epNamespace, epServiceName, dynamicHostIps, p.options.PVC.Name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment