Ceph Debugging off during runtime

sahostking

Renowned Member
Hi guys

Not ready to shutdown whole Ceph cluster but realised I have debugging on which is default with proxmox install and ceph.

So would like to turn off debugging and would really not want to reboot on live cluster.

Is it easier just do the following and quote from another google response I found:

https://access.redhat.com/documenta...uide/set_a_specific_config_setting_at_runtime
has a great example.

For all daemons of a type use * ( ceph osd tell \* injectargs
'--debug-osd 20 --debug-ms 1' )

More about loglevels here:

So I assume we just run :

ceph osd tell \* injectargs' --debug-osd 20 --debug-ms 1'

and the above turns off debugging for osd 20?
??
 
ooo

I ran

ceph daemon mon.pve-5-ceph config set mon_cluster_log_file_level info

on each of the monitors

and now no more debugging in ceph logging section

Lets see how this goes