I mounted an volume over sshfs, but when I try to create an datastore on this mount I receive permission denied error.
root@pbs:~# proxmox-backup-manager datastore create sshfs /mnt/pbs/SERVERS
Error: EACCES: Permission denied
It is supported datastore on sshfs mount?
sshfs -p 1234 user@x.x.x.x:/pbs /mnt/pbs -o default_permissions,reconnect,nonempty,allow_other,identityfile=/root/.ssh/id_rsa
root@pbs:~# proxmox-backup-manager datastore create sshfs /mnt/pbs/SERVERS
Error: EACCES: Permission denied
It is supported datastore on sshfs mount?