Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.17 KB

V1VirtualMachineOptions.md

File metadata and controls

11 lines (7 loc) · 1.17 KB

V1VirtualMachineOptions

Properties

Name Type Description Notes
disable_free_page_reporting V1DisableFreePageReporting DisableFreePageReporting disable the free page reporting of memory balloon device https://libvirt.org/formatdomain.html#memory-balloon-device. This will have effect only if AutoattachMemBalloon is not false and the vmi is not requesting any high performance feature (dedicatedCPU/realtime/hugePages), in which free page reporting is always disabled. [optional]
disable_serial_console_log V1DisableSerialConsoleLog DisableSerialConsoleLog disables logging the auto-attached default serial console. If not set, serial console logs will be written to a file and then streamed from a container named `guest-console-log`. The value can be individually overridden for each VM, not relevant if AutoattachSerialConsole is disabled. [optional]

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