I have to lxc's that I cannot backup any more. It may have started happening after a recent minor upgrade to proxmox, but I'm not sure.
If I start a backup, I see:
When I stop the job from the GUI, I get:
I can make a manual rbd snapshot and I can also make an lxc snapshot with
/var/log/vzdump/lxc-106.log contains the same info:
Proxmox details:
# pveversion
pve-manager/6.3-4/0a38c56f (running kernel: 5.4.98-1-pve)
All backups work fine, except two containers, of which this is one.
If I start a backup, I see:
Code:
INFO: starting new backup job: vzdump 106 --storage cephfs --remove 0 --mode snapshot --node FT1-NodeA --compress zstd
INFO: filesystem type on dumpdir is 'ceph' -using /var/tmp/vzdumptmp3695676_106 for temporary files
INFO: Starting Backup of VM 106 (lxc)
INFO: Backup started at 2021-04-21 15:46:32
INFO: status = running
INFO: CT Name: signup
INFO: including mount point rootfs ('/') in backup
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: create storage snapshot 'vzdump'
/dev/rbd16
INFO: creating vzdump archive '/mnt/pve/cephfs/dump/vzdump-lxc-106-2021_04_21-15_46_32.tar.zst'
When I stop the job from the GUI, I get:
Code:
INFO: cleanup temporary 'vzdump' snapshot
Removing snap: 100% complete...done.
ERROR: Backup of VM 106 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=/var/tmp/vzdumptmp3695676_106' ./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/cephfs/dump/vzdump-lxc-106-2021_04_21-15_46_32.tar.dat' failed: interrupted by signal
INFO: Failed at 2021-04-21 15:47:23
INFO: Backup job finished with errors
TASK ERROR: job errors
I can make a manual rbd snapshot and I can also make an lxc snapshot with
pct snapshot
and from the GUI, but the backup seems to get stuck on making the snapshot./var/log/vzdump/lxc-106.log contains the same info:
Code:
2021-04-21 15:46:32 INFO: Starting Backup of VM 106 (lxc)
2021-04-21 15:46:32 INFO: status = running
2021-04-21 15:46:32 INFO: CT Name: signup
2021-04-21 15:46:32 INFO: including mount point rootfs ('/') in backup
2021-04-21 15:46:32 INFO: backup mode: snapshot
2021-04-21 15:46:32 INFO: ionice priority: 7
2021-04-21 15:46:32 INFO: create storage snapshot 'vzdump'
2021-04-21 15:46:35 INFO: creating vzdump archive '/mnt/pve/cephfs/dump/vzdump-lxc-106-2021_04_21-15_46_32.tar.zst'
2021-04-21 15:47:22 INFO: cleanup temporary 'vzdump' snapshot
2021-04-21 15:47:23 ERROR: Backup of VM 106 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=/var/tmp/vzdumptmp3695676_106' ./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/cephfs/dump/vzdump-lxc-106-2021_04_21-15_46_32.tar.dat' failed: interrupted by signal
Proxmox details:
# pveversion
pve-manager/6.3-4/0a38c56f (running kernel: 5.4.98-1-pve)
All backups work fine, except two containers, of which this is one.
Last edited: