[SOLVED] exit code 23 bei Backup

Justin2266

Member
Dec 27, 2020
49
4
8
22
Ich versuche hier Backups von meinem minecraft LXC Container auf meinen slow-pool zu machen, was geht hier schief?





INFO: starting new backup job: vzdump 100 --compress zstd --storage slow-pool --remove 0 --node yui --mode suspend
INFO: filesystem type on dumpdir is 'zfs' -using /var/tmp/vzdumptmp1802255_100 for temporary files
INFO: Starting Backup of VM 100 (lxc)
INFO: Backup started at 2021-12-17 04:35:03
INFO: status = running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: minecraft
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/2161/root/ to /var/tmp/vzdumptmp1802255_100
ERROR: Backup of VM 100 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/2161/root//./ /var/tmp/vzdumptmp1802255_100' failed: exit code 23
INFO: Failed at 2021-12-17 04:35:53
INFO: Backup job finished with errors
TASK ERROR: job errors
 
ist genug platz in /var/tmp/ für den inhalt vom container?
 
Ich habe Mal bei dem proxmox und bei dem lxc /var/tmp/ mit df -h überprüft aber es scheint genug frei zu sein. Aber wie würde ich da mehr zuweisen ?
 
Also nein es scheint kein Speicher Problem zu sein, wenn ich den Container stoppe dann funktioniert das Backup ja. Nur wenn der Container läuft nicht.
 
Also nein es scheint kein Speicher Problem zu sein, wenn ich den Container stoppe dann funktioniert das Backup ja. Nur wenn der Container läuft nicht.
ok ist irgendwas spezielles im container gemountet? kannst du auch mal die config posten? pct config ID
 
arch: amd64
hostname: minecraft
memory: 16380
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=9A:31:63:92:25:57,ip=dhcp,type=veth
onboot: 1
ostype: ubuntu
rootfs: speed-pool:100/vm-100-disk-1.raw,size=32G
swap: 16380
unprivileged: 1


Ist jetzt denke ich nichts allzu besonderes oder?
 
mhmm.. nein. was ist denn 'speed-pool' für ein storage? kannst du mal die storage config posten? (/etc/pve/storage.cfg)
 
dir: slow-pool
path /slow-pool/data
content images,backup,vztmpl
prune-backups keep-last=12
shared 0

dir: local
disable
path /var/lib/vz
content iso
prune-backups keep-all=1
shared 0

dir: speed-pool
path /rpool/data
content images,iso,rootdir,vztmpl
prune-backups keep-all=1
shared 0
 
i guess that is a zpool ? any reason why not using it as a zpool storage (instead of directory) ? you just would have to create a dataset (zfs create) and then create a storage config as 'zfs' type pointing to that dataset
this way you could make use of snapshots (instead of doing 'suspend' mode backups)

otherwise, you could increase the verbosity of the rsync call like my colleague described here:
https://forum.proxmox.com/threads/l...ync-error-23-after-upgrade-to-pve-7-1.101810/

edit: nochmal auf deutsch (wir sind schließlich im deutschen subforum^^)

ich vermute mal das ist ein zpool? vielleicht wäre es einfacher ein dataset zu erzeugen (zfs create) und einen storage als 'zfs' typ hinzuzufügen.
dann kann das backup im 'snapshot' statt 'suspend' modus laufen.

sonst kann man auch einstellen das das rsync ein bisschen mehr ausgibt, wie mein kollege schrieb:
https://forum.proxmox.com/threads/l...ync-error-23-after-upgrade-to-pve-7-1.101810/
 
Last edited:
Moin zusammen,

ich habe seit Upgrade auf Proxmox 7 das gleiche Problem(gleicher Rsync Error). Zwei meiner sechs LXC Container lassen sich nur noch via Stop-Mode auf mein NFS Share sichern. Die Container Configs unterscheiden sich nicht. Das tempdir /tmp ist in der vzconfig gesetzt. FUSE ist auf allen LXC Containern deaktiviert. Jemand noch eine Idee?
 
i guess that is a zpool ? any reason why not using it as a zpool storage (instead of directory) ? you just would have to create a dataset (zfs create) and then create a storage config as 'zfs' type pointing to that dataset
this way you could make use of snapshots (instead of doing 'suspend' mode backups)

otherwise, you could increase the verbosity of the rsync call like my colleague described here:
https://forum.proxmox.com/threads/l...ync-error-23-after-upgrade-to-pve-7-1.101810/

edit: nochmal auf deutsch (wir sind schließlich im deutschen subforum^^)

ich vermute mal das ist ein zpool? vielleicht wäre es einfacher ein dataset zu erzeugen (zfs create) und einen storage als 'zfs' typ hinzuzufügen.
dann kann das backup im 'snapshot' statt 'suspend' modus laufen.

sonst kann man auch einstellen das das rsync ein bisschen mehr ausgibt, wie mein kollege schrieb:
https://forum.proxmox.com/threads/l...ync-error-23-after-upgrade-to-pve-7-1.101810/
Wie mache ich das mit zfs create dann ?
 
Wie mache ich das mit zfs create dann ?
zb:

Code:
zfs create POOLNAME/DATASETNAME

das legt das dataset mit dem namen 'DATASETNAME' im pool 'POOLNAME' an

dann kann man zb im gui über datacenter -> storage -> add -> ZFS das dataset aussuchen

die volumes müssten dann natürlich verschoben werden (kann man zb mit backup&restore machen oder mit 'move volume' oder 'move disk' im ct/vm resources/hardware panel)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!