Backups keeps erroring saying they are full when they aren't

Shriek0517

New Member
Feb 20, 2024
8
0
1
I have backups running to a Samba storage with 2 TB of space left and they were working fine until recently i get an out of space warning. Has anyone come accross this before


INFO: 95% (95.0 GiB of 100.0 GiB) in 15m 20s, read: 244.7 MiB/s, write: 219.0 MiB/s
INFO: 96% (96.2 GiB of 100.0 GiB) in 15m 24s, read: 312.7 MiB/s, write: 300.2 MiB/s
INFO: 97% (97.1 GiB of 100.0 GiB) in 15m 27s, read: 293.6 MiB/s, write: 291.2 MiB/s
INFO: 98% (98.1 GiB of 100.0 GiB) in 15m 31s, read: 258.2 MiB/s, write: 252.0 MiB/s
INFO: 99% (99.0 GiB of 100.0 GiB) in 15m 35s, read: 233.0 MiB/s, write: 232.2 MiB/s
zstd: /*stdout*\: No space left on device
INFO: 100% (100.0 GiB of 100.0 GiB) in 15m 39s, read: 251.3 MiB/s, write: 190.2 MiB/s
INFO: backup is sparse: 9.56 GiB (9%) total zero data
INFO: transferred 100.00 GiB in 939 seconds (109.1 MiB/s)
ERROR: Backup of VM 101 failed - zstd --threads=1 failed - wrong exit status 1
INFO: Failed at 2024-12-08 16:27:09
INFO: Backup job finished with errors
 
You are 100% sure that the samba share is working and correctly mounted? The most common reason for this problem is that the share has become not-mounted and backups are being written to the mount directory on the rootfs.
 
Is there an easy way to check that? When i log on to the samba from windows i can see the backup files so been assuming it's mounted correctly
 
Ok, but are those the _current_ backups? Or some old ones?

I dunno, maybe log into PVE and type "df -h" to see what's mounted and how much is used. This is basic Linux admin stuff, nothing really to do with PVE at all. There are many, many guides and videos you could look up.