Search results

  1. M

    Sync job fails after some time

    Both sides are on no subscription repository fully upgraded
  2. M

    Sync job fails after some time

    I am just testing the sync job over the internet for offsite backup. Everything starts fine. Some snapshots get synced. But after some hours there is a error. 2021-02-17T20:27:30+01:00: Starting datastore sync job 'XXXXXXXXXX' 2021-02-17T20:27:30+01:00: Sync datastore 'POEI' from 'XXXXXXX'...
  3. M

    Howto Change virtual size of a qcow2 Image

    Thx but not realy a good solution because i need the space for the qcow2 and the raw Image at the same time for only changing the virtual size. But if i find no other solution i will go this way.
  4. M

    Howto Change virtual size of a qcow2 Image

    Thx for your answer, but that works only on raw images, doing that on a qcow2 image ends with : qemu-img: qcow2 doesn't support shrinking images yet qemu-img: This image does not support resize So the only official way seems to be, converting the qcow2 image into a useless huge raw image ...
  5. M

    Howto Change virtual size of a qcow2 Image

    Thx for your replay, but your link is the same as always .. telling me how to reduce the REAL size of a qcow2 file. I was thinking there must be a simple way to tell the qcow2 file a new max size ( virtual size ). If there is not, i have to go the long way with making a Image of the content and...
  6. M

    Howto Change virtual size of a qcow2 Image

    That doesnt help me realy. Everyone talks about enlarging a virtual disk. Thats not my Problem. I want to shrink the VIRTUAL size of the qcow2 image to the real size of the content.
  7. M

    Howto Change virtual size of a qcow2 Image

    I have a qcow2 Image with virtual size 600GB. Inside i have Windowspartition with 150GB. Now i have to change the virtual size to something near 150GB. qemu-img --info also reports this values and the 450GB never been used for something else is there a simple way to do so. (NO converting to...