[ceph-users] Re: Cephfs mount error 1 = Operation not permitted

2020-03-24 Thread Eugen Block
ld authorize a client named bob? -Scott From: Eugen Block Sent: Monday, March 23, 2020 11:30 AM To: Dungan, Scott A. Cc: Yan, Zheng ; ceph-users@ceph.io Subject: Re: [ceph-users] Re: Cephfs mount error 1 = Operation not permitted Wait, your client name is just "1"? I

[ceph-users] Re: Cephfs mount error 1 = Operation not permitted

2020-03-23 Thread Dungan, Scott A.
; caps osd = "allow rw tag cephfs pool=meta_data, allow rw pool=data" > > No change. > > > > From: Yan, Zheng > Sent: Sunday, March 22, 2020 9:28 PM > To: Dungan, Scott A. > Cc: Eugen Block ; ceph-users@ceph.io > Subject: Re: [ceph-users] Re: Cephfs mo

[ceph-users] Re: Cephfs mount error 1 = Operation not permitted

2020-03-23 Thread Eugen Block
_ From: Yan, Zheng Sent: Sunday, March 22, 2020 9:28 PM To: Dungan, Scott A. Cc: Eugen Block ; ceph-users@ceph.io Subject: Re: [ceph-users] Re: Cephfs mount error 1 = Operation not permitted On Sun, Mar 22, 2020 at 8:21 AM Dungan, Scott A. wrote: Zitat, thanks for the tips. I tri

[ceph-users] Re: Cephfs mount error 1 = Operation not permitted

2020-03-23 Thread Dungan, Scott A.
an, Zheng Sent: Sunday, March 22, 2020 9:28 PM To: Dungan, Scott A. Cc: Eugen Block ; ceph-users@ceph.io Subject: Re: [ceph-users] Re: Cephfs mount error 1 = Operation not permitted On Sun, Mar 22, 2020 at 8:21 AM Dungan, Scott A. wrote: > > Zitat, thanks for the tips. > > I tri

[ceph-users] Re: Cephfs mount error 1 = Operation not permitted

2020-03-22 Thread Yan, Zheng
th=all" try replacing this with "allow rw path=/" > caps mon = "allow r" > caps osd = "allow rw tag cephfs pool=meta_data, allow rw pool=data" > > No change. > > ____________ > From: Eugen Block >

[ceph-users] Re: Cephfs mount error 1 = Operation not permitted

2020-03-21 Thread Dungan, Scott A.
__ From: Eugen Block Sent: Saturday, March 21, 2020 1:16 PM To: ceph-users@ceph.io Subject: [ceph-users] Re: Cephfs mount error 1 = Operation not permitted I just remembered there was a thread [1] about that a couple of weeks ago. Seems like you need to add the capabilities to the client. [1

[ceph-users] Re: Cephfs mount error 1 = Operation not permitted

2020-03-21 Thread Eugen Block
I just remembered there was a thread [1] about that a couple of weeks ago. Seems like you need to add the capabilities to the client. [1] https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/23FDDSYBCDVMYGCUTALACPFAJYITLOHJ/#I6LJR72AJGOCGINVOVEVSCKRIWV5TTZ2 Zitat von Eugen

[ceph-users] Re: Cephfs mount error 1 = Operation not permitted

2020-03-21 Thread Eugen Block
Hi, have you tried to mount with the secret only instead of a secret file? mount -t ceph ceph-n4:6789:/ /ceph -o name=client.1,secret= If that works your secret file is not right. If not you should check if the client actually has access to the cephfs pools ('ceph auth list'). Zitat