Hi there,
I have recently set up a new proxmox machine and one of my first projects is to set up a debian lxc container to use as destination for a backup destination.
My server has two drives, one 256GB SSD (which contains the proxmox installation, the lxc and the vms) and one 4TB HDD. The backed up files will be stored on the HDD, which contains an LVM-thin volume)
This HDD is mounted to the lxc as an additional mount point (mp = /mnt/rust-storage, mountoptions = lazytime; noatime; size=2000G) and the container can read/write correctly onto the volume.
The issue I'm having is that, despite the HDD being empty when I start the copy and the files to be backed up being only ~920GB, the files transfer cuts out because my drives become full and the server gets an io-error. If I delete the target folder (situated on /mnt/rust-storage/backup) and run an fstrim, the space comes back and the io-error disappears.
I'm completely lost as I don't understand how I am running out of space.
Any help?
I have recently set up a new proxmox machine and one of my first projects is to set up a debian lxc container to use as destination for a backup destination.
My server has two drives, one 256GB SSD (which contains the proxmox installation, the lxc and the vms) and one 4TB HDD. The backed up files will be stored on the HDD, which contains an LVM-thin volume)
This HDD is mounted to the lxc as an additional mount point (mp = /mnt/rust-storage, mountoptions = lazytime; noatime; size=2000G) and the container can read/write correctly onto the volume.
The issue I'm having is that, despite the HDD being empty when I start the copy and the files to be backed up being only ~920GB, the files transfer cuts out because my drives become full and the server gets an io-error. If I delete the target folder (situated on /mnt/rust-storage/backup) and run an fstrim, the space comes back and the io-error disappears.
I'm completely lost as I don't understand how I am running out of space.
Any help?