LXC Backup auf Synology NAS schlägt fehl unter VE 7.1

Megaron

Member
Dec 19, 2020
18
2
8
Beim Backupversuch bestehende Container auf das Synology NAS zu sichern wird mit folgender Fehlermeldung abgebrochen
Code:
INFO: starting new backup job: vzdump 400 --mode snapshot --node proxmox-2 --storage Synology_DataStation --compress zstd --remove 0
INFO: Starting Backup of VM 400 (lxc)
INFO: Backup started at 2022-01-23 10:58:35
INFO: status = running
INFO: CT Name: Grafana
INFO: including mount point rootfs ('/') in backup
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: create storage snapshot 'vzdump'
  Logical volume "snap_vm-400-disk-0_vzdump" created.
INFO: creating vzdump archive '/mnt/pve/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tar.zst'
INFO: tar: /mnt/pve/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tmp: Cannot open: Permission denied
INFO: tar: Error is not recoverable: exiting now
INFO: cleanup temporary 'vzdump' snapshot
  Logical volume "snap_vm-400-disk-0_vzdump" successfully removed
ERROR: Backup of VM 400 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=/mnt/pve/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tmp' ./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/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tar.dat' failed: exit code 2
INFO: Failed at 2022-01-23 10:58:36
INFO: Backup job finished with errors
TASK ERROR: job errors
Seltsamerweise wird das Backup bei VM durchgeführt. Unter VE 6.4 funktioniert das Backup problemlos.
Das NAS habe ich über NFS eingebunden. Die Container sind unpriviligiert.
 
Last edited:
Hab das Problem selbst gelöst.

Editieren von vzdump.conf (../etc/):
# vzdump default settings
#tmpdir: DIR
tmpdir: /tmp

hat das Problem gelöst.
 
  • Like
Reactions: rolandmade
Hatte genau in das gleiche Problem (auch beim influx/grafana lxc), scheint aber mit den 'unprivileged' Containern zusammenzuhängen. Bei 'privileged' Containern funktioniert es nämlich. Es scheint nur um den .tmp Ordner zu gehen. Die Fehlerlogs (.log) werden nämlich auf den NFS mount geschrieben.
 
Hatte das Problem auch. Mit dem Backup mode "Snapshot" wird ja im laufenden Betrieb eine temporäre Kopie des Containers gemacht:
Gemäss Wiki:
"This mode uses the snapshotting facilities of the underlying storage. First, the container will be suspended to ensure data consistency. A temporary snapshot of the container’s volumes will be made and the snapshot content will be archived in a tar file. Finally, the temporary snapshot is deleted again."

Welchen Storage Type verwendest du für den LXC?

Es könnte auch sein, dass die Synology ein Rechte Problem hat, in deinem Log steht was von "Cannot open":
INFO: tar: /mnt/pve/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tmp: Cannot open: Permission denied

Jedenfalls hab ich den Backup mode nun einfach auf "stop" umgeschaltet. Damit klappts auch, da keine tmp Dateien auf die Synology geschrieben werden. Dafür ist der LXC ein paar Minuten down.
 
das problem ist dass das backup aus sicht des containers erfolgt - d.h. der root user des containers muss auf das backupziel schreiben koennen. bei unprivilegierten containern ist das standardmaessig der host user '100000', nicht '0'. bei suspend backup besteht ein aehnliches problem, nur betrifft es dort die 'tmpdir' wo mit rsync 2x die container daten hinkopiert werden.
 
  • Like
Reactions: rolandmade

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!