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. Feb 10, 2007
  3. 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
  4. May 19, 2005
  5. Mar 25, 2005
    • Andreas Dilger's avatar
      Branch: b1_4 · 12ccc063
      Andreas Dilger authored
      The compatibility macro for cpu_online() had reversed parameters.
      b=5929
      r=fergal (original patch)
      12ccc063
  6. Mar 02, 2005
    • Andreas Dilger's avatar
      Merge b1_4_smallfix from b1_4 (20050301_1341) · 3570a366
      Andreas Dilger authored
      - don't LASSERT in ll_release on NULL lld with NFS export (4655, 5760)
      - hold NS lock when calling handle_ast_error->del_waiting_lock (5746)
      - fix setattr mtime regression from lovcleanup merge (4829, 5669)
      - workaround for 2.6 crash in ll_unhash_aliases (5687, 5210)
      - small ext3 extents cleanups and fixes (5733)
      - improved mballoc code, several small races and bugs fixed (5733, 5638)
      - kernel version 43: fix remove_suid bugs in both 2.4 and 2.6 (5695)
      - avoid needless client->OST connect, fix handle mismatch (5317)
      - fix lustre/lustrefs init scripts for SuSE (patch from Scali, 5702)
      - don't hold the pinger_sem in ptlrpc_pinger_sending_on_import
      - change obd_increase_kms to obd_adjust_kms (up or down) (5654)
      3570a366
  7. Feb 04, 2005
    • Eric Barton's avatar
      * Landed portals:b_port_step as follows... · 00f255b8
      Eric Barton authored
      	  - removed CFS_DECL_SPIN*
      	    just use 'spinlock_t' and initialise with spin_lock_init()
      
      	  - removed CFS_DECL_MUTEX*
      	    just use 'struct semaphore' and initialise with init_mutex()
      
      	  - removed CFS_DECL_RWSEM*
      	    just use 'struct rw_semaphore' and initialise with init_rwsem()
      
      	  - renamed cfs_sleep_chan -> cfs_waitq
      	            cfs_sleep_link -> cfs_waitlink
      
                - fixed race in linux version of arch-independent socknal
        	    (the ENOMEM/EAGAIN decision).
      
      	  - Didn't fix problems in Darwin version of arch-independent socknal
       	    (resetting socket callbacks, eager ack hack, ENOMEM/EAGAIN decision)
      
      	  - removed libcfs types from non-socknal header files (only some types
      	    in the header files had been changed; the .c files hadn't been
      	    updated at all).
      
      	  - Updated lustre b1_4 to match
      00f255b8
Loading