Hello there,
We are trying to connect our PBS to a single proxmox node. We followed the following manual: https://pbs.proxmox.com/docs/pve-integration.html
When entering the following command on the proxmox node:
We get the following result:
With the following command:
returns:
When running on the PBS the following command:
It returns:
Since we have given the node2_usr@pbs user full admin rights for testing. Also we tried the same with the local root user of the PBS with the same results.
Node2 as well as the PBS are up-to-date.
Any ideas?
Thank you very much!
We are trying to connect our PBS to a single proxmox node. We followed the following manual: https://pbs.proxmox.com/docs/pve-integration.html
When entering the following command on the proxmox node:
Bash:
pvesm add pbs backups --server 10.*.*.*8 --datastore backups --username node2_usr@pbs --password ************ --fingerprint 94:04:08********2f:8e
We get the following result:
Code:
create storage failed: error during cfs-locked 'file-storage_cfg' operation: backups: error fetching datastores - 401 Unauthorized
With the following command:
Bash:
proxmox-backup-client list --repository 'node2_usr@pbs!node2_access@****:8007:backups'
Code:
Error: permission check failed
When running on the PBS the following command:
Bash:
proxmox-backup-manager user permissions node2_usr@pbs --path /datastore/backups
Code:
Privileges with (*) have the propagate flag set
Path: /datastore/backups
- Datastore.Allocate (*)
- Datastore.Audit (*)
- Datastore.Backup (*)
- Datastore.Modify (*)
- Datastore.Prune (*)
- Datastore.Read (*)
- Datastore.Verify (*)
- Permissions.Modify (*)
- Remote.Audit (*)
- Remote.Modify (*)
- Remote.Read (*)
- Sys.Audit (*)
- Sys.Console (*)
- Sys.Modify (*)
- Sys.PowerManagement (*)
Node2 as well as the PBS are up-to-date.
Any ideas?
Thank you very much!