Hello guys,
today we had one storage (19xosd) down for 4 hours and now we are observing different problems and when I tried to restart one osd, I got error related to cephx
2015-06-09 21:09:49.983522 7fded00c7700 0 auth: could not find secret_id=6238
2015-06-09 21:09:49.983585 7fded00c7700 0 cephx: verify_authorizer could not get service secret for service osd secret_id=6238
2015-06-09 21:09:49.983595 7fded00c7700 0 -- X.X.X.32:6808/728850 >> X.X.X.32:6852/1474277 pipe(0x7fdf47291200 sd=90 :6808 s=0 p
gs=0 cs=0 l=0 c=0x7fdf33340940).accept: got bad authorizer
configuration is
auth cluster required = cephx
auth service required = none
auth client required = none
So as I understand, it is not possible to disable whole auth on fly...so it is possible to renew key for osd to see if it helps? If yes, how? Remove old with
ceph auth del osd.{osd-num} and generate new ceph auth add osd.{osd-num} osd 'allow *' mon 'allow rwx' -i /var/lib/ceph/osd/ceph-{osd-num}/keyring ? And I don't want to loose that osd data ( as usually, nobody wants :) )
Thanks for help.
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com