fix: change timeout value in csi plugin

This commit is contained in:
andyzhangx 2019-06-28 14:27:22 +00:00
parent 967b23c727
commit d8c92f5c09

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"