Hi everyone!
I am taking my first steps with Proxmox, after finding that what i wanted to do in VMWare wasn't feasible.
I migrated sucessfully 4 VM's from ESXi to my Proxmox Host , SCP'ing the Disks to the Proxmox host, converting the ESXi file system to QCOW2 (ex:
qemu-img convert -f vmdk Ansible.vmdk -O qcow2 ansible.qcow2 -p ) , creating the VM's on Proxmox, detaching and removing the created hard disk, and then importing the QCOW2 image to the created VM (ex: qm importdisk 104 ansible.qcow2 ZFS_SSD ), attaching the imported disk, and inserting it on the boot order.
I noticed the QCOW2 appear to be something like thin provisioning, since the VM's are 100GB and the QCOW2 takes only the space that is really being used by the guest.
I have 480GB SSD with ZFS, and all the imports i made converted the disk images to RAW, i read that you could move the disk to the same location choosing QCOW2 instead of RAW, but when i try to do that the option to change the FORMAT is greyed out.
These hard disks are filling the SSD and the only way forward for me is to find how to store the hard disks in THIN provisioning (QCOW2 on Proxmox?) , i am already getting "out of space" on further migrations.
Thanks in advance for any help.
I am taking my first steps with Proxmox, after finding that what i wanted to do in VMWare wasn't feasible.
I migrated sucessfully 4 VM's from ESXi to my Proxmox Host , SCP'ing the Disks to the Proxmox host, converting the ESXi file system to QCOW2 (ex:
qemu-img convert -f vmdk Ansible.vmdk -O qcow2 ansible.qcow2 -p ) , creating the VM's on Proxmox, detaching and removing the created hard disk, and then importing the QCOW2 image to the created VM (ex: qm importdisk 104 ansible.qcow2 ZFS_SSD ), attaching the imported disk, and inserting it on the boot order.
I noticed the QCOW2 appear to be something like thin provisioning, since the VM's are 100GB and the QCOW2 takes only the space that is really being used by the guest.
I have 480GB SSD with ZFS, and all the imports i made converted the disk images to RAW, i read that you could move the disk to the same location choosing QCOW2 instead of RAW, but when i try to do that the option to change the FORMAT is greyed out.
These hard disks are filling the SSD and the only way forward for me is to find how to store the hard disks in THIN provisioning (QCOW2 on Proxmox?) , i am already getting "out of space" on further migrations.
Thanks in advance for any help.