I have a backup of a server that I am trying to restore. It fails with "ut of space" every time.
Source:
VM has 3 drives backed up to an SMB share (called "abc" )
I built another proxmox that I installed on a 240gb SSD.
I built a 2.1TB zfs pool with nothing on it (name="front").
I pointed to the "abc" smb share and chose the backup and tried to restore.
The server drives are 100gb, 300gb, and 800gb
The zst file is 250(ish)gb
My error is this:
restore vma archive: zstd -q -d -c /mnt/pve/abc/dump/vzdump-qemu-105-2023_09_16-16_00_08.vma.zst | vma extract -v -r /var/tmp/vzdumptmp58697.fifo - /var/tmp/vzdumptmp58697
CFG: size: 657 name: qemu-server.conf
DEV: dev_id=1 size: 322122547200 devname: drive-ide0
DEV: dev_id=2 size: 143881404416 devname: drive-ide1
DEV: dev_id=3 size: 858993459200 devname: drive-ide3
CTIME: Sat Sep 16 16:00:08 2023
new volume ID is 'front:vm-105-disk-0'
new volume ID is 'front:vm-105-disk-1'
temporary volume 'front:vm-105-disk-1' sucessfuly removed
temporary volume 'front:vm-105-disk-0' sucessfuly removed
no lock found trying to remove 'create' lock
error before or during data restore, some or all disks were not completely restored. VM 105 state is NOT cleaned up.
TASK ERROR: command 'set -o pipefail && zstd -q -d -c /mnt/pve/abc/dump/vzdump-qemu-105-2023_09_16-16_00_08.vma.zst | vma extract -v -r /var/tmp/vzdumptmp58697.fifo - /var/tmp/vzdumptmp58697' failed: zfs error: cannot create 'front/vm-105-disk-2': out of space
Thinking that my /var/tmp folder is too small, I mounted a 3tb drive to the /var/tmp folder and it still fails.
BTW- it fails instantly, within 2-3 seconds.
What am I missing?
There are other, smaller VMs being backed up and I can restore those without problems, each of them are 200-300 gb each. Same "abc" location"
Source:
VM has 3 drives backed up to an SMB share (called "abc" )
I built another proxmox that I installed on a 240gb SSD.
I built a 2.1TB zfs pool with nothing on it (name="front").
I pointed to the "abc" smb share and chose the backup and tried to restore.
The server drives are 100gb, 300gb, and 800gb
The zst file is 250(ish)gb
My error is this:
restore vma archive: zstd -q -d -c /mnt/pve/abc/dump/vzdump-qemu-105-2023_09_16-16_00_08.vma.zst | vma extract -v -r /var/tmp/vzdumptmp58697.fifo - /var/tmp/vzdumptmp58697
CFG: size: 657 name: qemu-server.conf
DEV: dev_id=1 size: 322122547200 devname: drive-ide0
DEV: dev_id=2 size: 143881404416 devname: drive-ide1
DEV: dev_id=3 size: 858993459200 devname: drive-ide3
CTIME: Sat Sep 16 16:00:08 2023
new volume ID is 'front:vm-105-disk-0'
new volume ID is 'front:vm-105-disk-1'
temporary volume 'front:vm-105-disk-1' sucessfuly removed
temporary volume 'front:vm-105-disk-0' sucessfuly removed
no lock found trying to remove 'create' lock
error before or during data restore, some or all disks were not completely restored. VM 105 state is NOT cleaned up.
TASK ERROR: command 'set -o pipefail && zstd -q -d -c /mnt/pve/abc/dump/vzdump-qemu-105-2023_09_16-16_00_08.vma.zst | vma extract -v -r /var/tmp/vzdumptmp58697.fifo - /var/tmp/vzdumptmp58697' failed: zfs error: cannot create 'front/vm-105-disk-2': out of space
Thinking that my /var/tmp folder is too small, I mounted a 3tb drive to the /var/tmp folder and it still fails.
BTW- it fails instantly, within 2-3 seconds.
What am I missing?
There are other, smaller VMs being backed up and I can restore those without problems, each of them are 200-300 gb each. Same "abc" location"
Last edited: