Skip to content
Snippets Groups Projects
  1. Oct 18, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 76fc2cda
      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.
      76fc2cda
  2. Oct 08, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 002112e5
      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.
      002112e5
  3. Sep 28, 2007
    • maxim's avatar
      b=12302 · 19205dfe
      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.
      19205dfe
  4. Sep 25, 2007
  5. Sep 21, 2007
  6. Sep 18, 2007
  7. Sep 13, 2007
    • Bobi Jam's avatar
      Branch HEAD · fa3ec4f0
      Bobi Jam authored
      b=11686
      attachment=12502
      i=johann, adilger
      
      make liblustre clients CDEBUG_LIMIT rate limiting.
      fa3ec4f0
    • Liu Ying's avatar
      Branch HEAD · 2371e317
      Liu Ying authored
      b=2369
      i=johann, deen
      
      replace inode->i_size access with i_size_read/write
      2371e317
  8. Sep 01, 2007
  9. Aug 30, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · 69a4dc47
      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.
      69a4dc47
  10. Aug 27, 2007
    • Yang Sheng's avatar
      Branch HEAD · ea536d7d
      Yang Sheng authored
      b=13360
      i=isaac
      i=liangzhen
      
      Add PAGE_SIZE when it undef.
      ea536d7d
  11. Aug 09, 2007
    • Nathan Rutman's avatar
      b=10762 · 6bb1d8d3
      Nathan Rutman authored
      i=adilger
      i=green
      prepare for variable watchdogs (will be in added in bug 3055)
      6bb1d8d3
  12. Aug 02, 2007
    • Liu Ying's avatar
      Branch b1_6 · 681cd2f0
      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
      681cd2f0
    • Johann Lombardi's avatar
      Branch b1_6 · b48ab063
      Johann Lombardi authored
      b=11802
      i=green
      i=scjody
      
      attachment 11752 / rely on AUTOCONF_INCLUDED instead of HAVE_KERNEL_CONFIG_H
      b48ab063
    • Bobi Jam's avatar
      Branch:b1_6 · 6cf73629
      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.
      6cf73629
  13. Jul 10, 2007
    • Liang Zhen's avatar
      Branch HEAD · ad827bb6
      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
      ad827bb6
  14. Jul 06, 2007
    • Liang Zhen's avatar
      Branch HEAD · 3425eac6
      Liang Zhen authored
      . Show_error command
      . warning if server group has userland test nodes
      . lst depends on LND_LIBS
      3425eac6
  15. Jul 04, 2007
    • Isaac Huang's avatar
      i=liangzhen: · e38aad00
      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.
      e38aad00
  16. Jun 22, 2007
  17. Jun 21, 2007
  18. Jun 14, 2007
  19. Jun 13, 2007
  20. Jun 07, 2007
  21. May 21, 2007
  22. May 17, 2007
  23. May 16, 2007
    • Andreas Dilger's avatar
      Branch HEAD · f674af10
      Andreas Dilger authored
      Change comment so that nobody gets the idea that "#define CDEBUG_ENABLED 0"
      is the way to turn this off.
      f674af10
  24. May 08, 2007
    • Eric Barton's avatar
      Severity : major · c78cfaaa
      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.
      c78cfaaa
  25. May 02, 2007
    • scjody's avatar
      Branch b1_4 · 4bb7537c
      scjody authored
      Fix build errors on catamount related to HAVE_LIBPTHREAD not being defined.
      
      Original patch by walter.
      
      b=12147
      i=adilger
      i=scjody
      4bb7537c
    • scjody's avatar
      Branch b1_4 · 7a71f5dd
      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
      7a71f5dd
    • scjody's avatar
      Branch HEAD · 0791b099
      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
      0791b099
  26. Apr 25, 2007
    • scjody's avatar
      Branch b1_4 · 100daf0c
      scjody authored
      Type-check arguments against format string in CDEBUG/CERROR, fix warnings
      introduced.
      
      b=12327
      i=green
      i=isaac
      100daf0c
  27. Mar 30, 2007
    • Yury Umanets's avatar
      - enable all traces and debugs by default to not hurt anyone who not aware of... · 197a4d5c
      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.
      197a4d5c
    • Yury Umanets's avatar
      · a2a84db5
      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.
      a2a84db5
  28. Mar 29, 2007
    • scjody's avatar
      Branch b1_4 · 3d3bc28f
      scjody authored
      Cleanup compiler warnings on liblustre - patch by nic@cray.com
      
      b=11175
      r=adilger
      r=green
      r=scjody
      3d3bc28f
  29. Mar 09, 2007
  30. Feb 25, 2007
    • Oleg Drokin's avatar
      b=11028 · 0ebd1821
      Oleg Drokin authored
      r=adilger
      
      Fix cfs_timeval_sub to properly fill struct timeval.
      Correctly assign microseconds to microsecondsand seconds to seconds.
      0ebd1821
  31. Feb 16, 2007
    • Eric Barton's avatar
      Severity : enhancement · 5d88d521
      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.
      5d88d521
Loading