Backup of lxc container failed

dah

New Member
Mar 26, 2023
11
1
3
Hi,
Ich habe eine Proxmox VE 8.0.4 mit Backup-Server 2.3-3.
Der Backup Server ist eine VM, die auf der PVE läuft und diese hat mein NAS via NFS als backup location gemounted.

Die Backups laufen eigentlich wunderbar, aber seit einiger Zeit macht ein lxc container Probleme auf dem ich nextcloud am laufen habe (CTnextcloud).
An den container reiche ich eine SSD, die im PVE server steckt, durch (/nextcloudSSD). Das Ganze lief wunderbar für ca. ein halbes Jahr und jetzt bekomme ich die folgende Fehlermeldung, die mir rein garnichts sagt:


Code:
NFO: Starting Backup of VM 104 (lxc)
INFO: Backup started at 2024-02-16 00:00:14
INFO: status = running
INFO: CT Name: CTnextcloud
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/nextcloudSSD') 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: CTnextcloud
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/nextcloudSSD') in backup
INFO: starting first sync /proc/3745/root/ to /var/tmp/vzdumptmp3885263_104
ERROR: Backup of VM 104 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/3745/root//./ /proc/3745/root//./nextcloudSSD /var/tmp/vzdumptmp3885263_104' failed: exit code 11
INFO: Failed at 2024-02-16 00:09:05


Kann mir jemand weiter helfen?
(Ein Reboot hilft nicht)

Vielen Dank!
 
Hi,
gibt es in /var/tmp genug freien Speicher?
 
ändere in der Datei ... die Zeile ... und setze als Ziel /tmp

nano /etc/vzdump.conf
Kommentar entfernen und eintragen: /tmp
 
ändere in der Datei ... die Zeile ... und setze als Ziel /tmp

nano /etc/vzdump.conf
Kommentar entfernen und eintragen: /tmp
Falls es am Speicherplatz liegt, hilft das nur, wenn in /tmp genug freier Speicher ist. Und in einer Default-Installation liegen /tmp und /var/tmp auf dem gleichen Dateisystem.
 
Vielen Dank für die Antworten.
in /tmp sind noch ca. 20GB frei. /nextcloud ist derzeit 39GB gross und wachsend (es ist eine 1TB SSD).
Wieso wird das überhaupt nach /tmp ge-rsynced?
Dann müsste ich ja eine gleich grosse SSD für tmp haben um das backup überhaupt durchzführen.
Geht das nicht irgendwie anders?
 
Vielen Dank für die Antworten.
in /tmp sind noch ca. 20GB frei. /nextcloud ist derzeit 39GB gross und wachsend (es ist eine 1TB SSD).
Wieso wird das überhaupt nach /tmp ge-rsynced?
Weil die Storage keine Snapshots unterstützt
Code:
INFO: mode failure - some volumes do not support snapshots
INFO: trying 'suspend' mode instead
und sonst nicht sichergestellt werden kann, dass das FIlesystem in einem konsistenten Zustand ist.
Dann müsste ich ja eine gleich grosse SSD für tmp haben um das backup überhaupt durchzführen.
Geht das nicht irgendwie anders?
Ja, mit stop modus (dann ist halt die Downtime länger) oder eine Storage benutzen, die Snapshots unterstützt: https://pve.proxmox.com/pve-docs/chapter-pvesm.html#_storage_types
 
  • Like
Reactions: Falk R.
ah ok ... stop sollte es beheben ... der container darf nachts gerne mal stoppen ...
Danke!
 
Last edited:

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!