Greetings Proxmoxians
I've just deployed a PBS server with a single ZFS datastore (zbackup in the backup log below) and cannot seem to figure out why backup tests are failing with these permission errors.
The PVE cluster is authenticated against PBS with a user eeboo@pbs who has
Backup job errors seen from running backup on Proxmox VE host
Have I missed something here?
Any other informations I can provide to help figure this out?
Thanks!!!
I've just deployed a PBS server with a single ZFS datastore (zbackup in the backup log below) and cannot seem to figure out why backup tests are failing with these permission errors.
The PVE cluster is authenticated against PBS with a user eeboo@pbs who has
Admin
permissions at /
and also /datastore/zbackup
proxmox-backup-manager acl list
Bash:
┌───────────┬────────────────────┬───────────┬────────┐
│ ugid │ path │ propagate │ roleid │
╞═══════════╪════════════════════╪═══════════╪════════╡
│ eeboo@pbs │ / │ 1 │ Admin │
├───────────┼────────────────────┼───────────┼────────┤
│ eeboo@pbs │ /datastore/zbackup │ 1 │ Admin │
└───────────┴────────────────────┴───────────┴────────┘
ls -alh /mnt/datastore/zbackup/
Bash:
total 12M
drwxr-xr-x 3 backup backup 4 Dec 20 10:31 .
drwxr-xr-x 3 root root 3 Dec 18 10:44 ..
drwxr-x--- 65538 backup backup 65K Dec 18 10:44 .chunks
-rw-r--r-- 1 backup backup 0 Dec 18 10:44 .lock
Backup job errors seen from running backup on Proxmox VE host
Bash:
INFO: starting new backup job: vzdump 101 --remove 0 --mode snapshot --node pxn13 --storage pbs-zbackup
INFO: Starting Backup of VM 101 (qemu)
INFO: Backup started at 2020-12-20 10:19:24
INFO: status = running
INFO: VM Name: pvr.int.eeboo.io
INFO: include disk 'scsi0' 'nfs-vmshare:101/vm-101-disk-0.qcow2' 43212M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: snapshots found (not included into backup)
INFO: creating Proxmox Backup Server archive 'vm/101/2020-12-20T15:19:24Z'
INFO: skipping guest-agent 'fs-freeze', agent configured but not running?
INFO: enabling encryption
ERROR: VM 101 qmp command 'backup' failed - backup connect failed: command error: unable to create backup group "/mnt/datastore/zbackup/vm/101" - Permission denied (os error 13)
INFO: aborting backup job
ERROR: Backup of VM 101 failed - VM 101 qmp command 'backup' failed - backup connect failed: command error: unable to create backup group "/mnt/datastore/zbackup/vm/101" - Permission denied (os error 13)
INFO: Failed at 2020-12-20 10:19:27
INFO: Backup job finished with errors
TASK ERROR: job errors
Have I missed something here?
Any other informations I can provide to help figure this out?
Thanks!!!