Displaying 1 result from an estimated 1 matches for "subsystem_debug".
2007 Nov 16
5
Lustre Debug level
...al also says that I can verify that  
level by running following commands:
# sysctl portals.debug
This gives ne following error
error: ''portals.debug'' is an unknown key
cat /proc/sys/lnet/debug
gives output:
ioctl neterror warning error emerg ha config console
cat /proc/sys/lnet/subsystem_debug
undefined mdc mds osc ost class log llite rpc lnet lnd pinger filter  
echo ldlm lov lmv sec gss mgc mgs fid fld
manual says that in order to set reasonable production debug level  
one need to put numeric value into debug files like below:
echo 0x3f0400 > /proc/sys/lnet/debug
Will this work un...