Merge pull request #6838 from rye-stripe/bugfix/use-enable-vcpus-pinning-from-toml

runtime: use enable_vcpus_pinning from toml
This commit is contained in:
Fabiano Fidêncio
2023-05-17 21:30:44 +02:00
committed by GitHub

View File

@@ -963,6 +963,8 @@ func SandboxConfig(ocispec specs.Spec, runtime RuntimeConfig, bundlePath, cid st
DisableGuestSeccomp: runtime.DisableGuestSeccomp,
EnableVCPUsPinning: runtime.EnableVCPUsPinning,
GuestSeLinuxLabel: runtime.GuestSeLinuxLabel,
Experimental: runtime.Experimental,