This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fee122d [YUNIKORN-3021] Update default volumeBindTimeout to 10 
minutes (#948)
6fee122d is described below

commit 6fee122d9424a88f51e77420a4451c959ae0121c
Author: Craig Condit <[email protected]>
AuthorDate: Wed Jan 29 14:29:05 2025 -0600

    [YUNIKORN-3021] Update default volumeBindTimeout to 10 minutes (#948)
    
    Closes: #948
---
 pkg/conf/schedulerconf.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/conf/schedulerconf.go b/pkg/conf/schedulerconf.go
index 54a500a8..988bb4c9 100644
--- a/pkg/conf/schedulerconf.go
+++ b/pkg/conf/schedulerconf.go
@@ -82,7 +82,7 @@ const (
        DefaultClusterID                       = "mycluster"
        DefaultPolicyGroup                     = "queues"
        DefaultSchedulingInterval              = time.Second
-       DefaultVolumeBindTimeout               = 10 * time.Second
+       DefaultVolumeBindTimeout               = 10 * time.Minute
        DefaultEventChannelCapacity            = 1024 * 1024
        DefaultDispatchTimeout                 = 300 * time.Second
        DefaultOperatorPlugins                 = "general"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to