[LU-459] silence excess 2.x error messages Created: 24/Jun/11  Updated: 04/May/12  Resolved: 26/Oct/11

Status: Resolved
Project: Lustre
Component/s: None
Affects Version/s: Lustre 2.1.0
Fix Version/s: Lustre 2.2.0, Lustre 2.1.2

Type: Improvement Priority: Blocker
Reporter: Andreas Dilger Assignee: Yang Sheng
Resolution: Fixed Votes: 0
Labels: None

Story Points: 2
Rank (Obsolete): 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.



 Comments   
Comment by Andreas Dilger [ 22/Aug/11 ]

Submitted patch http://review.whamcloud.com/1275.

Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » x86_64,client,el6,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • lustre/obdclass/lu_object.c
  • lustre/obdclass/class_obd.c
  • lustre/ldlm/ldlm_lib.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/ptlrpc/sec.c
  • lustre/obdfilter/filter.c
  • lnet/lnet/acceptor.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » x86_64,client,sles11,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/obdclass/lu_object.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • lustre/obdclass/class_obd.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/ldlm/ldlm_lib.c
  • lnet/lnet/acceptor.c
  • lustre/ptlrpc/sec.c
  • lustre/obdfilter/filter.c
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » x86_64,client,ubuntu1004,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • lustre/obdfilter/filter.c
  • lustre/ptlrpc/sec.c
  • lnet/lnet/acceptor.c
  • lustre/ldlm/ldlm_lib.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/obdclass/lu_object.c
  • lustre/obdclass/class_obd.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » i686,client,el6,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/obdclass/lu_object.c
  • lnet/lnet/acceptor.c
  • lustre/obdfilter/filter.c
  • lustre/obdclass/class_obd.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • lustre/ptlrpc/sec.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • lustre/ldlm/ldlm_lib.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » i686,client,el5,ofa #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • lustre/obdclass/class_obd.c
  • lustre/ldlm/ldlm_lib.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • lustre/obdfilter/filter.c
  • lnet/lnet/acceptor.c
  • lustre/obdclass/lu_object.c
  • lustre/ptlrpc/sec.c
  • lnet/klnds/o2iblnd/o2iblnd.c
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » x86_64,server,el5,ofa #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/ldlm/ldlm_lib.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • lustre/ptlrpc/sec.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/obdfilter/filter.c
  • lustre/obdclass/lu_object.c
  • lnet/lnet/acceptor.c
  • lustre/obdclass/class_obd.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » x86_64,client,el5,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/ptlrpc/sec.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/obdclass/lu_object.c
  • lnet/lnet/acceptor.c
  • lustre/obdfilter/filter.c
  • lustre/ldlm/ldlm_lib.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • lustre/obdclass/class_obd.c
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » x86_64,server,el5,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/ldlm/ldlm_lib.c
  • lustre/ptlrpc/sec.c
  • lustre/obdfilter/filter.c
  • lustre/obdclass/lu_object.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • lustre/obdclass/class_obd.c
  • lnet/lnet/acceptor.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » i686,client,el5,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/ptlrpc/sec.c
  • lustre/obdclass/lu_object.c
  • lnet/lnet/acceptor.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • lustre/obdfilter/filter.c
  • lustre/obdclass/class_obd.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/ldlm/ldlm_lib.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » x86_64,client,el5,ofa #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/ldlm/ldlm_lib.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/obdfilter/filter.c
  • lustre/ptlrpc/sec.c
  • lnet/lnet/acceptor.c
  • lustre/obdclass/lu_object.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • lustre/obdclass/class_obd.c
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » i686,server,el6,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/obdclass/class_obd.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • lustre/ptlrpc/sec.c
  • lnet/lnet/acceptor.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/obdclass/lu_object.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • lustre/obdfilter/filter.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • lustre/ldlm/ldlm_lib.c
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » i686,server,el5,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • lustre/obdclass/class_obd.c
  • lustre/obdfilter/filter.c
  • lustre/obdclass/lu_object.c
  • lustre/ldlm/ldlm_lib.c
  • lustre/ptlrpc/sec.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lnet/lnet/acceptor.c
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » i686,server,el5,ofa #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/obdclass/lu_object.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • lustre/obdclass/class_obd.c
  • lustre/obdfilter/filter.c
  • lnet/lnet/acceptor.c
  • lnet/klnds/o2iblnd/o2iblnd.c
  • lustre/ldlm/ldlm_lib.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • lustre/ptlrpc/sec.c
