Hello there,
I just wanted to restore a unprivileged Debian LXC Container and get the following error in the logs:
There are tons of these "Cannot write: No space left on device" error lines. This is a Server that I just installed today. I wanted to restore all my LXC Containers from my old PVE Server. All my other Containers were restored successfully - including another one with Docker. Just this one is not working. I have enough space left on my local-lvm, where this should be restored to. How can I successfully restore this Container?
Best Regards
I just wanted to restore a unprivileged Debian LXC Container and get the following error in the logs:
Code:
recovering backed-up configuration from 'PVE-Backup-NAS:backup/vzdump-lxc-104-2021_05_23-14_25_36.tar.zst'
Logical volume "vm-104-disk-0" created.
Creating filesystem with 15728640 4k blocks and 3932160 inodes
Filesystem UUID: 44a30080-f22f-4ac3-a06d-8b94687efd63
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
Logical volume "vm-104-disk-1" created.
Creating filesystem with 13107200 4k blocks and 3276800 inodes
Filesystem UUID: b0588b3f-511b-4870-aadb-32e5b02cb8da
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
restoring 'PVE-Backup-NAS:backup/vzdump-lxc-104-2021_05_23-14_25_36.tar.zst' now..
extracting archive '/mnt/pve/PVE-Backup-NAS/dump/vzdump-lxc-104-2021_05_23-14_25_36.tar.zst'
tar: ./var/lib/docker/vfs/dir/55ab3cf4b1d68663033e892a856433e12bcf7b3703ed88ff80cc5dc0df858005/usr/local/bin/phpdbg: Cannot write: No space left on device
tar: ./var/lib/docker/vfs/dir/55ab3cf4b1d68663033e892a856433e12bcf7b3703ed88ff80cc5dc0df858005/usr/local/bin/docker-php-ext-enable: Cannot write: No space left on device
tar: ./var/lib/docker/vfs/dir/55ab3cf4b1d68663033e892a856433e12bcf7b3703ed88ff80cc5dc0df858005/usr/local/bin/php: Cannot write: No space left on device
tar: ./var/lib/docker/vfs/dir/55ab3cf4b1d68663033e892a856433e12bcf7b3703ed88ff80cc5dc0df858005/usr/local/bin/pecl: Cannot write: No space left on device
tar: ./var/lib/docker/vfs/dir/55ab3cf4b1d68663033e892a856433e12bcf7b3703ed88ff80cc5dc0df858005/usr/local/bin/phar.phar: Cannot write: No space left on device
tar: ./var/lib/docker/vfs/dir/55ab3cf4b1d68663033e892a856433e12bcf7b3703ed88ff80cc5dc0df858005/usr/local/bin/peardev: Cannot write: No space left on device
There are tons of these "Cannot write: No space left on device" error lines. This is a Server that I just installed today. I wanted to restore all my LXC Containers from my old PVE Server. All my other Containers were restored successfully - including another one with Docker. Just this one is not working. I have enough space left on my local-lvm, where this should be restored to. How can I successfully restore this Container?
Best Regards