Search results

  1. S

    Limiting size of qcow2 image

    Thanks @ghusson for sharing the links. I had found the article in the wiki before and used the convert command to get the qcow2 file disk size below the virtual size again. What that article misses to mention is whether it is considered normal that an image's disk size can grew significantly...
  2. S

    Limiting size of qcow2 image

    no, not using snapshots. Not even unintentional as they would show up on the qemu-img info output. I was able to shrink the image by using the "convert" command. Guest uses roughly half the capacity, doing frequent writes and erases. Disk size went down to 196G but is up to 198G already. So if...
  3. S

    Limiting size of qcow2 image

    Hello, I am running Proxmox 4.1 and a KVM which I configured to use 200GB hard disk as a qcow2 file. Was created with 4.0 a while ago. I now had the situation that the image file grew much larger than the image size resulting in an out of diskspace on my host. # qemu-img info...
  4. S

    Proxmox 4, KVM ping response gets lost on host

    Hello, I have set up according to this manual: wiki.hetzner.de/index.php/Proxmox_VE/en#Network_configuration_host_system_KVM.2FRouted pve.proxmox.com/wiki/Network_Model#Routed_Configuration I can't ping from the VM to the outside. Actually no IP communication is possible from the VM to...