Set a 2min timeout (required for very slow systems)

This commit is contained in:
Daniel Berteaud 2024-05-06 15:58:40 +02:00
parent 3dbec71e2c
commit 410c9dafc8
2 changed files with 12 additions and 9 deletions

View File

@ -75,9 +75,10 @@ _EOF
}
csi_plugin {
id = "[[ $.democratic_csi.plugin_id ]].[[ $proto ]]"
type = "controller"
mount_dir = "/csi"
id = "[[ $.democratic_csi.plugin_id ]].[[ $proto ]]"
type = "controller"
mount_dir = "/csi"
health_timeout = "2m"
}
[[ template "common/resources" $c ]]

View File

@ -141,9 +141,10 @@ _EOF
}
csi_plugin {
id = "org.democratic-csi.iscsi"
type = "controller"
mount_dir = "/csi"
id = "org.democratic-csi.iscsi"
type = "controller"
mount_dir = "/csi"
health_timeout = "2m"
}
@ -282,9 +283,10 @@ _EOF
}
csi_plugin {
id = "org.democratic-csi.nfs"
type = "controller"
mount_dir = "/csi"
id = "org.democratic-csi.nfs"
type = "controller"
mount_dir = "/csi"
health_timeout = "2m"
}