[libvirt-users] Running domain-update memory not working

usha basavaraju usha.basavaraju at gmail.com
Tue Jul 29 10:51:21 UTC 2014


>>> vm=co.lookupByName('test1')
>>> vm.info()
[1, 524288L, 524288L, 1, 20400000000L]
>>> vm.setMemoryFlags(509952,1)  # Live memory
0
>>> vm.info()
[1, 524288L, 524288L, 1, 21430000000L]

>>> vm.setMemoryFlags(509952,0) --- ## current memory
0
>>> vm.info()
[1, 524288L, 524288L, 1, 21430000000L]
>>> vm.XMLDesc()

Not updating .. but api call not throwing any error..
What is the correct procedure for updating
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20140729/94a6455b/attachment.htm>


More information about the libvirt-users mailing list