Good evening,
One of my CTs suddenly started failing its nightly backups:
In my testing, a Stop-mode backup works fine but Suspend does not. It also makes no difference if I back up to my NFS storage (PBS) or to local storage.
When I run the rsync manually, it completes without issue. For some reason the error seems to appear after the rsync actually finishes.
Here's my
Any help would be appreciated!
Thanks,
Theo
One of my CTs suddenly started failing its nightly backups:
Code:
INFO: starting new backup job: vzdump 105 --remove 0 --compress zstd --mode snapshot --node p-body --storage local
INFO: Starting Backup of VM 105 (lxc)
INFO: Backup started at 2021-08-17 17:52:07
INFO: status = running
INFO: CT Name: postgres
INFO: including mount point rootfs ('/') in backup
INFO: mode failure - some volumes do not support snapshots
INFO: trying 'suspend' mode instead
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: postgres
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/3079981/root/ to /var/lib/vz/dump/vzdump-lxc-105-2021_08_17-17_52_07.tmp
INFO: first sync finished - transferred 9.62G bytes in 276s
INFO: suspending guest
INFO: starting final sync /proc/3079981/root/ to /var/lib/vz/dump/vzdump-lxc-105-2021_08_17-17_52_07.tmp
INFO: resume vm
INFO: guest is online again after 8 seconds
ERROR: Backup of VM 105 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --inplace --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/3079981/root//./ /var/lib/vz/dump/vzdump-lxc-105-2021_08_17-17_52_07.tmp' failed: exit code 23
INFO: Failed at 2021-08-17 17:56:57
INFO: Backup job finished with errors
TASK ERROR: job errors
In my testing, a Stop-mode backup works fine but Suspend does not. It also makes no difference if I back up to my NFS storage (PBS) or to local storage.
When I run the rsync manually, it completes without issue. For some reason the error seems to appear after the rsync actually finishes.
Here's my
pveversion -v
Code:
proxmox-ve: 7.0-2 (running kernel: 5.11.22-3-pve)
pve-manager: 7.0-10 (running version: 7.0-10/d2f465d3)
pve-kernel-5.11: 7.0-6
pve-kernel-helper: 7.0-6
pve-kernel-5.4: 6.4-5
pve-kernel-5.11.22-3-pve: 5.11.22-6
pve-kernel-5.4.128-1-pve: 5.4.128-1
pve-kernel-5.4.124-1-pve: 5.4.124-2
pve-kernel-5.4.78-2-pve: 5.4.78-2
pve-kernel-5.4.73-1-pve: 5.4.73-1
ceph-fuse: 14.2.21-1
corosync: 3.1.2-pve2
criu: 3.15-1+pve-1
glusterfs-client: 9.2-1
ifupdown: residual config
ifupdown2: 3.1.0-1+pmx3
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-1
libknet1: 1.21-pve1
libproxmox-acme-perl: 1.2.0
libproxmox-backup-qemu0: 1.2.0-1
libpve-access-control: 7.0-4
libpve-apiclient-perl: 3.2-1
libpve-common-perl: 7.0-5
libpve-guest-common-perl: 4.0-2
libpve-http-server-perl: 4.0-2
libpve-storage-perl: 7.0-9
libqb0: 1.0.5-1
libspice-server1: 0.14.3-2.1
lvm2: 2.03.11-2.1
lxc-pve: 4.0.9-4
lxcfs: 4.0.8-pve2
novnc-pve: 1.2.0-3
proxmox-backup-client: 2.0.7-1
proxmox-backup-file-restore: 2.0.7-1
proxmox-mini-journalreader: 1.2-1
proxmox-widget-toolkit: 3.3-6
pve-cluster: 7.0-3
pve-container: 4.0-8
pve-docs: 7.0-5
pve-edk2-firmware: 3.20200531-1
pve-firewall: 4.2-2
pve-firmware: 3.2-4
pve-ha-manager: 3.3-1
pve-i18n: 2.4-1
pve-qemu-kvm: 6.0.0-2
pve-xtermjs: 4.12.0-1
qemu-server: 7.0-13
smartmontools: 7.2-pve2
spiceterm: 3.2-2
vncterm: 1.7-1
zfsutils-linux: 2.0.5-pve1
Any help would be appreciated!
Thanks,
Theo