Hi,
we are using CephFS on a 3-node proxmox cluster. We have mounted the CephFS to /home on several different Debian clients.
All Debian clients (server) see the files of the other Debian clients in the cephfs mount (/home).
It happens that client XY has services on Debian client 1 and Debian client 2. Example:
/home/customerXY/service123 (on Debian Client 1)
/home/customerXY/service234 on (Debian Client 2)
If I now set the permissions for /home/customerXY to user customerXY on Debian Client 1, Debian Client 2 will no longer have access with the customerXY user, because of course they have different user IDs in their Debian environment.
How could you work around this problem? Can CephFS be configured so that each Debian client (server) can see the CephFS mounted to /home but not the folders/files of the other Debian clients (servers)?
we are using CephFS on a 3-node proxmox cluster. We have mounted the CephFS to /home on several different Debian clients.
All Debian clients (server) see the files of the other Debian clients in the cephfs mount (/home).
It happens that client XY has services on Debian client 1 and Debian client 2. Example:
/home/customerXY/service123 (on Debian Client 1)
/home/customerXY/service234 on (Debian Client 2)
If I now set the permissions for /home/customerXY to user customerXY on Debian Client 1, Debian Client 2 will no longer have access with the customerXY user, because of course they have different user IDs in their Debian environment.
How could you work around this problem? Can CephFS be configured so that each Debian client (server) can see the CephFS mounted to /home but not the folders/files of the other Debian clients (servers)?