My setup has PBS installed on an OMV (OpenMediaVault) server with a separate PVE server, both physical servers.
I can backup CT's using PBS with no problems, however when I try and perform a PBS backup of a VM it fails with the following messages:
INFO: starting new backup job: vzdump 121 --mode snapshot --storage pbs --remove 0 --node pve
INFO: Starting Backup of VM 121 (qemu)
INFO: Backup started at 2021-04-09 09:21:48
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: OPNsense
INFO: include disk 'virtio0' 'local-zfs:vm-121-disk-0' 8G
INFO: include disk 'efidisk0' 'local-zfs:vm-121-disk-1' 1M
INFO: creating Proxmox Backup Server archive 'vm/121/2021-04-09T01:21:48Z'
INFO: starting kvm to execute backup task
ERROR: VM 121 qmp command 'backup' failed - backup register image failed: command error: ENODEV: No such device
INFO: aborting backup job
INFO: stopping kvm after backup task
ERROR: Backup of VM 121 failed - VM 121 qmp command 'backup' failed - backup register image failed: command error: ENODEV: No such device
INFO: Failed at 2021-04-09 09:21:54
INFO: Backup job finished with errors
TASK ERROR: job errors
I can backup the VM with the original PVE backup to the same OMV server on a NFS share.
Both machines are running current software updates.
I have the same error for any of the VM's I have tried this with.
Notes:
Running ZFS file system on my PVE server
Running mergerFS on my OMV server
Observing the target directory on my OMV server during the PBS backup I can see the target folder being created then deleted a few seconds later.
The PBS server (on the OMV machine) is using a folder created on the mergerFS then configured via the PBS gui as a folder based data store.
I suspect that the issue is something to do with the mergerFS (supported by the underlying OMV) however the successful backups of the CT's on the same setup has me doubting this conclusion.
The PBS documentation (section 5.2) mentions potential filesystem constraints and suggests xfs, ext4 or zfs. Are the requirements different between CT's and VM backups?
I can backup CT's using PBS with no problems, however when I try and perform a PBS backup of a VM it fails with the following messages:
INFO: starting new backup job: vzdump 121 --mode snapshot --storage pbs --remove 0 --node pve
INFO: Starting Backup of VM 121 (qemu)
INFO: Backup started at 2021-04-09 09:21:48
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: OPNsense
INFO: include disk 'virtio0' 'local-zfs:vm-121-disk-0' 8G
INFO: include disk 'efidisk0' 'local-zfs:vm-121-disk-1' 1M
INFO: creating Proxmox Backup Server archive 'vm/121/2021-04-09T01:21:48Z'
INFO: starting kvm to execute backup task
ERROR: VM 121 qmp command 'backup' failed - backup register image failed: command error: ENODEV: No such device
INFO: aborting backup job
INFO: stopping kvm after backup task
ERROR: Backup of VM 121 failed - VM 121 qmp command 'backup' failed - backup register image failed: command error: ENODEV: No such device
INFO: Failed at 2021-04-09 09:21:54
INFO: Backup job finished with errors
TASK ERROR: job errors
I can backup the VM with the original PVE backup to the same OMV server on a NFS share.
Both machines are running current software updates.
I have the same error for any of the VM's I have tried this with.
Notes:
Running ZFS file system on my PVE server
Running mergerFS on my OMV server
Observing the target directory on my OMV server during the PBS backup I can see the target folder being created then deleted a few seconds later.
The PBS server (on the OMV machine) is using a folder created on the mergerFS then configured via the PBS gui as a folder based data store.
I suspect that the issue is something to do with the mergerFS (supported by the underlying OMV) however the successful backups of the CT's on the same setup has me doubting this conclusion.
The PBS documentation (section 5.2) mentions potential filesystem constraints and suggests xfs, ext4 or zfs. Are the requirements different between CT's and VM backups?