Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.63 KB

V1beta1CPUInstancetype.md

File metadata and controls

16 lines (12 loc) · 1.63 KB

V1beta1CPUInstancetype

Properties

Name Type Description Notes
dedicated_cpu_placement bool DedicatedCPUPlacement requests the scheduler to place the VirtualMachineInstance on a node with enough dedicated pCPUs and pin the vCPUs to it. [optional]
guest int Required number of vCPUs to expose to the guest. The resulting CPU topology being derived from the optional PreferredCPUTopology attribute of CPUPreferences that itself defaults to PreferSockets. [default to 0]
isolate_emulator_thread bool IsolateEmulatorThread requests one more dedicated pCPU to be allocated for the VMI to place the emulator thread on it. [optional]
max_sockets int MaxSockets specifies the maximum amount of sockets that can be hotplugged [optional]
model str Model specifies the CPU model inside the VMI. List of available models https://github.com/libvirt/libvirt/tree/master/src/cpu_map. It is possible to specify special cases like "host-passthrough" to get the same CPU as the node and "host-model" to get CPU closest to the node one. Defaults to host-model. [optional]
numa V1NUMA NUMA allows specifying settings for the guest NUMA topology [optional]
realtime V1Realtime Realtime instructs the virt-launcher to tune the VMI for lower latency, optional for real time workloads [optional]

[Back to Model list] [Back to API list] [Back to README]