Pbs no folder found

frankz

Well-Known Member
Nov 16, 2020
413
26
48
Sto leggendo questo messaggio sul backup in esecuzione:
INFO: include disk 'scsi0' 'CT500MX:vm-105-disk-1' 60G
INFO: include disk 'scsi1' 'CT500MX:vm-105-disk-2' 100G
INFO: include disk 'efidisk0' 'CT500MX:vm-105-disk-0' 1M
INFO: include disk 'tpmstate0' 'CT500MX:vm-105-disk-3' 4M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/105/2025-04-23T19:07:42Z'
INFO: attaching TPM drive to QEMU for backup
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: VM 105 qmp command 'backup' failed - backup connect failed: command error: unable to read "/mnt/datastore/EVO/vm/105/owner" - No such file or directory (os error 2)
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 105 failed - VM 105 qmp command 'backup' failed - backup connect failed: command error: unable to read "/mnt/datastore/EVO/vm/105/owner" - No such file or directory (os error 2)
INFO: Failed at 2025-04-23 21:07:42
INFO: Backup job finished with errors
INFO: notified via target `mail-to-root`
TASK ERROR: job errors
 
does the "/mnt/datastore/EVO/vm/105/" directory exist? if so, is it completely empty? if the answer is yes to both, remove the empty directory ("rmdir /mnt/datastore/EVO/vm/105/") and try again..
 
  • Like
Reactions: frankz
does the "/mnt/datastore/EVO/vm/105/" directory exist? if so, is it completely empty? if the answer is yes to both, remove the empty directory ("rmdir /mnt/datastore/EVO/vm/105/") and try again..
thank you fabian , from shell I'm verified if the vm directory exist and exist but the pbs not listing that vm .... . I'm delete from bash this folder an backup run now correctly .
 
does the "/mnt/datastore/EVO/vm/105/" directory exist? if so, is it completely empty? if the answer is yes to both, remove the empty directory ("rmdir /mnt/datastore/EVO/vm/105/") and try again..
Fabian I noticed that deleting a vm or ct from the cluster from an error that the directory is not empty. From pbs in the list of vm the 126 disappeared, but in the directory from shell the notes file remained..

Code:
root@pbs:/mnt/datastore/EVO/ct# cd 126
root@pbs:/mnt/datastore/EVO/ct/126# ls -l
total 1
-rw-r--r-- 1 backup backup 7 Sep 25  2022 notes
root@pbs:/mnt/datastore/EVO/ct/126#

Another example:




Code:
root@pbs:/mnt/datastore/EVO/vm# cd 127
root@pbs:/mnt/datastore/EVO/vm/127# ls
notes
root@pbs:/mnt/datastore/EVO/vm/127#

Screenshot 2025-04-25 alle 07.17.08.png
 
Last edited: