关于镜像:镜像处理

镜像转换

例如:qecow2–>raw
查看镜像详情:

qemu-img info /path

转换镜像:

qemu-img convert -p  raw e:\99cloud-img\CentOS7.6.qcow2 e:\99cloud-img\CentOS7.6.raw   

解压zip压缩包:

unzip 

上传镜像

openstack image create --file CentOS7.7.raw --container-format bare --disk-format raw --public CentOS7.7 --property hw_qemu_guest_agent=yes --property os_admin_user=root 
openstack image create --file win2k12-1203-v1-64.bit --container-format bare --disk-format raw --public Win2012 --property hw_qemu_guest_agent=yes --property  os_type=windows

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理