Skip to content

Commit

Permalink
fix GetDrivername timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Mar 3, 2019
1 parent 91aaea4 commit f95c396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/csi-provisioner/csi-provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func init() {
}

// Autodetect provisioner name
provisionerName, err := ctrl.GetDriverName(grpcClient, *connectionTimeout)
provisionerName, err := ctrl.GetDriverName(grpcClient, *operationTimeout)
if err != nil {
klog.Fatalf("Error getting CSI driver name: %s", err)
}
Expand Down

0 comments on commit f95c396

Please sign in to comment.