Hi all,
Has anyone every tried live-converting a VM with vmdk disks (moved form ESXi) to qcow2 while the VM is still running?
We've currently got a large amount of VMs that have at least one or even multiple large virtual disks (>500GB avg.) running on a prodution VMware vShere cluster.
Recently we're thinking giving Proxmox a shot and see if there's a better conversion approach that can reduce downtime without using 'qemu-img convert' or virt-v2v that requires bringing the VMs offline.
From what we've found so far:
All these seem to be working in our test environment. That said, we know this would be a bold try, so I was wondering if anyone's got similar experience before?
Also, how reliable is it to run a VM with VMDK disk format created by Proxmox? Are there any limitations?
Thanks in advance.
Has anyone every tried live-converting a VM with vmdk disks (moved form ESXi) to qcow2 while the VM is still running?
We've currently got a large amount of VMs that have at least one or even multiple large virtual disks (>500GB avg.) running on a prodution VMware vShere cluster.
Recently we're thinking giving Proxmox a shot and see if there's a better conversion approach that can reduce downtime without using 'qemu-img convert' or virt-v2v that requires bringing the VMs offline.
From what we've found so far:
- Proxmox allows creating a VM with VMDK (a standalone disk as monolithicSparse)
- Proxmox seems to be able to sucessfully boot a VM off a '*.vmdk' descriptor and the associated actual flat '*-flat.vmdk' file transferred straight from a VMFS datastore on ESXi. Well, at least the VM could boot into CentOS 7 without any apparent file system problems.
- Proxmox allows a virtual disk to be moved (with 'move disk' feature) between qcow2, raw and vmdk while the VM is running
All these seem to be working in our test environment. That said, we know this would be a bold try, so I was wondering if anyone's got similar experience before?
Also, how reliable is it to run a VM with VMDK disk format created by Proxmox? Are there any limitations?
Thanks in advance.