Search results

  1. M

    [SOLVED] KVM snapshot migration to Proxmox

    Hi Mira, just one more question... It's possible to rename the snapshot name? Because my qcow2 disk contains snapshot names with spaces and dots and I understand that proxmox doesn't allow that characters. Thanks in advance!
  2. M

    [SOLVED] KVM snapshot migration to Proxmox

    Hi Mira! Many thanks!! I manually added the name of my snapshots into server/<VMID>.conf and it works perfectly! For those who are seeking your snapshot's name. Use " # qemu-img info disk.qcow2 " this displays all the snapshots available. Thanks!!
  3. M

    [SOLVED] KVM snapshot migration to Proxmox

    Hi guys! I'm working on a migration project to move VM's from KVM server to Proxmox. The images are working fine but I have a problem with snapshots. The thing is actual snapshots are combined into a standalone file (qcow2) and Proxmox doesn't detect these snapshots. I think this is because...