Skip to content
Snippets Groups Projects
Commit fcf5b670 authored by Guido Trotter's avatar Guido Trotter
Browse files

Add a balloon device to all kvm instances


This can be used to resize their memory (for now only manually, as
ganeti doesn't do the job yet)

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 89da2ff3
No related branches found
No related tags found
No related merge requests found
......@@ -962,6 +962,7 @@ class KVMHypervisor(hv_base.BaseHypervisor):
kvm_cmd.extend(["-m", instance.beparams[constants.BE_MAXMEM]])
kvm_cmd.extend(["-smp", instance.beparams[constants.BE_VCPUS]])
kvm_cmd.extend(["-pidfile", pidfile])
kvm_cmd.extend(["-balloon", "virtio"])
kvm_cmd.extend(["-daemonize"])
if not instance.hvparams[constants.HV_ACPI]:
kvm_cmd.extend(["-no-acpi"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment