Hello,
Scenario 1.
Create 2 pools 1 data/1meta for cephfs using EC
cech fs new mycephfs data1 meta1
Error: "EC pool for default data pool discouraged"
Reading creating-pools I think understand you want for recovery
information for system in replicated pools. I am just not certain I
understand
Just a side note here might be helpful to other in the future.
After I got the first mds up with using "ceph auth caps" and I had a
ceph-mds@mynode running the "get-or-create" worked on the rest of my nodes
with no errors.
thanks
jerry
Jerry Buburuz
>
>
> FIX
phfs:0/0 1 up:standby, 1 damaged
But I have a mds UP!
thanks
jerry
Eugen Block
> Have you tried to modify by using âceph auth capsâ¦â instead of
get-or-create?
> Zitat von Jerry Buburuz :
>> Can I just:
>> ceph auth export mds.mynode -o mds.export
>> Add(editor) &quo
Can I just:
ceph auth export mds.mynode -o mds.export
Add(editor) "caps: [mds] profile mds"
ceph auth import -i mds.export
THanks
jerry
Jerry Buburuz
>
> ceph auth list:
>
> mds.mynode
> key: mykeyxx
> caps: [mgr] profile mds
>
r mds.mynode exists but cap mds does not match
I am following instructions on
https://docs.ceph.com/latest/cephfs/add-remove-mds
thanks
jerry
Xiubo Li
>
> On 15/09/2022 03:09, Jerry Buburuz wrote:
>> Hello,
>>
>> I am trying to add my first mds service on any node. I am unable
Hello,
I am trying to add my first mds service on any node. I am unable to add
keyring to start mds service.
# $ sudo ceph auth get-or-create mds.mynode mon 'profile mds' mgr 'profile
mds' mds 'allow *' osd 'allow *'
Error ENINVAL: key for mds.mynode exists but cap mds does not match
I tried th