We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027fe25 commit 76f03f0Copy full SHA for 76f03f0
staging/src/k8s.io/legacy-cloud-providers/vsphere/vsphere_util.go
@@ -639,7 +639,7 @@ func (vs *VSphere) BuildMissingVolumeNodeMap(ctx context.Context) {
639
// Start go routines per VC-DC to check disks are attached
640
wg.Add(1)
641
go func(nodes []k8stypes.NodeName) {
642
- err := vs.checkNodeDisks(ctx, nodeNames)
+ err := vs.checkNodeDisks(ctx, nodes)
643
if err != nil {
644
klog.Errorf("Failed to check disk attached for nodes: %+v. err: %+v", nodes, err)
645
}
0 commit comments