Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. Jun 22, 2007
  9. Jun 21, 2007
  10. Jun 14, 2007
  11. Jun 13, 2007
  12. Jun 07, 2007
  13. May 21, 2007
  14. May 17, 2007
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. Mar 09, 2007
  22. 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
  23. 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
  24. Feb 10, 2007
  25. Aug 13, 2005
  26. Aug 11, 2005
  27. Jul 27, 2005
  28. Jul 05, 2005
  29. Jun 19, 2005
    • Andreas Dilger's avatar
      Land b_release_1_4_3 onto HEAD (20050619_0305) · 439addad
      Andreas Dilger authored
      b=6411 : enable rate-limiting of console error messages, and some console
               errors now go only to the kernel log.  Use CERROR/CWARN where
      	 appropriate to allow rate-limiting of these messages.
      b=1693 : add /proc/sys/portals/catastrophe entry which will report if
               that node has previously LBUGged.
      439addad
  30. Jun 16, 2005
Loading