Skip to content
Snippets Groups Projects
  1. Aug 25, 2008
  2. Aug 20, 2008
    • Elena Gryaznova's avatar
      b=16209 · 3667acae
      Elena Gryaznova authored
      i=Adilger
      o=Brian Behlendorf
      test_115 fix: use more reasonable WARNING instead of FAIL
      3667acae
  3. Aug 13, 2008
    • Bobi Jam's avatar
      Branch HEAD · ea848c49
      Bobi Jam authored
      b=15924
      i=johann
      
      add a test case for bug 15924, combine flock tests code into a single file
      flocks_test.c
      ea848c49
  4. Aug 12, 2008
    • Elena Gryaznova's avatar
      b=16622 · 4889f112
      Elena Gryaznova authored
      i=Nathan.Rutman
      sanity_107 fix: save and restore the original kernel core pattern
      4889f112
    • Bobi Jam's avatar
      Branch HEAD · f93353d3
      Bobi Jam authored
      b=16573
      o=adilger
      i=johann, nathan
      
      Description: Export bytes_read/bytes_write count on OSC/OST.
      f93353d3
  5. Aug 09, 2008
    • kalpak's avatar
      · 7167033c
      kalpak authored
      b=10555
      i=kalpak (patch by rread)
      
      fix the lines which skip fiemap tests
      7167033c
  6. Aug 08, 2008
    • kalpak's avatar
      · 7a92b518
      kalpak authored
      b=10555
      i=adilger
      i=green
      i=nikita
      i=girish
      
      add ldiskfs patches and lustre support for FIEMAP ioctl
      7a92b518
  7. Aug 04, 2008
  8. Jul 22, 2008
    • Elena Gryaznova's avatar
      b=16388 · c9284df0
      Elena Gryaznova authored
      i=Adilger
      fix sanity (Wangdi typo in setup/cleanup 101)
      c9284df0
  9. Jul 07, 2008
    • Eric Mei's avatar
      branch: HEAD · de3c3fdf
      Eric Mei authored
      port Adaptive Timeouts from b1_6 to HEAD.
      b=14071
      r=nathan
      r=adilger
      de3c3fdf
  10. Jul 04, 2008
    • Wang Di's avatar
      Branch: HEAD · 89a5b725
      Wang Di authored
      add stride read-ahead test case
      b=16172
      i=adilger,nikita
      89a5b725
  11. Jul 03, 2008
    • Johann Lombardi's avatar
      Branch HEAD · 1a6bdd9c
      Johann Lombardi authored
      b=16260
      
      Add test 119d (has just been added by bug 15950) to the except list until bug
      16260 is fixed.
      1a6bdd9c
    • Johann Lombardi's avatar
      Branch HEAD · 6a179ab8
      Johann Lombardi authored
      b=15950
      i=wangdi
      i=shadow
      
      The direct IO path doesn't call check_rpcs to submit a new RPC once
      one is completed. As a result, some RPCs are stuck in the queue
      and are never sent.
      Merge brw_interpret() and brw_interpret_oap().
      6a179ab8
  12. Jul 01, 2008
    • kalpak's avatar
      · c16f92af
      kalpak authored
      b=13128
      i=adilger
      i=johann
      
      add -gid,-group,-uid-,-user options to lfs find
      c16f92af
  13. Jun 27, 2008
  14. Jun 24, 2008
    • Johann Lombardi's avatar
      Branch HEAD · a9c91dfb
      Johann Lombardi authored
      b=15677
      i=zhenyu.xu
      
      Tiny fix when the MDS is also the client node. Don't set the checksum
      type for MDS's OSCs.
      a9c91dfb
  15. Jun 16, 2008
    • Elena Gryaznova's avatar
      b=14384 · 34438f3d
      Elena Gryaznova authored
      i=Adilger
      remove tdir creation from run_one: the test has to create tdir by
      itself if it needs this dir
      34438f3d
  16. Jun 09, 2008
    • Robert Read's avatar
      Branch HEAD · 2578f69d
      Robert Read authored
      b=15929
      i=grev
      
      Cleanup PATH in tests so absolute paths are used, and
      each path is added at most once.
      2578f69d
  17. Jun 05, 2008
  18. May 29, 2008
  19. May 28, 2008
    • Elena Gryaznova's avatar
      b=12622 · 5ea29db4
      Elena Gryaznova authored
      add 51d to ALWAYS_EXCEPT list
      5ea29db4
    • Elena Gryaznova's avatar
      b=14773 · a1adf1e9
      Elena Gryaznova authored
      i=Adilger
      
      rename subtests to skipping mechanism works properly
      a1adf1e9
    • komaln's avatar
      b=14471 · 0fe560ea
      komaln authored
      r=adilger
      
      to replace the sysctl lustre.* and lnet.* instances with lctl {get,set}_param
      0fe560ea
  20. May 23, 2008
    • komaln's avatar
      b=14471 · 8358951a
      komaln authored
      r=Adilger
      
      to remove instances of /proc/sys in sanity.sh by using either sysctl or lctl {get,set}_param
      8358951a
  21. May 21, 2008
  22. May 20, 2008
    • bwzhou's avatar
      Branch HEAD · 024a2f89
      bwzhou authored
      b=13285
      r=adilger, deen
      
      1. updated ext3-mballoc3-core.patch and added ext3-max-dir-size.patch to limit the maximum size of a directory;
      2. updated other ldiskfs patches to resolve patch conflicts caused by the above two new patches;
      3. added a test case in sanity.sh.
      024a2f89
  23. May 15, 2008
    • kalpak's avatar
      Description: MDS may lose file striping (and hence file data) in some cases · 280746c3
      kalpak authored
        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=adilger
      i=kalpak.shah (test by adilger)
      b=15777
      280746c3
  24. May 12, 2008
    • kalpak's avatar
      · 56fca674
      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
      56fca674
  25. May 11, 2008
    • bwzhou's avatar
      Branch HEAD · 9d3e6f4c
      bwzhou authored
      b=15521
      r=adilger, grev
      
      the test case for bug 15521
      9d3e6f4c
  26. May 08, 2008
    • Elena Gryaznova's avatar
      b=15738 · fb2f55d7
      Elena Gryaznova authored
      i=Adilger
      
      sanity test_118* fixes; set fail loc on all oss nodes
      fb2f55d7
  27. Apr 16, 2008
    • Yury Umanets's avatar
      b=14901 · 1db4e9b4
      Yury Umanets authored
      r=adilger,grev
      - make synchronous fix for HEAD as in 1.6. Do not use RUNAS_ID + 1 in test_72.
      1db4e9b4
    • Elena Gryaznova's avatar
      b=15513 · 24a51159
      Elena Gryaznova authored
      i=Yury.Umanets
      i=Alexey.Lyashkov
      force test_69 to fail if directio write failed
      24a51159
  28. Apr 10, 2008
    • Yury Umanets's avatar
      b=14901 · d037b803
      Yury Umanets authored
      r=grev,yujian,panda
      - fixes issues with testing environment setup in test_72 as well in other tests with using check_runas_id() which did not return anything. Added check_runas_id_ret() which is used in cases when test needs to get error code while checking existing specific uid in test system.
      d037b803
  29. Apr 07, 2008
    • Elena Gryaznova's avatar
      b=15221 · 33c4541c
      Elena Gryaznova authored
      i=Adilger
      sanity test_71, recovery-small test_26 fixes
      renumbering test_26->test_26a
      FAIL_ON_ERROR initialization in cfg
      error, remote_mds, remote_ost fn fixes (b=14763, comment 19)
      33c4541c
  30. Mar 18, 2008
    • bwzhou's avatar
      Branch HEAD · 3c4bc4ec
      bwzhou authored
      b=13285
      r=johann, deen
      
      sanity-ppc-sles.diff            # CFS:   Fix for 64 bit ppc SLES9 systems
      3c4bc4ec
  31. Mar 12, 2008
  32. Mar 11, 2008
    • Elena Gryaznova's avatar
      b=13007 · 71e71537
      Elena Gryaznova authored
      i=Adilger
      
      test_78: limit filesize to 1/2 of memtotal -256MB
      71e71537
Loading