Displaying 3 results from an estimated 3 matches for "migration_configure".
2014 Sep 28
2
Re: what is the xml fomat about memory-backend-file
...memAccess='shared'/>
</numa>
</cpu>
<memoryBacking>
<hugepages>
<page size="2" unit="M" nodeset="0,1"/>
</hugepages>
</memoryBacking>
but there is also some error:
[2014-09-28T05:28:32.373335Z] migration_configure:652 Parameter 'cache size' expects exceeds guest ram size
[2014-09-28T05:28:32.373422Z] main:3517 start memory options parse
2014-09-28T05:28:32.373802Z qemu-kvm: -object memory-backend-file,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,size=1048576M,id=ram-node0: unable to map backing...
2014 Sep 24
2
what is the xml fomat about memory-backend-file
Hi,
I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'.
How to write the XML file?
2014 Sep 28
0
Re: what is the xml fomat about memory-backend-file
...> </cpu>
> <memoryBacking>
> <hugepages>
> <page size="2" unit="M" nodeset="0,1"/>
> </hugepages>
> </memoryBacking>
>
> but there is also some error:
> [2014-09-28T05:28:32.373335Z] migration_configure:652 Parameter 'cache size' expects exceeds guest ram size
> [2014-09-28T05:28:32.373422Z] main:3517 start memory options parse
> 2014-09-28T05:28:32.373802Z qemu-kvm: -object memory-backend-file,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,size=1048576M,id=ram-node0: unable to ma...