Skip to content
Snippets Groups Projects
  1. Nov 10, 2008
  2. Oct 23, 2008
  3. Oct 09, 2008
  4. Sep 19, 2008
  5. Sep 11, 2008
  6. Jul 11, 2008
  7. Jul 09, 2008
    • Brian J. Murrell's avatar
      b=15625 · 14765d28
      Brian J. Murrell authored
      i=adilger
      i=nathan
      
      Service Tags.
      
      If the service tags package is installed on a Lustre node when a Lustre
      target is mounted, a service tag will be generated which can then optionally
      be collected by a Registration Client for addition to the Sun asset
      inventory system being offered at inventory.sun.com.
      14765d28
  8. May 19, 2008
  9. May 13, 2008
  10. Aug 30, 2007
  11. Aug 07, 2007
  12. Jul 30, 2007
  13. Apr 17, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 9b6f9d17
      Andreas Dilger authored
      Description: data loss for recently-modified files
      Details    : In some cases it is possible that recently written or created
      	     files may not be written to disk in a timely manner (this should
      	     normally be within 30s unless client IO load is very high).
      	     The problem appears as zero-length files or files that are a
      	     multiple of 1MB in size after a client crash or client eviction
      	     that are missing data at the end of the file.
      
      	     This problem is more likely to be hit on clients where files are
      	     repeatedly created and unlinked in the same directory, clients
      	     have a large amount of RAM, have many CPUs, the filesystem has
      	     many OSTs, the clients are rebooted frequently, and/or the files
      	     are not accessed by other nodes after being written.
      
      	     The presence of the problem can be detected by looking at
      	     /proc/sys/fs/inode-state.  If the first number (nr_inodes) is
      	     smaller than the second (nr_unused) then dirty files will not
      	     be flushed automatically to disk.  "sync; sleep 10" should be
      	     run several times on the node before unmounting it to update
      	     Lustre (this is also safe to run on nodes without this problem).
      
      	     There is also a related kernel bug in the RHEL4 4 2.6.9 kernel
      	     that can cause this same problem, so customers using that kernel
      	     also need to update the kernel in addition to Lustre.  In order
      	     to properly fix this bug, the RHEL3 2.4.21 kernel is also updated.
      
      	     It is normal that files written just before a client crash (less
      	     than 30s) may not yet have been flushed to disk, even for local
      	     filesystems.
      i=green(original patch), i=shadow
      b=12181, b=12203
      9b6f9d17
  14. Mar 26, 2007
    • Bobi Jam's avatar
      Branch HEAD · 8c29d626
      Bobi Jam authored
      b=11090
      Description: Be more lenient with linux clients before warning (by Andreas)
      Details: This fixes Linux clients so they allow one major Lustre release update
               before they warn.  It also makes the setting of the version a lot
               easier by using OBD_OCD_VERSION(0,0,1,32) instead of having to calculate
               it directly.
      8c29d626
  15. Mar 06, 2007
  16. Feb 21, 2007
  17. Feb 10, 2007
  18. Mar 29, 2005
  19. Dec 19, 2004
Loading