Comment by Build Master (Inactive) [ 05/Oct/11 ]

Integrated in lustre-master » x86_64,server,el6,inkernel #288
LU-459 quiet too noisy console messages at mount

Oleg Drokin : be6712ca80218310cdbb9a1b7d86c5dbd4475584
Files :

  • lustre/obdclass/lu_object.c
  • lustre/obdclass/class_obd.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-sles11.patch
  • lustre/obdfilter/filter.c
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common.patch
  • ldiskfs/kernel_patches/patches/ext4-dynlocks-common-rhel6.patch
  • lustre/ptlrpc/sec.c
  • lustre/ldlm/ldlm_lib.c
  • lnet/lnet/acceptor.c
  • lnet/klnds/o2iblnd/o2iblnd.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » x86_64,server,el5,ofa #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/mgs/mgs_handler.c
  • lustre/llite/super25.c
  • lustre/ptlrpc/sec.c
  • lustre/osc/osc_request.c
  • lustre/lov/lov_obd.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » i686,server,el6,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/lov/lov_obd.c
  • lustre/ptlrpc/sec.c
  • lustre/llite/super25.c
  • lustre/osc/osc_request.c
  • lustre/mgs/mgs_handler.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » x86_64,client,el5,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/ptlrpc/sec.c
  • lustre/osc/osc_request.c
  • lustre/lov/lov_obd.c
  • lustre/mgs/mgs_handler.c
  • lustre/llite/super25.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » x86_64,client,sles11,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/llite/super25.c
  • lustre/mgs/mgs_handler.c
  • lustre/ptlrpc/sec.c
  • lustre/osc/osc_request.c
  • lustre/lov/lov_obd.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » x86_64,client,el5,ofa #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/mgs/mgs_handler.c
  • lustre/llite/super25.c
  • lustre/osc/osc_request.c
  • lustre/lov/lov_obd.c
  • lustre/ptlrpc/sec.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » x86_64,server,el5,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/mgs/mgs_handler.c
  • lustre/ptlrpc/sec.c
  • lustre/llite/super25.c
  • lustre/lov/lov_obd.c
  • lustre/osc/osc_request.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » x86_64,server,el6,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/ptlrpc/sec.c
  • lustre/osc/osc_request.c
  • lustre/mgs/mgs_handler.c
  • lustre/lov/lov_obd.c
  • lustre/llite/super25.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » x86_64,client,el6,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/osc/osc_request.c
  • lustre/mgs/mgs_handler.c
  • lustre/llite/super25.c
  • lustre/ptlrpc/sec.c
  • lustre/lov/lov_obd.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » i686,client,el6,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/lov/lov_obd.c
  • lustre/osc/osc_request.c
  • lustre/llite/super25.c
  • lustre/ptlrpc/sec.c
  • lustre/mgs/mgs_handler.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » i686,server,el5,ofa #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/ptlrpc/sec.c
  • lustre/mgs/mgs_handler.c
  • lustre/osc/osc_request.c
  • lustre/llite/super25.c
  • lustre/lov/lov_obd.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » x86_64,client,ubuntu1004,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/llite/super25.c
  • lustre/lov/lov_obd.c
  • lustre/mgs/mgs_handler.c
  • lustre/osc/osc_request.c
  • lustre/ptlrpc/sec.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » i686,server,el5,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/mgs/mgs_handler.c
  • lustre/lov/lov_obd.c
  • lustre/llite/super25.c
  • lustre/ptlrpc/sec.c
  • lustre/osc/osc_request.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » i686,client,el5,inkernel #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/ptlrpc/sec.c
  • lustre/osc/osc_request.c
  • lustre/llite/super25.c
  • lustre/lov/lov_obd.c
  • lustre/mgs/mgs_handler.c
