I have an NFS mount, which I can write to when logged into the console as root and to which a number of VMs can back up to.
However, about half of the VMs fail to back up (although they have previously backed up to the same partition). The failure is about permissions, but that they haven't changed (and I have tried with chmod 777 and still the errors persist). Any pointers, please?
However, about half of the VMs fail to back up (although they have previously backed up to the same partition). The failure is about permissions, but that they haven't changed (and I have tried with chmod 777 and still the errors persist). Any pointers, please?
Code:
INFO: create storage snapshot 'vzdump'
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Logical volume "snap_vm-113-disk-0_vzdump" created.
WARNING: Sum of all thin volume sizes (203.00 GiB) exceeds the size of thin pool pve/data and the amount of free space in volume group (<16.00 GiB).
INFO: creating vzdump archive '/mnt/pve/vm-backups/dump/vzdump-lxc-113-2021_11_02-05_51_19.tar.zst'
INFO: tar: /mnt/pve/vm-backups/dump/vzdump-lxc-113-2021_11_02-05_51_19.tmp: Cannot open: Permission denied
INFO: tar: Error is not recoverable: exiting now
INFO: cleanup temporary 'vzdump' snapshot
Logical volume "snap_vm-113-disk-0_vzdump" successfully removed
ERROR: Backup of VM 113 failed - command 'set -o pipefail && lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- tar cpf - --totals --one-file-system -p --sparse --numeric-owner --acls --xattrs '--xattrs-include=user.*' '--xattrs-include=security.capability' '--warning=no-file-ignored' '--warning=no-xattr-write' --one-file-system '--warning=no-file-ignored' '--directory=/mnt/pve/vm-backups/dump/vzdump-lxc-113-2021_11_02-05_51_19.tmp' ./etc/vzdump/pct.conf ./etc/vzdump/pct.fw '--directory=/mnt/vzsnap0' --no-anchored '--exclude=lost+found' --anchored '--exclude=./tmp/?*' '--exclude=./var/tmp/?*' '--exclude=./var/run/?*.pid' ./ | zstd --rsyncable '--threads=1' >/mnt/pve/vm-backups/dump/vzdump-lxc-113-2021_11_02-05_51_19.tar.dat' failed: exit code 2
INFO: Failed at 2021-11-02 05:51:20
INFO: Backup job finished with errors
TASK ERROR: job errors