[ceph-users] Re: CephFS no permissions for subdir

2019-10-09 Thread Eugen Block
then the client has read permissions to path=/ABC. This is because of "mds 'allow r, allow rws ...". Remove the 'allow r' caps from mds section and then the client only gets read permissions to the specified paths. It is for being able to make snapshots in cephfs (not rgw or rbd). I get

[ceph-users] Re: CephFS no permissions for subdir

2019-10-09 Thread Lars Täuber
Hi Eugen, Wed, 09 Oct 2019 08:44:28 + Eugen Block ==> ceph-users@ceph.io : > Hi, > > > I'd tried to make this: > > ceph auth caps client.XYZ mon 'allow r' mds 'allow r, allow rws > > path=/XYZ, allow path=/ABC' osd 'allow rw pool=cephfs_data' > > do you want to remove all permissions fr

[ceph-users] Re: CephFS no permissions for subdir

2019-10-09 Thread Eugen Block
Hi, I'd tried to make this: ceph auth caps client.XYZ mon 'allow r' mds 'allow r, allow rws path=/XYZ, allow path=/ABC' osd 'allow rw pool=cephfs_data' do you want to remove all permissions from path "/ABC"? If so you should simply remove that from the command: ceph auth caps client.XYZ