We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476631 commit 6b4cdf0Copy full SHA for 6b4cdf0
frontend/csi/node_server.go
@@ -55,7 +55,6 @@ const (
55
defaultNodeReconciliationPeriod = 1 * time.Minute
56
maximumNodeReconciliationJitter = 5000 * time.Millisecond
57
nvmeMaxFlushWaitDuration = 6 * time.Minute
58
- csiNodeLockTimeout = 60 * time.Second
59
fsUnavailableTimeout = 5 * time.Second
60
61
// Node Scalability constants.
@@ -77,6 +76,7 @@ const (
77
76
)
78
79
var (
+ csiNodeLockTimeout = 60 * time.Second
80
// TODO (pshashan): Unify both csiNodeLockTimeout and csiKubeletTimeout
81
csiKubeletTimeout = 110 * time.Second
82
topologyLabels = make(map[string]string)
0 commit comments