• 查看运行时配置:

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节点执行