Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / common / subsys.h
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
21 DEFAULT_SUBSYS(0, 5)
22 SUBSYS(lockdep, 0, 1)
23 SUBSYS(context, 0, 1)
24 SUBSYS(crush, 1, 1)
25 SUBSYS(mds, 1, 5)
26 SUBSYS(mds_balancer, 1, 5)
27 SUBSYS(mds_locker, 1, 5)
28 SUBSYS(mds_log, 1, 5)
29 SUBSYS(mds_log_expire, 1, 5)
30 SUBSYS(mds_migrator, 1, 5)
31 SUBSYS(buffer, 0, 1)
32 SUBSYS(timer, 0, 1)
33 SUBSYS(filer, 0, 1)
34 SUBSYS(striper, 0, 1)
35 SUBSYS(objecter, 0, 1)
36 SUBSYS(rados, 0, 5)
37 SUBSYS(rbd, 0, 5)
38 SUBSYS(rbd_mirror, 0, 5)
39 SUBSYS(rbd_replay, 0, 5)
40 SUBSYS(journaler, 0, 5)
41 SUBSYS(objectcacher, 0, 5)
42 SUBSYS(client, 0, 5)
43 SUBSYS(osd, 1, 5)
44 SUBSYS(optracker, 0, 5)
45 SUBSYS(objclass, 0, 5)
46 SUBSYS(filestore, 1, 3)
47 SUBSYS(journal, 1, 3)
48 SUBSYS(ms, 0, 5)
49 SUBSYS(mon, 1, 5)
50 SUBSYS(monc, 0, 10)
51 SUBSYS(paxos, 1, 5)
52 SUBSYS(tp, 0, 5)
53 SUBSYS(auth, 1, 5)
54 SUBSYS(crypto, 1, 5)
55 SUBSYS(finisher, 1, 1)
56 SUBSYS(reserver, 1, 1)
57 SUBSYS(heartbeatmap, 1, 5)
58 SUBSYS(perfcounter, 1, 5)
59 SUBSYS(rgw, 1, 5)                 // log level for the Rados gateway
60 SUBSYS(civetweb, 1, 10)
61 SUBSYS(javaclient, 1, 5)
62 SUBSYS(asok, 1, 5)
63 SUBSYS(throttle, 1, 1)
64 SUBSYS(refs, 0, 0)
65 SUBSYS(xio, 1, 5)
66 SUBSYS(compressor, 1, 5)
67 SUBSYS(bluestore, 1, 5)
68 SUBSYS(bluefs, 1, 5)
69 SUBSYS(bdev, 1, 3)
70 SUBSYS(kstore, 1, 5)
71 SUBSYS(rocksdb, 4, 5)
72 SUBSYS(leveldb, 4, 5)
73 SUBSYS(memdb, 4, 5)
74 SUBSYS(kinetic, 1, 5)
75 SUBSYS(fuse, 1, 5)
76 SUBSYS(mgr, 1, 5)
77 SUBSYS(mgrc, 1, 5)
78 SUBSYS(dpdk, 1, 5)
79 SUBSYS(eventtrace, 1, 5)