Merge pull request #81613 from tedyu/op-exec-vol-cont

Continue with remaining volumeAttached's in VerifyVolumesAreAttached
This commit is contained in:
Kubernetes Prow Robot 2019-09-10 14:31:33 -07:00 committed by GitHub
commit 60bc301889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -711,9 +711,8 @@ func (oe *operationExecutor) VerifyVolumesAreAttached(
// If node doesn't support Bulk volume polling it is best to poll individually
nodeError := oe.VerifyVolumesAreAttachedPerNode(nodeAttachedVolumes, node, actualStateOfWorld)
if nodeError != nil {
klog.Errorf("BulkVerifyVolumes.VerifyVolumesAreAttached verifying volumes on node %q with %v", node, nodeError)
klog.Errorf("VerifyVolumesAreAttached failed for volumes %v, node %q with error %v", nodeAttachedVolumes, node, nodeError)
}
break
}
}