Skip to content
Snippets Groups Projects
  1. May 16, 2008
    • Walter Poxon's avatar
      b=15660 · fe432f9f
      Walter Poxon authored
      i=adilger
      
      disable LIBLUSTRE test for NETTYPE != tcp && NETTYPE != ptl
      fe432f9f
  2. May 15, 2008
  3. May 14, 2008
    • Andreas Dilger's avatar
      Branch b1_6 · 95f197eb
      Andreas Dilger authored
      Description: MDS may lose file striping (and hence file data) in some cases
      Details    : If there are additional extended attributes stored on the MDS,
      	     in particular ACLs, SELinux, or user attributes (if user_xattr
      	     is specified for the client mount options) then there is a risk
      	     of attribute loss.  Additionally, the Lustre file striping
      	     needs to be larger than default (e.g. striped over all OSTs),
      	     and an additional attribute must be stored initially in the
      	     inode and then increase in size enough to be moved to the
      	     external attribute block (e.g. ACL growing in size) for file
      	     data to be lost.
      i=kalpak.shah
      i=alex.zhuravlev
      b=15777
      
      Sync ChangeLog from b_release_1_6_5.
      95f197eb
    • deen's avatar
      Refactor start to encapsulate facet specific data. · 737cb961
      deen authored
      b=12375
      i=deen
      i=grev
      737cb961
  4. May 13, 2008
    • Elena Gryaznova's avatar
      b=15738 · 75abc13c
      Elena Gryaznova authored
      i=Adilger
      
      sanity test_118* fixes; set fail loc on all oss nodes
      75abc13c
  5. May 12, 2008
    • Elena Gryaznova's avatar
      b=15745 · 3521ec81
      Elena Gryaznova authored
      i=Adilger
      
      the minor cleanup of the previous fix:
      -- after we get rid of $tdir we do not need to create $tmpdir, because
         unzip -d <dir> does not need <dir> exists, it needs the parent directory
         of <dir> exists; unzip creates <dir> if it does not exists.
      3521ec81
    • Andrew Perepechko's avatar
      Branch b1_6 · 2e5f5fc8
      Andrew Perepechko authored
      b=14790
      i=Johann
      i=ZhiYong
      
      additional test. check if setting limits twice doesn't break oplimits.
      2e5f5fc8
    • kalpak's avatar
      · 064fd164
      kalpak authored
      Reinitialize optind to 0 on each lfs_* call, in case lfs is being used interactively.  Most lfs_* functions do this already, but a few (find, setstripe, quotachown) do not.
       b=15212
       i=rupesh
       i=johann
      064fd164
    • Andreas Dilger's avatar
      Branch b1_6 · 17e18eca
      Andreas Dilger authored
      Fix typo in error message.
      17e18eca
  6. May 11, 2008
    • bwzhou's avatar
      Branch b1_6 · 53cd434c
      bwzhou authored
      b=15521
      r=adilger, grev
      
      the test case for bug 15521
      53cd434c
  7. May 09, 2008
    • Elena Gryaznova's avatar
      b=15745 · 0f6b740f
      Elena Gryaznova authored
      i=Adilger
      
      conf-sanity test_32a, test_32b: create tmp dir correctly
      0f6b740f
    • Elena Gryaznova's avatar
      b=15660 · 26e81f18
      Elena Gryaznova authored
      i=Adilger
      
      disable LIBLUSTRE test for NETTYPE != tcp
      26e81f18
  8. May 08, 2008
    • Alexander Zarochentsev's avatar
      b=11270 · 51989386
      Alexander Zarochentsev authored
      i=vitaly.vertman
      i=oleg.drokin
      
      Lockless i/o code fixes and improvements:
       (1) lockless truncate checks for OBD_CONNECT_TRUNCLOCK and ll_file_punch
           sets OBD_FL_TRUNCLOCK correctly.
       (2) an lproc control for lockless truncate,
           lproc statistics for lockless truncate.
       (3) sanityN tests for lockless code
      51989386
  9. May 02, 2008
  10. Apr 30, 2008
    • Yong Fan's avatar
      Branch b1_6 · a537c4ed
      Yong Fan authored
      b=15691
      i=huanghua
      i=tappro
      
      1) Prevent "ll_sa_wrong" from being increased repeatedly when hit ratio is low.
      2) Remount client before sanity 123a to eliminate previous test effect.
      a537c4ed
    • tianzy's avatar
      Branch b1_6 · 65a2ac00
      tianzy authored
      b=15643
      i=johann
      
      Prolong the waiting time in test_12 of sanity-quota.sh
      65a2ac00
  11. Apr 25, 2008
    • Walter Poxon's avatar
      b=14609 · 3ad46428
      Walter Poxon authored
      i=grev
      
      fix for test_16 failure due to trying to create mntpt dir on Read-Only fs.
      3ad46428
    • Johann Lombardi's avatar
      Branch b1_6 · 862c76b2
      Johann Lombardi authored
      b=14909
      i=tianzy
      
      use cancel_lru_locks instead of "sync; sleep 1; sync" in sanity-quota.sh.
      862c76b2
  12. Apr 24, 2008
  13. Apr 21, 2008
    • Elena Gryaznova's avatar
      b=15273 · 0fc4bbed
      Elena Gryaznova authored
      i=Adilger
      skip test_37 if CLIENTMODSONLY is set
      0fc4bbed
    • Eric Mei's avatar
      branch: b1_6 · 3435b4da
      Eric Mei authored
      change at_max according to AT status.
      b=13659
      r=nathan
      r=rread
      r=grev
      3435b4da
  14. Apr 18, 2008
    • Elena Gryaznova's avatar
      b=15612 · f6388db3
      Elena Gryaznova authored
      i=Adilger
      force test_20a and test_20b to do write on the correct ost
      f6388db3
  15. Apr 16, 2008
    • Elena Gryaznova's avatar
      b=15273 · 60936247
      Elena Gryaznova authored
      i=Nathan.Rutman
      skip test_37 for client only testing
      60936247
    • Elena Gryaznova's avatar
      b=15526 · e0bbfcc7
      Elena Gryaznova authored
      i=Adilger
      allow both "cfs" and "sun" e2fsck
      e0bbfcc7
    • Elena Gryaznova's avatar
      b=15513 · 5742503b
      Elena Gryaznova authored
      i=Yury.Umanets
      i=Alexey.Lyashkov
      force test_69 to fail if directio write failed
      5742503b
    • Yury Umanets's avatar
      b=14901 · c10fee45
      Yury Umanets authored
      r=grev
      - fixes using check_runas_id(). Adds check for used runas id in test_72.
      c10fee45
  16. Apr 09, 2008
  17. Apr 04, 2008
    • tianzy's avatar
      Branch b1_6 · 204836ff
      tianzy authored
      Add a new item(lq_lock) in struct lustre_qunit which protects every single qunit
      and qunit_hash_lock only protects qunit hash. It will improve parellelism.
      i=johann
      i=andrew
      204836ff
  18. Apr 01, 2008
  19. Mar 28, 2008
  20. Mar 26, 2008
  21. Mar 25, 2008
    • bwzhou's avatar
      Branch b1_6 · 43f5dd07
      bwzhou authored
      b=14763
      
      fix for t-f
      43f5dd07
    • Eric Mei's avatar
      branch=b1_6 · de8d4ef6
      Eric Mei authored
      ping_evictor don't evict client too eagerly just because of it's idle.
      b=15192
      r=nathan
      r=adilger
      de8d4ef6
  22. Mar 14, 2008
  23. Mar 13, 2008
    • Elena Gryaznova's avatar
      b=15219 · cc6aee71
      Elena Gryaznova authored
      i=Adilger
      
      fix local.sh and insanity-local.sh to support not default MKFSOPTs
      cc6aee71
Loading