Skip to content

Commit

Permalink
Merge pull request ceph#112 from nb-ohad/small-fixes
Browse files Browse the repository at this point in the history
Driver Controller: Fix GRpcTimeout issues for resizer container
  • Loading branch information
Madhu-1 authored Aug 12, 2024
2 parents 16f2c8c + 23ffcbc commit 2b21669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/driver_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ func (r *driverReconcile) reconcileControllerPluginDeployment() error {
utils.LeaderElectionContainerArg,
utils.LogVerbosityContainerArg(logVerbosity),
utils.CsiAddressContainerArg,
utils.TimeoutContainerArg(r.driver.Spec.GRpcTimeout),
utils.TimeoutContainerArg(grpcTimeout),
utils.HandleVolumeInuseErrorContainerArg,
utils.RecoverVolumeExpansionFailureContainerArg,
),
Expand Down

0 comments on commit 2b21669

Please sign in to comment.