At a customer we run PBS-4.1.6, patched up to date.
For some years we have a datastore with this mount-point:
That worked. We saw occasional hickups, related to CIFS maybe.
So I decided to try to mount the same share via NFS (Synology NAS gives me access through CIFS and NFS, to the same data ..)
For NFS I had to do some chown-magic, as it doesn't allow to use "uid=,gid=" in fstab. Didn't work, though. Some special char issue ... (I can link to that issue later).
Decided to roll back to fix the datastore for tonight.
And now I don't get access to that datastore anymore.
As far as I understand my mount-options should somehow make chown useless: everything is mapped to user:group 34:34 ...
I rebooted PBS several times, restarted services etc
perms look the same as in another working datastore
Any ideas, anyone??
For some years we have a datastore with this mount-point:
Bash:
//192.168.1.36/BackupProxmoxSSD /mnt/backupssd cifs uid=34,noforceuid,gid=34,noforcegid,credentials=/etc/samba/.creds,defaults 0 0
Code:
datastore: SynologySSD
comment
gc-schedule sat 20:00
notification-mode notification-system
path /mnt/backupssd
That worked. We saw occasional hickups, related to CIFS maybe.
So I decided to try to mount the same share via NFS (Synology NAS gives me access through CIFS and NFS, to the same data ..)
For NFS I had to do some chown-magic, as it doesn't allow to use "uid=,gid=" in fstab. Didn't work, though. Some special char issue ... (I can link to that issue later).
Decided to roll back to fix the datastore for tonight.
And now I don't get access to that datastore anymore.
Code:
Apr 09 17:59:06 pbs proxmox-backup-proxy[649]: GET /api2/json/admin/datastore/SynologySSD/status: 400 Bad Request: [client [::ffff:192.168.1.202]:45438] Permission denied (os error 13)
As far as I understand my mount-options should somehow make chown useless: everything is mapped to user:group 34:34 ...
I rebooted PBS several times, restarted services etc
Code:
# ls -la /mnt/backupssd
total 8
drwxr-xr-x 2 backup backup 0 Apr 4 23:55 .
drwxr-xr-x 7 root root 4096 Apr 9 14:56 ..
drwxr-xr-x 2 backup backup 0 Aug 14 2024 .chunks
drwxr-xr-x 2 backup backup 0 Aug 14 2024 ct
-rwxr-xr-x 1 backup backup 384 Apr 4 23:55 .gc-status
-rwxr-xr-x 1 backup backup 0 Aug 14 2024 .lock
drwxr-xr-x 2 backup backup 0 Mar 23 11:51 vm
perms look the same as in another working datastore
Any ideas, anyone??