[SOLVED] Restore container faild, no space left on device

seppele

New Member
Mar 1, 2024
21
1
3
Hi,
because no one in German forum could help me fix the problem i try my luck here.

Im on Proxmox 8.3
5 Linux Container Runnning

Diskspace:
local = 100GB
local-lvm = 900GB
NFS-Storage =2 TB (Synology for Backups)

My Problem:
I got an backup from an actual running machine and want to set it up temporarily in a container to extract datas, then it can be delete.
I cant get the Backup running, allways get the Message "no space left on device"
The Backup File has 4GB and extracted around 32 GB.
I have 80GB free Space on Root and only 16GB on lvm (were ist the rest ~800GB)

Only 10% of the local-lvm is used out of the containers but the hole disk is occupied from the system.
I think its a problem of deleting Vms and CTs and the spcae is not released after remocing the machines.

Can someone help me find the problem or give me a hint to clean the mess up?

Here some Infos of the PVE:

1738752985605.png

thx for help
 
please post

- storage.cfg
- full restore task log (you can trim the progress part, but please not the rest!)
- config from the backup
 
hi!

I dont know why but now it works, i created a CT to test if i can still creat containers and after that i can restore the backup.

THX!!

storage.cfg
Code:
root@pve:/etc/pve# cat storage.cfg
dir: local
        path /var/lib/vz
        content backup,iso,vztmpl

lvmthin: local-lvm
        thinpool data
        vgname pve
        content rootdir,images

nfs: NFS-Backup-Syno
        export /volume1/Share
        path /mnt/pve/NFS-Backup-Syno
        server 192.168.1.105
        content vztmpl,images,rootdir,backup,snippets,iso
        prune-backups keep-all=1


Backup Config:
Code:
()
#iobroker
#http%3A//192.168.1.41%3A8081
#
#influx
#http%3A//192.168.1.41%3A8086
#
#granfana
#http%3A//192.168.1.41%3A3000
arch: amd64
cores: 2
features: nesting=1
hostname: ct-SmartHome
memory: 3072
net0: name=eth2,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:D7:A6:78,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: local-lvm:vm-102-disk-0,size=31G
swap: 2048
unprivileged: 1


Restor-Backup-Task:
1739202181682.png

Code:
()
recovering backed-up configuration from 'NFS-Backup-Syno:backup/vzdump-lxc-102-2024_12_01-00_00_46.tar.zst'
  Logical volume "vm-107-disk-0" created.
Creating filesystem with 8126464 4k blocks and 2031616 inodes
Filesystem UUID: a45e1800-0143-434a-92c3-522927513778
Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
    4096000, 7962624
restoring 'NFS-Backup-Syno:backup/vzdump-lxc-102-2024_12_01-00_00_46.tar.zst' now..
extracting archive '/mnt/pve/NFS-Backup-Syno/dump/vzdump-lxc-102-2024_12_01-00_00_46.tar.zst'
Total bytes read: 27828725760 (26GiB, 633MiB/s)
merging backed-up and given configuration..
TASK OK
 
you probably selected the wrong target storage ..