Dear all,
I'm trying to restore a VM backup (done with PBS). Unfortunatly it's not working.
I'm using the following command :
where I'm restoring the backup to a new VM.
Indeed the process starts without error but hangs at the end :
From there I don't the prompt back. And on the GUI I can see a lock icon on the new VM.
I have no idea how to investigate further to be able to solve my issue.
Does anyone has any clue to solve or help investigate this ?
Note: I ended up interrupting the process after ~1 hour.
I'm trying to restore a VM backup (done with PBS). Unfortunatly it's not working.
I'm using the following command :
Code:
# qmrestore catalog-pbs:backup/vm/102/2026-06-13T17:00:18Z 7103 --storage local-zfs
where I'm restoring the backup to a new VM.
Indeed the process starts without error but hangs at the end :
Code:
starting to restore snapshot 'vm/102/2026-06-13T17:00:18Z'
download and verify backup index
fetching up to 16 chunks in parallel
...
progress 99% (read 29766975488 bytes, zeroes = 0% (247463936 bytes), duration 27 sec)
progress 100% (read 30064771072 bytes, zeroes = 0% (247463936 bytes), duration 27 sec)
restore image complete (bytes=30064771072, duration=27.58s, speed=1039.57MB/s)
From there I don't the prompt back. And on the GUI I can see a lock icon on the new VM.
I have no idea how to investigate further to be able to solve my issue.
Does anyone has any clue to solve or help investigate this ?
Note: I ended up interrupting the process after ~1 hour.