Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
3
-
16290
Description
In the lod_qos.c:
#if 0 #define QOS_DEBUG(fmt, ...) CDEBUG(D_OTHER, fmt, ## __VA_ARGS__) #define QOS_CONSOLE(fmt, ...) LCONSOLE(D_OTHER, fmt, ## __VA_ARGS__) #else #define QOS_DEBUG(fmt, ...) #define QOS_CONSOLE(fmt, ...) #endif
The QOS_DEBUG messages are not enabled by default, we'd enable it for debug purpose.
Attachments
Issue Links
- is related to
-
LU-5778 MDS not creating files on OSTs properly
- Resolved