ceph误删admin auth处理

把client.admin干掉。之后就连不上集群了。

ceph误删admin auth处理
只要keyring还在,重新导入 keyring,再重启mon服务

ceph-authtool /var/lib/ceph/mon/ceph-hostname/keyring --import-keyring /etc/ceph/ceph.client.admin.keyring

ceph误删admin auth处理

systemctl restart [email protected]hostname.service,集群就可以操作了

ceph误删admin auth处理
ceph误删admin auth处理
再导入就能再次看到client.admin的keyring ceph auth import -i /etc/ceph/ceph.client.admin.keyring
ceph误删admin auth处理

相关文章:

  • 2021-09-13
  • 2023-02-13
  • 2021-12-05
  • 2022-12-23
  • 2021-09-14
  • 2021-09-07
  • 2021-07-25
  • 2021-07-23
猜你喜欢
  • 2021-12-18
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-02-24
相关资源
相似解决方案