- Oct 18, 2007
-
-
Johann Lombardi authored
b=13828 i=adilger,shadow Don't use kernel's ATTR_* attributes over the network since the client and MDS may run different kernels. Instead, use MDS_ATTR_* attributes (defined in lustre_idl.h) for sa_valid.
-
- Oct 08, 2007
-
-
Johann Lombardi authored
b=11686 i=adilger i=green Severity : enhancement Bugzilla : 11686 Description: Console message flood Details : Make cdls ratelimiting more tunable by adding several tunable in procfs /proc/sys/lnet/console_{min,max}_delay_centisecs and /proc/sys/lnet/console_backoff.
-
- Sep 28, 2007
-
-
maxim authored
i=liang i=isaac - Landing b_usocklnd on HEAD Bugzilla : 12302 Description: new userspace socklnd Details : Old userspace tcpnal that resided in lnet/ulnds/socklnd replaced with new one - usocklnd.
-
- Sep 25, 2007
-
-
Walter Poxon authored
-
- Sep 21, 2007
-
-
Liang Zhen authored
-
Liang Zhen authored
Sysctl entries for /proc/sys/lnet (Patch by eeb) b=12782 i=Liang
-
- Sep 18, 2007
-
-
Eric Barton authored
-
- Sep 13, 2007
- Sep 01, 2007
-
-
Nikita Danilov authored
-
- Aug 30, 2007
-
-
Johann Lombardi authored
b=12459 i=adilger,tianzy i=scjody Severity : normal Bugzilla : 12459 Description: Client eviction due to failover config Details : after a connection loss, the lustre client should attempt to reconnect to the last active server first before trying the other potential connections.
-
- Aug 27, 2007
-
-
Yang Sheng authored
b=13360 i=isaac i=liangzhen Add PAGE_SIZE when it undef.
-
- Aug 09, 2007
-
-
Nathan Rutman authored
i=adilger i=green prepare for variable watchdogs (will be in added in bug 3055)
-
- Aug 02, 2007
-
-
Liu Ying authored
b=13006 i=shadow, deen Description: warnings with build patchless client with vanila 2.6.19 and up Details : change the old ctl_table style and replace ctl_table/ctl_table_header with cfs_sysctl_table_t/cfs_sysctl_table_header_t
-
Johann Lombardi authored
b=11802 i=green i=scjody attachment 11752 / rely on AUTOCONF_INCLUDED instead of HAVE_KERNEL_CONFIG_H
-
Bobi Jam authored
b=12606 i=shadow, nikita Description: don't use GFP_* in generic Lustre code. Details : Use cfs_alloc_* functions and CFS_* flags for code portability.
-
- Jul 10, 2007
-
-
Liang Zhen authored
. Support multi-groups/IDs in show_error command . Nnemonic parameters for add_test brw command . Specify I/O size of brw in bytes, KB or MB . small fixes
-
- Jul 06, 2007
-
-
Liang Zhen authored
. Show_error command . warning if server group has userland test nodes . lst depends on LND_LIBS
-
- Jul 04, 2007
-
-
Isaac Huang authored
- collect session-specific ping error counter. - set brw_inject_errors and session_timeout via environment variables when in userland. - removed tsu_error and renamed tsi_stop_onerr as tsi_stoptsu_onerr.
-
- Jun 22, 2007
-
-
Isaac Huang authored
-
- Jun 21, 2007
-
-
Nikita Danilov authored
-
Alexey Lyashkov authored
removed. In this case we need drop using os depended interface to kmem_cache and use cfs_mem_cache API. b=12764 i=green i=wangdi
-
- Jun 14, 2007
-
-
Bobi Jam authored
b=11680 i=wangdi i=shadow Description: make panic on lbug configurable
-
Alexey Lyashkov authored
LCONSOLE_ERROR(fmt, arg) to LCONSOLE_ERROR_MSG(0x000, fmt, ## arg). b=10595 i=adilger
-
- Jun 13, 2007
-
-
jitendra authored
It also includes code fixes for first five improved error messages. b=10595 i=adilger i=braam
-
- Jun 07, 2007
-
-
Liang Zhen authored
-
- May 21, 2007
-
-
Eric Barton authored
-
- May 17, 2007
-
-
Alexey Lyashkov authored
b=11647 i=green i=adilger
-
- May 16, 2007
-
-
Andreas Dilger authored
Change comment so that nobody gets the idea that "#define CDEBUG_ENABLED 0" is the way to turn this off.
-
- May 08, 2007
-
-
Eric Barton authored
Frequency : rare Bugzilla : 11706 Description: Added LNetSetAsync() to ensure single-threaded userspace clients can be eager LNET receivers even when the application is not executing in the filesystem.
-
- May 02, 2007
-
-
scjody authored
Fix build errors on catamount related to HAVE_LIBPTHREAD not being defined. Original patch by walter. b=12147 i=adilger i=scjody
-
scjody authored
Fix compiler warnings related to CDEBUG_ENABLED and CDEBUG_ENTRY_EXIT on Cray XT3. Original patch by walter. b=12146 i=scjody i=adilger
-
scjody authored
Add LNET router traceability for debug purposes If a checksum failure occurs with a router as part of the IO path, the NID of the last router that forwarded the bulk data is printed so it can be identified. Original patch by eeb. b=11548 i=eeb i=adilger
-
- Apr 25, 2007
-
-
scjody authored
Type-check arguments against format string in CDEBUG/CERROR, fix warnings introduced. b=12327 i=green i=isaac
-
- Mar 30, 2007
-
-
Yury Umanets authored
- enable all traces and debugs by default to not hurt anyone who not aware of this and allow customers gather all logs by default; - added compile warning for case CDEBUG is disabled; - fixes in configure keys, using AC_ARG_ENABLE(feature) implies that bash variable names is $enable_feature.
-
Yury Umanets authored
Implements following configure keys: --disable-libcfs-cdebug - disable libcfs CDEBUG, CWARN - enabled by default --enable-libcfs-trace - enable libcfs ENTRY/EXIT - disabled by default --disable-libcfs-assert - disable libcfs LASSERT, LASSERTF - enabled by default Cmd3 found that disabling all of this contributes to performance at the range of 10-15%. This is inspected many times. Lustre source code is checked by hands for possible side effects from disabling LASSERT, etc. If you have any problems with this - please let me know.
-
- Mar 29, 2007
-
-
scjody authored
Cleanup compiler warnings on liblustre - patch by nic@cray.com b=11175 r=adilger r=green r=scjody
-
- Mar 09, 2007
-
-
Eric Barton authored
-
- Feb 25, 2007
-
-
Oleg Drokin authored
r=adilger Fix cfs_timeval_sub to properly fill struct timeval. Correctly assign microseconds to microsecondsand seconds to seconds.
-
- Feb 16, 2007
-
-
Eric Barton authored
Bugzilla : 11684 Description: Added D_NETTRACE for recording network packet history (initially only for ptllnd). Also a separate userspace ptllnd facility to gather history which should really be covered by D_NETTRACE too, if only CDEBUG recorded history in userspace.
-