码迷,mamicode.com
首页 > 其他好文 > 详细

QEMU KVM Libvirt手册(10): KVM的各种限制

时间:2014-07-14 23:36:34      阅读:385      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   strong   os   width   

Overcommits

  • KVM allows for both memory and disk space overcommit.
  • However, hard errors resulting from exceeding available resources will result in guest failures.
  • CPU overcommit is also supported but carries performance implications.

Time Synchronization

  • kvm-clock 
  • NTP or similar network based time keeping protocols are also highly recommended (for VM Host Server and VM Guest) to help maintain a stable time.
  • Running NTP inside the guest is not recommended when using the kvm-clock .

MAC addresses

  • If no MAC address is specified for a NIC, a default MAC address will be assigned.
  • This may result in network problems when more than one NIC receives the same MAC address.
  • It is recommended to always assure a unique MAC address has been assigned for each NIC.

Live Migration

  • Live Migration is only possible between VM Host Servers with the same CPU features and no physical devices passed from host to guest.
  • Guest storage has to be accessible from both VM Host Servers and guest definitions need to be compatible.
  • VM Host Server and VM Guests need to have proper timekeeping installed.

User Permissions

  • The management tools (Virtual Machine Manager, virsh, vm-install) need to authenticate with libvirt

Suspending/Hibernating the VM Host Server

  • Suspending or hibernating the VM Host Server system while guests are running is not supported.

Performance

bubuko.com,布布扣

QEMU KVM Libvirt手册(10): KVM的各种限制,布布扣,bubuko.com

QEMU KVM Libvirt手册(10): KVM的各种限制

标签:style   blog   http   strong   os   width   

原文地址:http://www.cnblogs.com/popsuper1982/p/3842369.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!