Details
-
Improvement
-
Resolution: Fixed
-
Blocker
-
Lustre 2.1.0
-
None
-
2
-
4701
Description
Some CERROR(...) or CWARN() messages clutter up the syslog and should be changed to CDEBUG(D_*, ...). This bug is specifically for 2.x messages.
Ideally, it should be possible to mount then unmount Lustre under normal usage without getting a screen full of messages.
Simply turning off all of the messages is NOT an acceptable solution for all cases.
Looking at the 2.x mount messages from https://maloo.whamcloud.com/test_logs/cc6b7bee-92e8-11e0-a0d3-52540025f9af:
Lustre: Lustre LU module (ffffffffa0495460).
Lustre: Lustre OSC module (ffffffffa075b720).
Lustre: Lustre LOV module (ffffffffa07c8220).
Lustre: Lustre client module (ffffffffa0878980).
These should all just be turned off, since they provide very little useful information.
libcfs_debug_str2mask()) You are trying to use a numerical value for the mask - this will be deprecated in a future release.
This one is already being fixed in LU-314.
Lustre: 28105:0:(sec.c:1474:sptlrpc_import_sec_adapt()) import MGC10.2.34.111@o2ib->MGC10.2.34.111@o2ib_0 netid 5000
0: select flavor null
Should not be printed to the console if flavor == null, and should be changed to LCONSOLE_INFO to make message cleaner.
Attachments
Issue Links
- Trackbacks
-
Changelog 2.1 Changes from version 2.1.1 to version 2.1.2 Server support for kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.17.1.el6 (RHEL6) Client support for unpatched kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.17.1....
-
Changelog 2.2 version 2.2.0 Support for networks: o2iblnd OFED 1.5.4 Server support for kernels: 2.6.32220.4.2.el6 (RHEL6) Client support for unpatched kernels: 2.6.18274.18.1.el5 (RHEL5) 2.6.32220.4.2.el6 (RHEL6) 2.6.32.360....