Comment by Build Master (Inactive) [ 20/Jan/12 ]

Integrated in lustre-master » i686,client,el5,ofa #439
LU-459 debug: quiet overly verbose debug messages (Revision d510b34d4a90b25d0816787c5f8eb9a85893f172)

Result = SUCCESS
Oleg Drokin : d510b34d4a90b25d0816787c5f8eb9a85893f172
Files :

  • lustre/mgs/mgs_handler.c
  • lustre/osc/osc_request.c
  • lustre/lov/lov_obd.c
  • lustre/llite/super25.c
  • lustre/ptlrpc/sec.c
Comment by Peter Jones [ 09/Feb/12 ]

http://review.whamcloud.com/#change,2015

Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,server,el5,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/sanityn.sh
  • lustre/quota/quota_master.c
  • libcfs/libcfs/debug.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/cfg/local.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/test-framework.sh
  • lustre/tests/conf-sanity.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,client,el5,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/parallel-scale-nfsv4.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/quota/quota_master.c
  • libcfs/libcfs/debug.c
  • lustre/tests/sanityn.sh
  • lustre/tests/conf-sanity.sh
  • lustre/tests/cfg/local.sh
  • lustre/tests/test-framework.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,client,el5,ofa #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/sanityn.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/quota/quota_master.c
  • lustre/tests/conf-sanity.sh
  • lustre/tests/cfg/local.sh
  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
  • libcfs/include/libcfs/libcfs_fail.h
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,client,ubuntu1004,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/cfg/local.sh
  • lustre/quota/quota_master.c
  • lustre/tests/sanityn.sh
  • lustre/tests/conf-sanity.sh
  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/parallel-scale-nfsv4.sh
  • libcfs/include/libcfs/libcfs_fail.h
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,client,sles11,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/conf-sanity.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/cfg/local.sh
  • lustre/quota/quota_master.c
  • lustre/tests/sanityn.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » i686,server,el5,ofa #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/conf-sanity.sh
  • lustre/tests/test-framework.sh
  • lustre/tests/cfg/local.sh
  • lustre/quota/quota_master.c
  • lustre/tests/sanityn.sh
  • libcfs/libcfs/debug.c
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,client,el6,ofa #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • libcfs/libcfs/debug.c
  • lustre/tests/test-framework.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/sanityn.sh
  • lustre/tests/conf-sanity.sh
  • lustre/quota/quota_master.c
  • lustre/tests/cfg/local.sh
  • lustre/tests/parallel-scale-nfsv4.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,server,el5,ofa #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/cfg/local.sh
  • lustre/quota/quota_master.c
  • lustre/tests/conf-sanity.sh
  • lustre/tests/sanityn.sh
  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/parallel-scale-nfsv4.sh
  • libcfs/include/libcfs/libcfs_fail.h
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » i686,client,el6,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/conf-sanity.sh
  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/cfg/local.sh
  • lustre/quota/quota_master.c
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/sanityn.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » i686,client,el5,ofa #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/quota/quota_master.c
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/cfg/local.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/test-framework.sh
  • lustre/tests/conf-sanity.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/sanityn.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,server,el6,ofa #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/sanityn.sh
  • lustre/tests/test-framework.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/cfg/local.sh
  • lustre/tests/conf-sanity.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/quota/quota_master.c
  • libcfs/libcfs/debug.c
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » i686,server,el6,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/cfg/local.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/sanityn.sh
  • lustre/tests/conf-sanity.sh
  • lustre/quota/quota_master.c
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » i686,client,el5,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/test-framework.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/conf-sanity.sh
  • lustre/tests/sanityn.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/cfg/local.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/quota/quota_master.c
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,server,el6,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • libcfs/libcfs/debug.c
  • lustre/quota/quota_master.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/sanityn.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/test-framework.sh
  • lustre/tests/cfg/local.sh
  • lustre/tests/conf-sanity.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » x86_64,client,el6,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/sanityn.sh
  • lustre/tests/cfg/local.sh
  • lustre/quota/quota_master.c
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/conf-sanity.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » i686,server,el5,inkernel #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/cfg/local.sh
  • lustre/tests/conf-sanity.sh
  • libcfs/libcfs/debug.c
  • lustre/quota/quota_master.c
  • lustre/tests/sanityn.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/test-framework.sh
  • lustre/tests/parallel-scale-nfsv4.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » i686,client,el6,ofa #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/conf-sanity.sh
  • libcfs/libcfs/debug.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/quota/quota_master.c
  • lustre/tests/sanityn.sh
  • lustre/tests/test-framework.sh
  • lustre/tests/cfg/local.sh
  • lustre/tests/parallel-scale-nfsv4.sh
