Skip to content
Snippets Groups Projects
  1. May 24, 2007
  2. May 23, 2007
  3. May 21, 2007
    • Eric Barton's avatar
      * userspace (catamount) ptllnd changes · 4e78f6f5
      Eric Barton authored
        - Error handling
      
          Ensure all communications complete in finite time.  Ensure errors cause
          clean peer state teardown so that communications can be re-established
          after a peer crash.
      
          Note that this does NOT handle reconnection to a failed LNET router, which
          is required for routed configurations.
      
        - Environment tunables
      
          PTLLND_DEBUG (boolean, dflt 0) is a global switch to enable/disable debug
          features.
      
          PTLLND_TX_HISTORY (int, dflt debug?1024:0) sets the size of the history
          buffer.
      
          PTLLND_ABORT_ON_PROTOCOL_MISMATCH (boolean, dflt 1) calls abort on
          connecting to a peer running a different version of the ptllnd protocol.
      
          PTLLND_ABORT_ON_NAK (boolean, dflt 0) abort when a peer sends a NAK
          (e.g. because it has timed out this node).
      
          PTLLND_DUMP_ON_NAK (boolean, dflt debug?1:0) dumps peer debug and the
          history on receiving a NAK
      
          PTLLND_WATCHDOG_INTERVAL (int, dflt 1) sets how often to check some peers
          for timed-out communications while the application blocks for
          communications to complete.
      
          PTLLND_TIMEOUT (int, dflt 50) is the communications timeout in seconds.
      
          PTLLND_LONG_WAIT (int, dflt debug?5:PTLLND_TIMEOUT) is a time in seconds
          after which the ptllnd prints a warning if it blocks for longer during
          connection establishment, cleanup after an error or cleanup during shutdown.
      4e78f6f5
    • Eric Barton's avatar
      * cleanup after removing lnet/tests · dca8e8c0
      Eric Barton authored
      dca8e8c0
  4. May 17, 2007
  5. May 16, 2007
  6. May 15, 2007
  7. May 14, 2007
  8. May 11, 2007
  9. May 10, 2007
    • Cliff White's avatar
      · a5c0652b
      Cliff White authored
      Fix missing '$' in scp
      a5c0652b
    • Cliff White's avatar
      · b599a378
      Cliff White authored
      Replaced portals with LNET
      b599a378
    • Andreas Dilger's avatar
      Branch HEAD · 3aeb0ce0
      Andreas Dilger authored
      Update release version to 1.1.
      3aeb0ce0
    • Cliff White's avatar
      · bb2a28e8
      Cliff White authored
      Updated
      bb2a28e8
    • Andreas Dilger's avatar
      Branch HEAD · ed653bdc
      Andreas Dilger authored
      Minor doc updates?
      ed653bdc
    • Andreas Dilger's avatar
      Branch HEAD · e844d81e
      Andreas Dilger authored
      Fix the nanosecond timestamp patches to declare all of the missing fields
      in the kernel patches.
      b=10651
      i=green
      i=kalpak
      e844d81e
    • Andreas Dilger's avatar
      Branch HEAD · 729b04d2
      Andreas Dilger authored
      Apply the rest of the __iget() changes for patchless clients to
      compile out the now-unnecessary parts of the code.
      b=12391
      i=scjody
      i=green
      729b04d2
    • scjody's avatar
      Branch HEAD · 2f50a25a
      scjody authored
      Fix compiler warning on Cray XT3.
      
      Original patch by walter@clusterfs.com.
      
      b=12359
      i=scjody
      i=adilger
      2f50a25a
    • scjody's avatar
      Branch HEAD · 964c6443
      scjody authored
      Fix compiler warning.
      
      Original patch by walter@clusterfs.com.
      
      b=12346
      i=adilger
      r=scjody
      964c6443
    • scjody's avatar
      Branch b1_4 · f61af49d
      scjody authored
      Fix compiler warning on Cray XT3.
      
      Original patch by walter@clusterfs.com.
      
      b=12360
      i=adilger
      i=scjody
      f61af49d
    • Johann Lombardi's avatar
      Branch HEAD · b703901c
      Johann Lombardi authored
      b=12229
      i=adilger
      i=nathan
      b703901c
    • Eric Barton's avatar
      Severity : major · 027fddd0
      Eric Barton authored
      Frequency  : rare
      Bugzilla   : 12455
      Description: A race in kernel ptllnd between deleting a peer and posting
                   new communications for it could hang communications -
      	     manifesting as "Unexpectedly long timeout" messages.
      
      Severity   : major
      Frequency  : rare
      Bugzilla   : 12432
      Description: Kernel ptllnd lock ordering issue could hang a node.
      027fddd0
    • Eric Barton's avatar
      * removed lnet router upcalls · 0a4469c1
      Eric Barton authored
      0a4469c1
    • Andreas Dilger's avatar
      Branch HEAD · 1856deda
      Andreas Dilger authored
      Quiet compiler warning.
      b=11757
      1856deda
    • scjody's avatar
      Branch HEAD · c79f4645
      scjody authored
      Add 'creds.h', a new include file, so it will appear in the 'make dist'
      tarball.  Fixes a build problem.
      c79f4645
  10. May 09, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 68c799b0
      Andreas Dilger authored
      Move #ifdef above now-redundant checks if __iget() is not exported, per
      Oleg's inspection comments.
      b=12391
      i=green
      68c799b0
Loading