Backup with PBS datastore

Alturing

Renowned Member
Mar 27, 2017
3
0
66
56
Hi,

I make packup vms on PBS datatore, but i have errors when i run job :
ERROR: VM 104 qmp command 'backup' failed - backup connect failed: command error: Input/output error (os error 5)
INFO: aborting backup job
INFO: stopping kvm after backup task
ERROR: Backup of VM 104 failed - VM 104 qmp command 'backup' failed - backup connect failed: command error: Input/output error (os error 5)
INFO: Failed at 2026-06-19 16:25:42
INFO: Backup job finished with errors
INFO: notified via target `mail-to-root`
TASK ERROR: job errors

on PBS, datastore is by a local directory by nfs mount NFS StoreEasy 1660 32TB SAS Storage
 
Last edited:
Hi,

`Input/output error (os error 5)` usually indicates a possible I/O issue somewhere in the storage path.

Since your PBS datastore is on an NFS mount, could you please run the following commands on the PBS server and post the output?

mount | grep nfs
df -h
df -i
dmesg -T | tail -100
journalctl -b -p warning..alert

It may also be worth checking the NFS server logs around the time the backup failed.

Thanks.