gpu: Update timeouts

With the create_container_timeout the dial_timeout is lest important.
Add the custom timeout for GPUs in create_container_timeout

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser 2025-02-13 16:51:20 +00:00
parent 66ccc25724
commit 4bda16565b
4 changed files with 8 additions and 8 deletions

View File

@ -441,7 +441,7 @@ ifneq (,$(QEMUCMD))
DEFAULTVCPUS_NV = 1
DEFAULTMEMORY_NV = 2048
DEFAULTTIMEOUT_NV = 320
DEFAULTTIMEOUT_NV = 500
DEFAULTVFIOPORT_NV = root-port
DEFAULTPCIEROOTPORT_NV = 8

View File

@ -542,7 +542,7 @@ kernel_modules=[]
# Agent connection dialing timeout value in seconds
# (default: 90)
dial_timeout = @DEFAULTTIMEOUT_NV@
dial_timeout = 90
[runtime]
# If enabled, the runtime will log additional debug messages to the
@ -676,7 +676,7 @@ experimental=@DEFAULTEXPFEATURES@
# Note: The effective timeout is determined by the lesser of two values: runtime-request-timeout from kubelet config
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout) and create_container_timeout.
# In essence, the timeout used for guest pull=runtime-request-timeout<create_container_timeout?runtime-request-timeout:create_container_timeout.
create_container_timeout = @DEFCREATECONTAINERTIMEOUT@
create_container_timeout = @DEFAULTTIMEOUT_NV@
# Base directory of directly attachable network config.
# Network devices for VM-based containers are allowed to be placed in the

View File

@ -537,8 +537,8 @@ kernel_modules=[]
#debug_console_enabled = true
# Agent connection dialing timeout value in seconds
# (default: 60)
dial_timeout = @DEFAULTTIMEOUT_NV@
# (default: 90)
dial_timeout = 90
[runtime]
# If enabled, the runtime will log additional debug messages to the
@ -672,7 +672,7 @@ experimental=@DEFAULTEXPFEATURES@
# Note: The effective timeout is determined by the lesser of two values: runtime-request-timeout from kubelet config
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout) and create_container_timeout.
# In essence, the timeout used for guest pull=runtime-request-timeout<create_container_timeout?runtime-request-timeout:create_container_timeout.
create_container_timeout = @DEFCREATECONTAINERTIMEOUT@
create_container_timeout = @DEFAULTTIMEOUT_NV@
# Base directory of directly attachable network config.
# Network devices for VM-based containers are allowed to be placed in the

View File

@ -563,7 +563,7 @@ kernel_modules=[]
# Agent connection dialing timeout value in seconds
# (default: 90)
dial_timeout = @DEFAULTTIMEOUT_NV@
dial_timeout = 90
[runtime]
# If enabled, the runtime will log additional debug messages to the
@ -697,7 +697,7 @@ experimental=@DEFAULTEXPFEATURES@
# Note: The effective timeout is determined by the lesser of two values: runtime-request-timeout from kubelet config
# (https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=runtime%2Drequest%2Dtimeout) and create_container_timeout.
# In essence, the timeout used for guest pull=runtime-request-timeout<create_container_timeout?runtime-request-timeout:create_container_timeout.
create_container_timeout = @DEFCREATECONTAINERTIMEOUT@
create_container_timeout = @DEFAULTTIMEOUT_NV@
# Base directory of directly attachable network config.
# Network devices for VM-based containers are allowed to be placed in the