Hi, I'm trying to run vzdump snapshot backups of my centos 7 lxc containers to a local ZFS raid 1 storage. The LXC containers run on CEPH bluestore.
BTW: I've also tried this to a shared NFS storage and a local LVM storage.
The backup of some containers hangs until I manually stop it. I think only the bigger (200GB+) containers have this problem.
One side effect is that I can't do shutdowns / reboots from within a Centos 7 container that live on a proxmox host that had this problem. The weird thing is, that ubuntu and debian containers don't seem to have these problems.
What can I try next?
The full log:
This backup is stopped after a few hours, but I've also tried to let them runs for several days.
BTW: I've also tried this to a shared NFS storage and a local LVM storage.
The backup of some containers hangs until I manually stop it. I think only the bigger (200GB+) containers have this problem.
One side effect is that I can't do shutdowns / reboots from within a Centos 7 container that live on a proxmox host that had this problem. The weird thing is, that ubuntu and debian containers don't seem to have these problems.
What can I try next?
The full log:
Code:
vzdump 137 --mode snapshot --remove 0 --node node003 --compress lzo --storage local --mailto ***@***.nl
137: 2018-10-22 12:07:31 INFO: Starting Backup of VM 137 (lxc)
137: 2018-10-22 12:07:31 INFO: status = running
137: 2018-10-22 12:07:31 INFO: CT Name: ***
137: 2018-10-22 12:07:31 INFO: backup mode: snapshot
137: 2018-10-22 12:07:31 INFO: ionice priority: 7
137: 2018-10-22 12:07:31 INFO: create storage snapshot 'vzdump'
137: 2018-10-22 12:07:34 INFO: creating archive '/var/lib/vz/dump/vzdump-lxc-137-2018_10_22-12_07_31.tar.lzo'
137: 2018-10-22 15:23:04 INFO: remove vzdump snapshot
137: 2018-10-22 15:23:05 ERROR: Backup of VM 137 failed - command 'set -o pipefail && 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/vzdumptmp2179734' ./etc/vzdump/pct.conf '--directory=/mnt/vzsnap0' --no-anchored '--exclude=lost+found' --anchored '--exclude=./tmp/?*' '--exclude=./var/tmp/?*' '--exclude=./var/run/?*.pid' ./ | lzop >/var/lib/vz/dump/vzdump-lxc-137-2018_10_22-12_07_31.tar.dat' failed: interrupted by signal
This backup is stopped after a few hours, but I've also tried to let them runs for several days.