目前openstack提供了raw,qcow2,lvm,rbd四种类型的image后端。
所谓后端,即image/临时卷root盘的管理存储方式。
nova/virt/libvirt/imagebackend.py:
中有四个Raw,Qcow2,Lvm,Rbd四个类,均继承了image类,主要提供create_image方法和snapshot_extract方法。
image父类提供...
分类:
其他好文 时间:
2014-05-15 15:14:32
阅读次数:
350
一般我们基于epel yum_Repo安装kvm的yum命令如下 yum -y install
qemu-kvm qemu-kvm-tools virt-v2v virt-viewer virt-manager libvirt libvirt-python
python-virtinst1,安装e....
分类:
其他好文 时间:
2014-05-10 00:13:56
阅读次数:
353