|
|
2021-01-14 23:20:33.227657 7fb8ee362700 -1 auth: unable to find a keyring on /etc/ceph/ceph2.client.admin.keyring,/etc/ceph/ceph2.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin: (2) No such file or directory4 i. @! ^- ^4 K8 z( M* j+ c
2021-01-14 23:20:33.227691 7fb8ee362700 -1 monclient(hunting): ERROR: missing keyring, cannot use cephx for authentication, g( Y* O3 W. c% u) }4 |
2021-01-14 23:20:33.227696 7fb8ee362700 0 librados: client.admin initialization error (2) No such file or directory/ S4 M. W, J8 C. r w2 l) {
Error connecting to cluster: ObjectNotFound
& |; |+ ~% m" _4 r5 \+ U. V- N& R/ @! e8 |2 q% g6 C! o1 Z/ O8 }
% D& G% s: H& J, g" J h从ceph节点copy一个admin的认证文件到/etc/ceph目录下即可。
3 z1 W6 z: }* a* I6 |) zceph auth get-or-create client.admin | ssh Hostname/IP sudo tee /etc/ceph/ceph2.client.admin.keyring 即可解决问题。
) C" n2 V' c- Q! x |
|