Displaying 4 results from an estimated 4 matches for "precopi".
Did you mean:
precipi
2012 Dec 11
1
How to edit precopy algorithm
Hello,
I am new to Xen, and I have taken my project on Xen. I want to
know what can I do in xen so that my project can be reviewed
successfully.If I want to live migrate the virtual machine using xen, then
what are the options available to carry out the work. If say, I want to
edit the code of precopy algorithm then what to do?
Regards,
DigvijaySingh.
2012 Dec 13
3
Code for precopy algorithm
Hello all,
I want to optimize the pre copy algorithm.So in which file
can I find the implementation of algorithm.And how to understand the
working of code? Which part causes the live migration in code?
regards,
DigvijaySingh
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2017 Jan 07
2
Regarding Migration Code
Greetings,
I was trying to understand the flow of Migration Code in libvirt and
have few doubts:
1) libvirt talks to QEMU/KVM guests via QEMU API. So overall, in
order to manage QEMU/KVM guests I can either use libvirt (or tools
based on libvirt like virsh) or QEMU monitor. Is it so?
2) Since libvirt is Hypervisor neutral so actual migration
algorithm(precopy or postcopy) is present in the
2006 May 19
3
relocation time about 20sec? and yours?
Hi List,
i have running xen-3.0.2 and my migration time for DomU from Server A to
Server B is about 20sec. The Servers A and B are connected over 1GBit/s
Links and the storrage is connected via iSCSI. The iSCSI volumes have a
performance about 20-40MByte/s. Servers A is a 2x2GHz Xeon with 4GB Ram
and Server B is a 1.8GHz AMD with 2GB Ram.
The documentation states about some 60-300msec, so my