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
;
> 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: Ceph
__
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.
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
= ***
> caps mds = "allow rw path=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
pool=meta_data, allow rw pool=data"
No change.
________________
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 cou
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 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 von