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
commit e762f70920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,