Thank you.
I don't understand the follow thing in VMManager I can find the disk and see it is a qemu disk
I get the follow details from the XML.
 <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2'/>
      <source file='/vm/vm4015'/>
      <backingStore/>
      <target dev='vda' bus='virtio'/>
      <boot order='2'/>
      <alias name='virtio-disk0'/>
So te file name is called vm4015 how can I import this in Proxmox do I need to change the name to vm4015.img or something.
I hope someone can help me.