fix: change timeout value in csi plugin

k3s-v1.15.3
andyzhangx 2019-06-28 14:27:22 +00:00
parent 0b72ca4f24
commit 704048cee9
1 changed files with 1 additions and 1 deletions

View File

@ -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"