I have a Proxmox 7.1-7 cluster with two nodes with a number of CTs and no VMs. Hosts communicate through a VLAN. Guests communicate through a second VLAN. I have configured a PBS 2.1-2 server that communicates with the hosts through the first VLAN. All servers have ext4 (no ZFS, no Cepth). I have configured a local datastore and made it accessible from the PVE hosts.
Backups of LXC with FUSE active fail to backup whereas those without FUSE succeed. So I did a test:
Questions:
P.S. Error log so that you don't have to open the attached files:
Backups of LXC with FUSE active fail to backup whereas those without FUSE succeed. So I did a test:
- Create an empty LXC (hostname: test) based on Proxmox's Debian 11 template (same as all the others).
- Configure locales, APT mirror and update packages. Reboot.
- Back it up (storage: pbs1, mode: suspend, compression dropdown is disabled): worked fine. [1]
- Shutdown LXC, activate Options: Features: FUSE, start container.
- Back it up (same options): worked fine [2]
- apt install gnupg fuse squashfuse snapd
- Shut down container. Start container.
- Back it up (same options): worked fine [3]
- snap install core: error (cannot reload udev rules). [4] https://bugs.launchpad.net/snapd/+bug/1712808
- snap install core: installed fine.
- snap install --classic certbot: installed fine.
- Back it up (same options): error code 23 [5]
- Back it up (storage: local): error code 23 (as expected) [6]
- Shut down container.
- Back it up (storage: local): worked fine [7]
- Back it up (storage: pbs1): worked fine [8]
- Start container
- Back it up (storage: pbx1): error code 23 [9]
- Back it up (storage: local): error code 23 [10]
Questions:
- Could someone please try this and see if the same happens?
- Could someone please try this in snapshot mode (ZFS, Ceph,...) and see if the same happens?
- Could someone please provide feedback regarding how to deal with FUSE being use making backups fail?
P.S. Error log so that you don't have to open the attached files:
Code:
INFO: starting new backup job: vzdump 114 --storage local --node proxmox1 --compress zstd --mode suspend --remove 0
INFO: Starting Backup of VM 114 (lxc)
INFO: Backup started at 2021-12-20 18:40:07
INFO: status = running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: test
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/694746/root/ to /var/lib/vz/dump/vzdump-lxc-114-2021_12_20-18_40_07.tmp
ERROR: Backup of VM 114 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/694746/root//./ /var/lib/vz/dump/vzdump-lxc-114-2021_12_20-18_40_07.tmp' failed: exit code 23
INFO: Failed at 2021-12-20 18:40:10
INFO: Backup job finished with errors
TASK ERROR: job errors
Attachments
-
1_backup_no_fuse.txt2.1 KB · Views: 4
-
2_backup_fuse_active.txt2.1 KB · Views: 1
-
3_backup_fuse_active_snap_installed.txt2.1 KB · Views: 1
-
4_snap_install_core_error.txt202 bytes · Views: 3
-
5_snap_installed_backup_error.txt792 bytes · Views: 1
-
6_snap_installed_backup_local_error.txt863 bytes · Views: 1
-
7. snap_installed_lxc_shutdown_backup.txt863 bytes · Views: 0
-
8_snap_installed_lxc_shutdown_backup_pbs1.txt1.7 KB · Views: 2
-
9_snap_installed_lxc_start_backup_pbs1.txt792 bytes · Views: 0
-
10_snap_installed_lxc_started_backup_local.txt863 bytes · Views: 1