I started having this problem during backup of one of my containers, since upgrading to 6.2 from 5.4 last month:
All other container backups on the same task work fine, although also no other container has resources on a network storage.
I found this thread with same error (LXC backup fails with "failed: exit code 23"), but I seem to have a little bit different symptoms (I tried adjusting ACL's anyway and that had no effect).
Using
The container is running a MySQL database, if that makes any difference.
Did something change between major versions that would cause this issue?
Code:
INFO: starting new backup job: vzdump 110 --storage storage_backup --mode snapshot --remove 0 --compress zstd --node pve
INFO: Starting Backup of VM 110 (lxc)
INFO: Backup started at 2020-08-19 10:49:26
INFO: status = running
INFO: CT Name: --
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/database') 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: --
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/database') in backup
INFO: starting first sync /proc/9038/root/ to /zpool/temp/vzdumptmp14972
ERROR: Backup of VM 110 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/9038/root//./ /proc/9038/root//./database /zpool/temp/vzdumptmp14972' failed: exit code 23
INFO: Failed at 2020-08-19 11:00:23
INFO: Backup job finished with errors
TASK ERROR: job errors
Container config:
Storage config:
Code:
# cat /etc/pve/lxc/110.conf
arch: amd64
cores: 4
hostname: --
memory: 8192
mp0: storage_databases:110/vm-110-disk-0.raw,mp=/database,backup=1,mountoptions=noatime,size=50G
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=3A:C7:CB:D8:1C:5D,type=veth
onboot: 1
ostype: centos
rootfs: ssdpool:subvol-110-disk-0,size=6G
startup: order=3
swap: 0
unprivileged: 1
Storage config:
Code:
# cat /etc/pve/storage.cfg
..
nfs: storage_databases
export --
path /mnt/pve/storage_databases
server 192.168.255.1
content rootdir
options vers=4.1
I found this thread with same error (LXC backup fails with "failed: exit code 23"), but I seem to have a little bit different symptoms (I tried adjusting ACL's anyway and that had no effect).
Using
Stop
backup mode works, but I want to avoid using this option.The container is running a MySQL database, if that makes any difference.
Did something change between major versions that would cause this issue?
Last edited: