首页 > 其他 > 详细

KVM Best practice

时间:2016-06-28 23:21:42      阅读:150      评论:0      收藏:0      [点我收藏+]

使用block设备来避免额外的software layers。

Best practices: Asynchronous I/O model for KVM guests
尽管KVM supports thread pools for handling asynchronous I/O operations,
can also take advantage of the Kernel Asynchronous I/O (AIO) support for Linux.
by specifying aio=native in the qemu-kvm command.

Best practice: x2APIC support for Red Hat Enterprise Linux 6 guests.

Best practice: NFS remote storage

Best practice: Device-backed and file-backed virtual storage

Best practice: I/O schedulers
Best practice: Optimize block I/O performance by using the Deadline I/O scheduler

 Virtio and vhost_net
vhost_net 把部分Virtio驱动从用户态移到kernel

Device Assignment and SR-IOV

6.3. Caching Cache=none
6.4. I/O Mode IO=native
6.5.2. Multi-Queue virtio-scsi















 

KVM Best practice

原文:http://www.cnblogs.com/allcloud/p/5625306.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!