<div dir="ltr">Hi all,<div><br></div><div>I'm testing the memory hotplugging on devstack (ocata version).</div><div><br></div><div>According to the article in</div><div><a href="https://medium.com/@juergen_thomann/memory-hotplug-with-qemu-kvm-and-libvirt-558f1c635972">https://medium.com/@juergen_thomann/memory-hotplug-with-qemu-kvm-and-libvirt-558f1c635972</a>,<br></div><div>I'm trying to create a virtual machine by setting <maxMemory>.</div><div>However, I've got an error message in libvirt log as below.</div><div><br></div><div><div>2017-07-20 20:33:21.175+0000: 529: error : virDomainDefCheckUnsupportedMemoryHotplug:1192 : unsupported configuration: memory hotplug tunables <maxMemory> are not supported by this hypervisor driver</div><div>virt-aa-helper: error: could not parse XML</div><div>virt-aa-helper: error: could not get VM definition</div></div><div><br></div><div>I'm using qemu hypervisor (2.8), and libvirt (2.5.0).</div><div>As I know, these qemu, libvirt versions support hotplugging memory.</div><div>Below is the xml file I used to create a virtual machine by using 'virsh create test.xml' command.</div><div><br></div><div><div><domain type='qemu'></div><div>  <name>QEmu-fedora-i686</name></div><div>  <uuid>c7a5fdbd-cdaf-9455-926a-d65c16db1809</uuid></div><div>  <maxMemory slots='4' unit='KiB'>2097152</maxMemory></div><div>  <memory>219200</memory></div><div>  <currentMemory>219200</currentMemory></div><div>  <vcpu>2</vcpu></div><div>  <cpu></div><div>    <numa></div><div>      <cell id="0" cpus="0" memory="2097152" unit="KiB"/></div><div>    </numa></div><div>  </cpu></div><div>  <driver name="qemu" type="qcow2" cache="none"/></div><div>  <os></div><div>    <type arch='i686' machine='pc'>hvm</type></div><div>    <boot dev='cdrom'/></div><div>  </os></div><div>  <devices></div><div>    <emulator>/usr/bin/qemu-system-ppc</emulator></div><div>    <disk type='file' device='cdrom'></div><div>      <source file='/home/user/boot.iso'/></div><div>      <target dev='hdc'/></div><div>      <readonly/></div><div>    </disk></div><div>    <disk type='file' device='disk'></div><div>      <source file='/home/user/fedora.img'/></div><div>      <target dev='hda'/></div><div>    </disk></div><div>    <interface type='network'></div><div>      <source network='default'/></div><div>    </interface></div><div>  </devices></div><div></domain></div></div><div><br></div><div>Does anyone know the reason?</div><div><br></div><div>Thanks,</div><div>Youngbin</div><div><br></div></div>