mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-01 21:44:22 +01:00
clh: Increase the timeouts when using Conf Guests
Launching a pod with measured boot enabled seems to be taking longer than expected with Cloud Hypervisor, which leads to hitting a timeout limit. Let's double those timeout limits for now. Fixes: #5576 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -68,12 +68,12 @@ const (
|
||||
// Values based on:
|
||||
clhTimeout = 10
|
||||
clhAPITimeout = 1
|
||||
clhAPITimeoutConfidentialGuest = 10
|
||||
clhAPITimeoutConfidentialGuest = 20
|
||||
// Timeout for hot-plug - hotplug devices can take more time, than usual API calls
|
||||
// Use longer time timeout for it.
|
||||
clhHotPlugAPITimeout = 5
|
||||
clhStopSandboxTimeout = 3
|
||||
clhStopSandboxTimeoutConfidentialGuest = 5
|
||||
clhStopSandboxTimeoutConfidentialGuest = 10
|
||||
clhSocket = "clh.sock"
|
||||
clhAPISocket = "clh-api.sock"
|
||||
virtioFsSocket = "virtiofsd.sock"
|
||||
|
||||
Reference in New Issue
Block a user