Recent content by d-nnis

  1. D

    Export and convert virtual hard disk from a VM (PVE-Cluster)

    Hi there thanks for the feedback. The Info from pvesm path vm-hdd:vm-130020-disk-1 was helpful: rbd:vm-hdd/vm-130020-disk-1:conf=/etc/pve/ceph.conf:id=admin:keyring=/etc/pve/priv/ceph/vm-hdd.keyring That led me to the working export/conversion: qemu-img convert -f raw...
  2. D

    Export and convert virtual hard disk from a VM (PVE-Cluster)

    Hi Proxmox-community (and authors), I am trying to export a virtual hard disk of raw-format from a Virtual Machine from a Cluster-organized Proxmox-Setup. The basic problem seems to be that I cannot locate the hdd on this setup, which is a prelimary condition to actually export and convert to...
  3. D

    VM with identical disk image does start on another PVE-Server

    So backing up with vzdump and restoring via qmrestore seems to be a promising solution. Was able to migrate three VMs between different standalone instances of PVE. Thank you for the hint! However since pvesm import/ export seems to be a straightforward procedure I am curious what's the trouble...
  4. D

    VM with identical disk image does start on another PVE-Server

    Thank you for the quick response, Mira. I will do that now and come back with the result.
  5. D

    VM with identical disk image does start on another PVE-Server

    Hello everyone, I am having trouble to boot-up a virtual machine on a PVE-Server whose disk image was exported from a PVE. So there are two PVE-Servers (let's call them PVE "A" and "B") which are essentially the same (Version/Details below). The VM in question (Ubuntu 18.04) is configured and...