[SOLVED] backup owner check failed

itNGO

Famous Member
Jun 12, 2020
994
299
108
47
Germany
it-ngo.com
Hi,
I know that when backup exists in Datastore with different User this error is normal.
But what if the backup store does not have any Backup with this ID and still gives this error?

There where Backups with wrong owner, which have been removed.
Is some sort of cleanup-job needed for this?

()


INFO: starting new backup job: vzdump 255192011 --mode snapshot --node RZB-BPVE1 --storage PBS-RZB-BPVE --remove 0
INFO: Starting Backup of VM 255192011 (qemu)
INFO: Backup started at 2021-12-08 13:53:44
INFO: status = running
INFO: VM Name: RZ-SUS.internet.pc-soft.info
INFO: include disk 'scsi0' 'BPVE_SSD:vm-255192011-disk-1' 100G
INFO: include disk 'scsi2' 'BPVE_SSD:vm-255192011-disk-2' 25G
INFO: include disk 'efidisk0' 'BPVE_SSD:vm-255192011-disk-0' 128K
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/255192011/2021-12-08T12:53:44Z'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: VM 255192011 qmp command 'backup' failed - backup connect failed: command error: backup owner check failed (RZB-BPVE@pbs != root@pam)
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 255192011 failed - VM 255192011 qmp command 'backup' failed - backup connect failed: command error: backup owner check failed (RZB-BPVE@pbs != root@pam)
INFO: Failed at 2021-12-08 13:53:45
INFO: Backup job finished with errors

TASK ERROR: job errors
 
  • Like
Reactions: aasami
yes, groups with no snapshots in it also can have an owner (sadly you cannot really see that on the web ui, but we'll fix that in the future)

for now you can either change the owner with
Code:
proxmox-backup-client change-owner <group> <new-owner>

or you change the 'owner' file in the groups directory: <datastore-path>/<group-type>/<group>/owner
 
  • Like
Reactions: aasami and itNGO