Re: [ceph-users] debug_osd on/off on an active ceph cluster

2013-03-07 Thread Martin B Nielsen
Hi Charles, http://ceph.com/docs/master/rados/configuration/ceph-conf/#ceph-runtime-config 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: http://ceph.com/docs/master/rados/configuration/ceph-conf/#logs

[ceph-users] debug_osd on/off on an active ceph cluster

2013-03-07 Thread charles L
Pls how do i turn on and turn off debug log for osd on a working ceph cluster. I don't want to restart the machines. Is this command ok? ceph-osd -i o --debug_ms 5 --debug_osd 5 --debug_filestore 5 --debug_journal 5 -d ??? Thanks. _