[ceph-users] default data pool and cephfs using erasure-coded pools

2022-09-16 Thread Jerry Buburuz
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

[ceph-users] Re: adding mds service , unable to create keyring for mds

2022-09-15 Thread Jerry Buburuz
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

[ceph-users] Re: adding mds service , unable to create keyring for mds

2022-09-15 Thread Jerry Buburuz
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

[ceph-users] Re: adding mds service , unable to create keyring for mds

2022-09-15 Thread Jerry Buburuz
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 >

[ceph-users] Re: adding mds service , unable to create keyring for mds

2022-09-15 Thread Jerry Buburuz
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

[ceph-users] adding mds service , unable to create keyring for mds

2022-09-14 Thread Jerry Buburuz
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