Ceph 故障排除之日志和调试

  • 查看运行时配置:

ceph daemon osd.0 config show | less  # 在OSD节点执行

  • 增加调试日志记录:

ceph tell osd.0 config set debug_osd 0/5  # 在MON节点执行

或:
ceph daemon osd.0 config set debug_osd 0/5  # 在OSD节点执行

 

posted @ 2022-05-19 11:22  Varden  阅读(172)  评论(0编辑  收藏  举报