摘要:
https://www.berrange.com/posts/2010/05/05/provisioning-kvm-virtual-machines-on-iscsi-the-hard-way-part-1-of-2/The previous articles showed how to prov... 阅读全文
摘要:
VirtioSo-called "full virtualization" is a nice feature because it allows you to run any operating system virtualized. However, it's slow because the ... 阅读全文
摘要:
Setting up libvirt for TLS (Encryption & Authentication)Setting up your virtualisation infrastructure for Transport Layer Security (TLS) isn't very di... 阅读全文
摘要:
Running your own dnsmasq with libvirtdOn linux host servers, libvirtd uses dnsmasq to service the virtual networks, such as the default network. A new... 阅读全文
摘要:
[libvirt] FYI: a short guide to libvirt & network filtering iptables/ebtables use Firewall / network filtering in libvirt ===============... 阅读全文
摘要:
How the virtual networks used by guests workNetworking using libvirt is generally fairly simple, and in this section you'll learn the concepts you nee... 阅读全文
摘要:
Many of the management problems in virtualization are caused by the annoyingly popular & desirable host migration feature! I previously talked about P... 阅读全文
摘要:
Virtual Machine LifecycleThis page describes the basics of the virtual machine lifecycle. Its aim is to provide fundamental information to create, run... 阅读全文
摘要:
libvirt is a library that provides a common API for managing popular virtualization solutions, among them KVM and Xen. 使用virt-install创建image qemu-img create -f qcow2 /tmp/centos5.8.img 10G virt-insta... 阅读全文