Kamis, 17 Januari 2019

How to convert vmdk virtual disk to qcow2 on proxmox

  Tidak ada komentar
Check the disk on vm directory
root@myserver:/storage/images/100# ls -l
total 306413512
-rw-r----- 1 root root 317296672768 Jan 15 22:35 vm-100-disk-1.vmdk
root@myserver:/storage/images/100#
Running following command
root@myserver:/storage/images/100# qemu-img convert -f vmdk vm-100-disk-1.vmdk -O qcow2 vm-100-disk-1.qcow2
root@myserver:/storage/images/100#
Check the result
root@myserver:/storage/images/100# ls -l
total 628972960
-rw-r--r-- 1 root root 329987522560 Jan 16 08:31 vm-100-disk-1.qcow2
-rw-r----- 1 root root 317296672768 Jan 15 22:35 vm-100-disk-1.vmdk
root@myserver:/storage/images/100#

Tidak ada komentar :

Posting Komentar