Skip to content
Snippets Groups Projects
  1. May 29, 2007
    • Nathan Rutman's avatar
      b=12461 · eee0d286
      Nathan Rutman authored
      better "options lnet" grabbing
      eee0d286
    • Brian J. Murrell's avatar
      b=12461 · feda3dab
      Brian J. Murrell authored
      r=adilger (original patch and inspection of updates to it)
      Some updates so that acceptance-small.sh can be run on a patchless client
      using a remote OST and MDT.
      Credit goes to adilger.  Most of this is his work.  I just shepherded it
      through the process.
      My batch of updates to the same end is still to come.  Still to be inspected
      in fact.
      feda3dab
  2. May 28, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 3751cbc5
      Andreas Dilger authored
      Print better error messages to understand where test failures are being hit.
      b=12557
      3751cbc5
  3. May 24, 2007
    • Nathan Rutman's avatar
      b=11737/12549 · d628bbfa
      Nathan Rutman authored
      The 11737 patch causes various kernel crashes; see bug 12549.
      Verified by nathan and adilger.
      Reverting.
      d628bbfa
    • Andreas Dilger's avatar
      Branch b1_6 · 337c956d
      Andreas Dilger authored
      Allow runtests to run with a non-local config.
      b=12499
      337c956d
    • Andreas Dilger's avatar
      Branch b1_6 · 57d44370
      Andreas Dilger authored
      Update multiop to do aligned read/write for O_DIRECT files.
      b=11737
      57d44370
    • Wang Di's avatar
      Branch:b1_6 · 6aaaa8bc
      Wang Di authored
      Fix lov_mds_md in mdd_create_objects error handler.
      Checking whether obd_fail before fsfilt_start.
      Free fcc no matter whether fsfilt_commit success or failed.
      b=10818
      i=adilger
      i=green
      6aaaa8bc
    • Nathan Rutman's avatar
      b=11658 · 35664baf
      Nathan Rutman authored
      fix broken test
      35664baf
  4. May 23, 2007
  5. May 17, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · efcee871
      Andreas Dilger authored
      Make sure that the unlinked file actually releases all of the blocks on
      disk, otherwise the next test may fail with ENOSPC.
      b=12507
      efcee871
  6. May 16, 2007
    • Oleg Drokin's avatar
      b=11658 · 7cb202a5
      Oleg Drokin authored
      r=wangdi,adigler
      
      Take import reference before releasing llog record semaphore
      7cb202a5
    • Nathan Rutman's avatar
      Branch b1_6 · 2dc6eac9
      Nathan Rutman authored
      b=12465
      i=adilger
      skip test 76 if no deathrow/iget
      2dc6eac9
  7. May 15, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 948b5d39
      Andreas Dilger authored
      Fix compile warnings/error due to recent lustre-build.m4 commit of _GNU_SOURCE.
      Remove some obsolete tests that now had compile warnings.
      b=12348
      948b5d39
  8. May 11, 2007
    • scjody's avatar
      Branch b1_6 · ff7b8da0
      scjody authored
      Fix sanity test 78:
      
      1. Detects write failures and failing the test.
      2. Writes a file small enough not to fill up any OST.
      3. Unlinks the file at the end of the test.
      
      b=12326
      i=adilger
      i=shadow
      ff7b8da0
    • Andreas Dilger's avatar
      Branch HEAD · 83159ed8
      Andreas Dilger authored
      Don't run lfscktest.sh if the OSTs are remote.
      83159ed8
  9. May 08, 2007
    • Oleg Drokin's avatar
      b=11546 · 0df86a8a
      Oleg Drokin authored
      r=adilger,shadow
      
      Check that request is still eligible for replay in mdc_set_replay_data()
      before doing anything.
      0df86a8a
  10. Apr 30, 2007
    • Wang Di's avatar
      Branch: HEAD · aa65c1c3
      Wang Di authored
      Fix bug number and ALWAYS_EXCEPT according to nathan's advices, which should
      be line up vertically. Disable test_42 again, it seems bug9789 still there.
      aa65c1c3
  11. Apr 28, 2007
    • scjody's avatar
      Branch HEAD · 78f134e9
      scjody authored
      Type-check arguments against format string in CDEBUG/CERROR, fix warnings
      introduced.
      
      Original patch by adilger.
      
      b=12327
      i=green
      i=isaac
      78f134e9
  12. Apr 26, 2007
  13. Apr 23, 2007
    • scjody's avatar
      Branch HEAD · 5e8604cd
      scjody authored
      Add ll_getstripe_info to .cvsignore
      5e8604cd
  14. Apr 13, 2007
  15. Apr 07, 2007
  16. Apr 05, 2007
  17. Mar 31, 2007
    • scjody's avatar
      Branch HEAD · ba32c6bb
      scjody authored
      Add support for the ldiskfs2 fstype.
      
      b=11981
      r=adilger
      r=nathan
      ba32c6bb
    • scjody's avatar
      Branch HEAD · 0d2088ed
      scjody authored
      Use eval when changing debug settings to avoid shell-related failures.
      
      b=12081
      r=adilger
      0d2088ed
  18. Mar 26, 2007
  19. Mar 25, 2007
    • Wang Di's avatar
      Branch: HEAD · e100752f
      Wang Di authored
      increase dirty_ratio and dirty_background_ratio to prevent writeback for test42
      b=9789
      r=green
      e100752f
  20. Mar 23, 2007
    • Nathan Rutman's avatar
      b=12005 · 70b4fe5e
      Nathan Rutman authored
      i=green
      initialize per-export proc in non-recovery case.
      report an error when attempting to change failout mode without writeconf
      70b4fe5e
    • scjody's avatar
      Branch HEAD · 073e67f1
      scjody authored
      Rename shell and perl scripts to remove .sh and .pl extensions.
      
      b=11985
      r=nathan
      073e67f1
  21. Mar 22, 2007
  22. Mar 21, 2007
    • scjody's avatar
      Branch HEAD · 3b5ff013
      scjody authored
      Remove "#if FOO" compiler warnings from -Wundef.
      (Committed by adilger)
      
      Define FMODE_READ and FMODE_WRITE for use in liblustre
      (Committed by green)
      
      Allow test 6 and 7 to be run in isolation.
      Fix test file names.
      Create test files in $DIR instead of $MOUNT.
      (Committed by adilger)
      
      openclose.c: Save errno before calling fprintf().
      (Committed by adilger)
      
      sanityN.sh: Kill multiop before exiting, if test fails.
      Test is currently excluded, was retesting to see if it worked yet.
      b=3192
      (Committed by adilger)
      
      r=adilger
      r=nathan
      r=green
      3b5ff013
  23. Mar 20, 2007
  24. Mar 19, 2007
    • Nathan Rutman's avatar
      b=11778 · 18f19045
      Nathan Rutman authored
      i=adilger
      wait until config file is finished before allowing MDT clients to connect
      18f19045
  25. Mar 18, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 72c66ab8
      Andreas Dilger authored
      Fixes in b1_4 missing from HEAD:
      - enable test 14c (b=4035, b=7040)
      - don't print an error because /proc/sys/lustre/fail_loc is missing if
        the lustre is stopped when error() is called
      - cleanup echo device after test_28 is done
      72c66ab8
  26. Mar 08, 2007
  27. Feb 27, 2007
  28. Feb 26, 2007
  29. Feb 22, 2007
Loading