Skip to content

Commit

Permalink
Merge pull request kubernetes#104534 from skyguard1/backport_fix_node…
Browse files Browse the repository at this point in the history
…_name_util_121

Backport 104410 to release-1.21
  • Loading branch information
k8s-ci-robot authored Sep 10, 2021
2 parents 7689497 + 4a473fa commit 8a40174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ func (vs *VSphere) BuildMissingVolumeNodeMap(ctx context.Context) {
// Start go routines per VC-DC to check disks are attached
wg.Add(1)
go func(nodes []k8stypes.NodeName) {
err := vs.checkNodeDisks(ctx, nodeNames)
err := vs.checkNodeDisks(ctx, nodes)
if err != nil {
klog.Errorf("Failed to check disk attached for nodes: %+v. err: %+v", nodes, err)
}
Expand Down

0 comments on commit 8a40174

Please sign in to comment.