Comment by Build Master (Inactive) [ 03/Mar/12 ]

Integrated in lustre-master » i686,server,el6,ofa #500
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/sanityn.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/conf-sanity.sh
  • lustre/quota/quota_master.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/test-framework.sh
  • lustre/tests/cfg/local.sh
Comment by Bob Glossman (Inactive) [ 01/May/12 ]

http://review.whamcloud.com/#change,2619

back port to b2_1

Comment by Build Master (Inactive) [ 02/May/12 ]

Integrated in lustre-dev » x86_64,client,el5,inkernel #340
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/test-framework.sh
  • lustre/tests/sanityn.sh
  • lustre/quota/quota_master.c
  • libcfs/libcfs/debug.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/conf-sanity.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/cfg/local.sh
Comment by Build Master (Inactive) [ 02/May/12 ]

Integrated in lustre-dev » i686,client,el6,inkernel #340
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/conf-sanity.sh
  • libcfs/libcfs/debug.c
  • lustre/quota/quota_master.c
  • lustre/tests/cfg/local.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/test-framework.sh
  • lustre/tests/sanityn.sh
Comment by Build Master (Inactive) [ 02/May/12 ]

Integrated in lustre-dev » i686,server,el5,inkernel #340
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • libcfs/include/libcfs/libcfs_fail.h
  • libcfs/libcfs/debug.c
  • lustre/tests/cfg/local.sh
  • lustre/tests/test-framework.sh
  • lustre/tests/conf-sanity.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/sanityn.sh
  • lustre/quota/quota_master.c
Comment by Build Master (Inactive) [ 02/May/12 ]

Integrated in lustre-dev » x86_64,server,el6,inkernel #340
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/cfg/local.sh
  • lustre/tests/conf-sanity.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/sanityn.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/quota/quota_master.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/test-framework.sh
Comment by Build Master (Inactive) [ 02/May/12 ]

Integrated in lustre-dev » i686,client,el5,inkernel #340
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/sanityn.sh
  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/conf-sanity.sh
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/quota/quota_master.c
  • lustre/tests/cfg/local.sh
Comment by Build Master (Inactive) [ 02/May/12 ]

Integrated in lustre-dev » x86_64,server,el5,inkernel #340
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/quota/quota_master.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/tests/parallel-scale-nfsv4.sh
  • libcfs/libcfs/debug.c
  • lustre/tests/sanityn.sh
  • lustre/tests/cfg/local.sh
  • lustre/tests/test-framework.sh
  • lustre/tests/conf-sanity.sh
Comment by Build Master (Inactive) [ 02/May/12 ]

Integrated in lustre-dev » x86_64,client,el6,inkernel #340
LU-459 tests: quiet spurious console/test messages (Revision 26bb579a96efced8825b63b84465334368ecc382)

Result = SUCCESS
Oleg Drokin : 26bb579a96efced8825b63b84465334368ecc382
Files :

  • lustre/tests/parallel-scale-nfsv4.sh
  • lustre/tests/cfg/local.sh
  • lustre/tests/conf-sanity.sh
  • lustre/tests/sanityn.sh
  • lustre/tests/test-framework.sh
  • libcfs/libcfs/debug.c
  • libcfs/include/libcfs/libcfs_fail.h
  • lustre/quota/quota_master.c
Generated at Sat Feb 10 01:07:14 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.