Bug #7602
'ceph --admin-daemon *.asok config show' doesn't include debug_* (subsys logging levels)
0%
Description
$ ./ceph-osd --show-config | grep debug_
debug_none = 0/5
debug_lockdep = 0/1
debug_context = 0/1
debug_crush = 1/1
debug_mds = 1/5
debug_mds_balancer = 1/5
...
ceph --admin-daemon /var/run/ceph/ceph-mon.cephmon1.asok config show | less
{ "name": "mon.cephmon1",
"cluster": "ceph",
"none": "0\/5",
"lockdep": "0\/1",
"context": "0\/1",
"crush": "1\/1",
"mds": "1\/5",
"mds_balancer": "1\/5",
"mds_locker": "1\/5",
....
TODO: add prefix "debug_" to the keys.
Associated revisions
config.cc: add debug_ prefix to subsys logging levels
Add debug_ prefix also for 'ceph --admin-daemon *.asok config show'
as already done e.g. by 'ceph-osd --show-config'.
Fixes: #7602
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Reviewed-by: Sage Weil <sage@inktank.com>
History
#1 Updated by Danny Al-Gaaf about 9 years ago
- Target version set to 0.78
#2 Updated by Danny Al-Gaaf about 9 years ago
- Status changed from New to Fix Under Review
#3 Updated by Sage Weil about 9 years ago
- Status changed from Fix Under Review to Resolved
#4 Updated by Danny Al-Gaaf about 9 years ago
@Sage: do we need a backport to dumpling?