XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. pavkamlc
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    pavkamlc

    @pavkamlc

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pavkamlc Unfollow Follow

    Latest posts made by pavkamlc

    • qemu-img formats

      I'd like to migrate VMs from my dead proxmox host. VMs images is qcow on shared storage. I've problem with converting images, because qemu-img on xcp-ng host don't support destination format for xcp-ng.

      /usr/lib64/xen/bin/qemu-img convert -o vpc vm-113-disk-0.qcow2 terminalsys.vhd
      qemu-img: Invalid parameter 'vpc'
      

      But don't support middle format too.

      /usr/lib64/xen/bin/qemu-img convert -O vmdk vm-113-disk-0.qcow2 terminalsys.vmdk
      qemu-img: Unknown file format 'vmdk'
      

      --help write only this supported formats

      Supported formats: blkdebug blklogwrites blkreplay blkverify copy-on-read file host_cdrom host_device luks nbd null-aio null-co nvme qcow qcow2 quorum raw throttle vdi
      

      Have anyone hint howto solve without another machine for converting?

      posted in Compute
      P
      pavkamlc