[Reserved] kvm migration

https://www.jianshu.com/p/60132085a3c9

 

kvm points static and dynamic migration, migration of static is to shut down, relatively simple, live migration is not shut down the server migration.
Static migration:
determining the virtual machine shut down

https://mhl.xyz/Linux/kvm-static-migrate.html

 

What is static migration?
Static Migration: Migration, also known as conventional, offline migration (Offline Migration). In the case of migration is the virtual machine or machines suspended from one physical machine to another physical machine. Because the virtual machine file system built on a virtual machine image above, so in the case of the virtual machine machines, just simple migration of virtual machine images and the corresponding configuration file to another physical host; before if you need to save virtual machine migration state, before migrating a virtual machine suspend, then copy status to the destination host, and finally rebuild the virtual machine state at the destination host, resume execution. The migration process in this way requires an explicit stop running virtual machines. From the user's perspective, there are definite period of downtime, service on the virtual machine is not available. This method of migration is simple and suitable for service availability requirements are not strict occasions.

 

 

 

https://mntn0x.github.io/2018/03/03/KVM%E8%99%9A%E6%8B%9F%E6%9C%BA%E5%AE%89%E8%A3%85%E5%8F%8A%E9%9D%99%E6%80%81%E8%BD%AC%E7%A7%BB/

KVM virtual machine installation and static branch

 

 

https://cloud.tencent.com/developer/news/116278

 

https://suzf.net/post/1019

KVM live migration

 

https://alex0227.github.io/2018/06/04/KVM%E8%99%9A%E6%8B%9F%E5%8C%96-KVM%E7%9A%84%E9%83%A8%E7%BD%B2%E5%8F%8A%E4%BD%BF%E7%94%A8/

 

 

 

http://terenceli.github.io/%E6%8A%80%E6%9C%AF/2018/03/01/qemu-live-migration

 

https://www.ibm.com/developerworks/cn/linux/l-cn-mgrtvm2/index.html

 

https://blog.51cto.com/xiaoli110/1941777

 

 

 

 

 

https://github.com/sjqzhang/webtech/blob/master/kvm/virsh%E5%AF%B9kvm%E8%99%9A%E6%8B%9F%E6%9C%BA%E8%BF%9B%E8%A1%8C%E5%8A%A8%E6%80%81%E8%BF%81%E7%A7%BB.md

 

 

https://github.com/huataihuang/cloud-atlas/blob/master/source/kvm/kvm_live_migration.rst

 

 

https://greeeenish.github.io/2018/10/30/2018-10-30.KVM%E5%9C%A8%E7%BA%BF%E8%BF%81%E7%A7%BB/

Guess you like

Origin www.cnblogs.com/xuanbjut/p/10994636.html