Comment 22 for bug 1755153

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2018-03-26 07:36 EDT-------
Hi ,

I have treid hotplug attach memory today on kvm system and i still see its failing as below

libvirt version info:
*******************
root@boslcp3:~# virsh version
Compiled against library: libvirt 4.0.0
Using library: libvirt 4.0.0
Using API: QEMU 4.0.0
Running hypervisor: QEMU 2.11.1

root@boslcp3:/home# virsh dumpxml boslcp3g3 | grep max
<maxMemory slots='16' unit='KiB'>20971520</maxMemory>
root@boslcp3:/home# virsh dumpxml boslcp3g3 | grep mem
<memory unit='KiB'>14680064</memory>
<cell id='0' cpus='0-31' memory='7340032' unit='KiB'/>
<cell id='1' cpus='43-63' memory='7340032' unit='KiB'/>
<memballoon model='virtio'>
</memballoon>

root@boslcp3:/home# virsh attach-device boslcp3g3 mem-hp.xml --live
error: Failed to attach device from mem-hp.xml
error: this function is not supported by the connection driver: virSecurityManagerSetMemoryLabel

root@boslcp3:/home# cat mem-hp.xml
<memory model='dimm'>
<target>
<size unit='GiB'>2</size>
<node>0</node>
</target>
</memory>

Regards,
Indira