mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #79529 from andyzhangx/change-csi-timeout
fix: change default timeout value in csi plugin
This commit is contained in:
commit
a3be4b6817
@ -54,7 +54,7 @@ const (
|
||||
// TODO (vladimirvivien) would be nice to name socket with a .sock extension
|
||||
// for consistency.
|
||||
csiAddrTemplate = "/var/lib/kubelet/plugins/%v/csi.sock"
|
||||
csiTimeout = 15 * time.Second
|
||||
csiTimeout = 2 * time.Minute
|
||||
volNameSep = "^"
|
||||
volDataFileName = "vol_data.json"
|
||||
fsTypeBlockName = "block"
|
||||
|
Loading…
Reference in New Issue
Block a user