Short form:
Help?
- Backups from old server taken, stored on PBS server.
- New server installed, try to restore containers from PBS.
- Failure!
No space left on device (os error 28)
is clearly wrong. The backup is 25GB (uncompressed), the pool being restored to is an LVM-Thin with 150GB free.
Code:
Proxmox
Virtual Environment 7.4-3
Storage 'pbs' on node 'ripper'
Search:
Logs
()
recovering backed-up configuration from 'pbs:backup/ct/100/2023-05-10T17:18:53Z'
Logical volume "vm-100-disk-0" created.
Creating filesystem with 2621440 4k blocks and 655360 inodes
Filesystem UUID: 85fbba0f-e121-47b8-8748-682570e5075f
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
restoring 'pbs:backup/ct/100/2023-05-10T17:18:53Z' now..
Error: error extracting archive - error at entry "system@4f410ee9deb94f3597e311fd650232e0-00000000001cc7ea-0005f9ddc109aae0.journal": failed to copy file contents: No space left on device (os error 28)
Logical volume "vm-100-disk-0" successfully removed
TASK ERROR: unable to restore CT 100 - command '/usr/bin/proxmox-backup-client restore '--crypt-mode=none' ct/100/2023-05-10T17:18:53Z root.pxar /var/lib/lxc/100/rootfs --allow-existing-dirs --repository root@pam@10.0.0.205:backups' failed: exit code 255
Help?