]> git.proxmox.com Git - ceph.git/blame - ceph/src/common/subsys.h
import ceph quincy 17.2.4
[ceph.git] / ceph / src / common / subsys.h
CommitLineData
c07f9fc5
FG
1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2// vim: ts=8 sw=2 smarttab
3/*
4 * Ceph - scalable distributed file system
5 *
6 * Copyright (C) 2004-2006 Sage Weil <sage@newdream.net>
7 *
8 * This is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License version 2.1, as published by the Free Software
11 * Foundation. See file COPYING.
12 *
13 */
14
15
16/**
17 * This header describes the subsystems (each one gets a "--debug-<subsystem>"
18 * log verbosity setting), along with their default verbosities.
19 */
20
21DEFAULT_SUBSYS(0, 5)
22SUBSYS(lockdep, 0, 1)
23SUBSYS(context, 0, 1)
24SUBSYS(crush, 1, 1)
25SUBSYS(mds, 1, 5)
26SUBSYS(mds_balancer, 1, 5)
27SUBSYS(mds_locker, 1, 5)
28SUBSYS(mds_log, 1, 5)
29SUBSYS(mds_log_expire, 1, 5)
30SUBSYS(mds_migrator, 1, 5)
31SUBSYS(buffer, 0, 1)
32SUBSYS(timer, 0, 1)
33SUBSYS(filer, 0, 1)
34SUBSYS(striper, 0, 1)
35SUBSYS(objecter, 0, 1)
36SUBSYS(rados, 0, 5)
37SUBSYS(rbd, 0, 5)
38SUBSYS(rbd_mirror, 0, 5)
39SUBSYS(rbd_replay, 0, 5)
f67539c2 40SUBSYS(rbd_pwl, 0, 5)
c07f9fc5
FG
41SUBSYS(journaler, 0, 5)
42SUBSYS(objectcacher, 0, 5)
9f95a23c 43SUBSYS(immutable_obj_cache, 0, 5)
c07f9fc5
FG
44SUBSYS(client, 0, 5)
45SUBSYS(osd, 1, 5)
46SUBSYS(optracker, 0, 5)
47SUBSYS(objclass, 0, 5)
48SUBSYS(filestore, 1, 3)
49SUBSYS(journal, 1, 3)
11fdf7f2 50SUBSYS(ms, 0, 0)
c07f9fc5
FG
51SUBSYS(mon, 1, 5)
52SUBSYS(monc, 0, 10)
53SUBSYS(paxos, 1, 5)
54SUBSYS(tp, 0, 5)
55SUBSYS(auth, 1, 5)
56SUBSYS(crypto, 1, 5)
57SUBSYS(finisher, 1, 1)
3efd9988 58SUBSYS(reserver, 1, 1)
c07f9fc5
FG
59SUBSYS(heartbeatmap, 1, 5)
60SUBSYS(perfcounter, 1, 5)
61SUBSYS(rgw, 1, 5) // log level for the Rados gateway
11fdf7f2 62SUBSYS(rgw_sync, 1, 5)
20effc67 63SUBSYS(rgw_datacache, 1, 5)
c07f9fc5
FG
64SUBSYS(civetweb, 1, 10)
65SUBSYS(javaclient, 1, 5)
66SUBSYS(asok, 1, 5)
67SUBSYS(throttle, 1, 1)
68SUBSYS(refs, 0, 0)
c07f9fc5
FG
69SUBSYS(compressor, 1, 5)
70SUBSYS(bluestore, 1, 5)
71SUBSYS(bluefs, 1, 5)
72SUBSYS(bdev, 1, 3)
73SUBSYS(kstore, 1, 5)
74SUBSYS(rocksdb, 4, 5)
75SUBSYS(leveldb, 4, 5)
76SUBSYS(memdb, 4, 5)
c07f9fc5 77SUBSYS(fuse, 1, 5)
522d829b 78SUBSYS(mgr, 2, 5)
c07f9fc5
FG
79SUBSYS(mgrc, 1, 5)
80SUBSYS(dpdk, 1, 5)
81SUBSYS(eventtrace, 1, 5)
eafe8130 82SUBSYS(prioritycache, 1, 5)
9f95a23c 83SUBSYS(test, 0, 5)
f67539c2
TL
84SUBSYS(cephfs_mirror, 0, 5)
85SUBSYS(cephsqlite, 0, 5)
20effc67
TL
86SUBSYS(seastore, 0, 5) // logs above seastore tm
87SUBSYS(seastore_onode, 0, 5)
88SUBSYS(seastore_odata, 0, 5)
89SUBSYS(seastore_omap, 0, 5)
90SUBSYS(seastore_tm, 0, 5) // logs below seastore tm
91SUBSYS(seastore_cleaner, 0, 5)
92SUBSYS(seastore_lba, 0, 5)
93SUBSYS(seastore_cache, 0, 5)
94SUBSYS(seastore_journal, 0, 5)
95SUBSYS(seastore_device, 0, 5)
96SUBSYS(alienstore, 0, 5)
97SUBSYS(mclock, 1, 5)
2a845540 98SUBSYS(ceph_exporter, 1, 5)