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:
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?
??
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?
??