Search

image convert

변경 방법
qemu-img convert -f vmdk -O qcow2 CentOS7.vmdk CentOS7.qcow2 ex) qemu-img convert -f vmdk -O qcow2 우분투\ 아나콘다-disk001.vmdk ubuntu.qcow2
Shell
복사
qemu-img info ubuntu.qcow2 [root@controller01 ubuntu(keystone_admin)]# qemu-img info ubuntu.qcow2 image: ubuntu.qcow2 file format: qcow2 virtual size: 500G (536870912000 bytes) disk size: 7.0G cluster_size: 65536 Format specific information: compat: 1.1 lazy refcounts: false refcount bits: 16 corrupt: false
Shell
복사
glance image-create --name ubuntu_anaconda.qcow2 --file ubuntu.qcow2 --disk-format qcow2 --container-format bare --progress
Shell
복사