[ceph-users] Re: CephFS user mapping

2020-10-06 Thread Robert Sander
Hi, On 06.10.20 12:48, René Bartsch wrote: > is there any documentation about mapping usernames, user-ids, > groupnames and group-ids between hosts sharing the same CephFS storage? CephFS is only recording the numeric user ID and group ID in the directory entry. It is up to the client to map tha

[ceph-users] Re: CephFS user mapping

2020-10-06 Thread thoralf schulze
hi rene, On 10/6/20 12:48 PM, René Bartsch wrote: > is there any documentation about mapping usernames, user-ids, > groupnames and group-ids between hosts sharing the same CephFS storage? i guess this is a bit outside of the scope of ceph … as with every distributed environment, basically you'll

[ceph-users] Re: CephFS user mapping

2020-10-06 Thread 胡 玮文
Hi, I’m facing this issue, too. I haven’t found any satisfying mapping solution so far. Now I’m considering deploying FreeIPA to unify the uid and gid on every host. CephFS does not store user names and group names in the file system as far as I know. > On Oct 6, 2020, at 18:49, René Bartsch