Skip to content
Snippets Groups Projects
  1. Jun 16, 2008
    • Yang Sheng's avatar
      Branch b1_6 · f0e1e89f
      Yang Sheng authored
      b=15592
      i=oleg, johann
      
      Correctly handle the FS_RENAME_DOES_D_MOVE flag in Lustre.
      f0e1e89f
  2. Jun 15, 2008
    • bwzhou's avatar
      Branch b1_6 · cf46df18
      bwzhou authored
      b=14693
      r=nathan
      
      Don't return an error for conf_param processing failures
      cf46df18
    • bwzhou's avatar
      Branch b1_6 · b9af6ba8
      bwzhou authored
      b=13285
      r=adilger, deen
      
      not to fail the import when -EFBIG is returned
      b9af6ba8
  3. Jun 13, 2008
    • Andrew Perepechko's avatar
      branch b1_6 · 63fe853b
      Andrew Perepechko authored
      b=14010
      i=shadow
      i=green
      
      update WRITE to OBD_BRW_WRITE
      63fe853b
    • kalpak's avatar
      b=15932 · dfcdfbf7
      kalpak authored
      i=adilger,alex
      
      - if blocks per group is less than blocksize*8, set rest of the bitmap to 1.
      - check return of ext2_find_next_le_bit for overflow.
      dfcdfbf7
    • Bobi Jam's avatar
      Branch b1_6 · 9d63be6b
      Bobi Jam authored
      b=14134
      i=johann
      
      minor fix handling '/etc/mtab' issue.
      9d63be6b
  4. Jun 12, 2008
    • Brian J. Murrell's avatar
      b=15870 · 1e450134
      Brian J. Murrell authored
      i=adilger
      
      Backing this out as it tries to solve a problem that doesn't really exist
      and causes build breakage in doing so.
      
      I have advised the customer that opened this bug as to how they can fix
      thier OFED source pool to match the interface provided by the
      kernel-ib-devel RPM, which is our reference implementation.
      1e450134
    • Elena Gryaznova's avatar
      fix for · f7a962c2
      Elena Gryaznova authored
      b=15255
      i=Adilger
      umount $MOUNT2 only if it is set
      f7a962c2
    • Bobi Jam's avatar
      Branch b1_6 · 63bd84ef
      Bobi Jam authored
      b=15345
      o=johann
      i=bobijam, nathan
      
      check --writeconf flag when forcing the index.
      63bd84ef
  5. Jun 11, 2008
  6. Jun 10, 2008
    • komaln's avatar
      b=14471 · 1aebd963
      komaln authored
      i=adilger
      
        replace /proc/fs/lustre access with lctl {get,set}_param in test-framework.sh
      1aebd963
    • bwzhou's avatar
      Branch b1_6 · 503657b5
      bwzhou authored
      b=15436
      r=nathan, bobijam
      
      remove failover mgs setting from mkfs_lustre
      503657b5
  7. Jun 09, 2008
    • Robert Read's avatar
      Branch b1_6 · df8c461e
      Robert Read authored
      b=15929
      i=grev
      
      Cleanup PATH in tests so absolute paths are used, and
      each path is added at most once.
      df8c461e
    • Elena Gryaznova's avatar
      b=16019 · 65d9564b
      Elena Gryaznova authored
      i=Maxim.Patlasov
      
      get rid of quotation in "options lnet"
      65d9564b
  8. Jun 08, 2008
  9. Jun 07, 2008
    • Yury Umanets's avatar
      b=15226 · 23cc7c5f
      Yury Umanets authored
      r=nikita,shadow
      - fixes about packing/unpacking pool SLV and Limit while pool and its ns may be in finalization stage;
      - cleanups, comments.
      23cc7c5f
  10. Jun 05, 2008
    • Robert Read's avatar
      Branch b1_6 · f8c02e26
      Robert Read authored
      b=13537
      i=grev
      
      The old test was using the used space rather than free space. This fixes
      that and also cuts the amount by half, so we don't completely fill up the
      fs. It also caps the size at 1GB, like the previous version.
      f8c02e26
    • Robert Read's avatar
      Branch b1_6 · 6c0b4e4c
      Robert Read authored
      b=15928
      i=grev
      
      Reset the current directory after the each test completes.
      6c0b4e4c
    • Walter Poxon's avatar
      add racer scripts on b1_6 · 746a86de
      Walter Poxon authored
      746a86de
  11. Jun 04, 2008
  12. Jun 03, 2008
    • Yury Umanets's avatar
      b=15440 · ae95e3b9
      Yury Umanets authored
      r=shadow,nikita
      
      - fixes missed CFS_INIT_LIST_HEAD(&ns->ns_list_chain);
      - cleanups about ns list maintaining;
      - cleanups about function names;
      - call ldlm_namespace_unregister() before waiting for refc == 0 as ldlm_namespace_unregister() drops ns refc.
      ae95e3b9
    • komaln's avatar
      b=14471 · 7084161e
      komaln authored
      i=nathan, andreas
      To add -N option in lctl get_param which will print only path names.
      7084161e
  13. May 30, 2008
    • Yang Sheng's avatar
      Branch b1_6 · 0672bb3c
      Yang Sheng authored
      b=15594
      i=adilger, shadow
      
      The dd has a change of behaviour in 2.6.22 kernel. It might return
      a partial read from read() system-call in some case.
      0672bb3c
    • Bobi Jam's avatar
      Branch b1_6 · 393d7342
      Bobi Jam authored
      b=14134
      i=nathan, johann
      
      Description: enable MGS and MDT services start separately
      Details    : add a 'nomgs' option in mount.lustre to enable start a MDT with
                   a co-located MGS without starting the MGS, which is a complement
                   to 'nosvc' mount option.
      393d7342
  14. May 29, 2008
    • Vitaly Fertman's avatar
      Branch b1_6 · 208c1fc6
      Vitaly Fertman authored
      b=15904
      i=shadow
      i=wangdi
      
      clean log_commit_master properly at cleanup in llog_commit_thread()
      208c1fc6
    • Alexey Lyashkov's avatar
      cleanup in ptlrpc code, related to ppc platform · e730f3ea
      Alexey Lyashkov authored
      avoid twice swabing one msg buffer
      fix get LOV_GET_INFO on ppc platform.
      b=14856
      i=nikita
      i=adilger
      e730f3ea
    • Bobi Jam's avatar
      Branch b1_6 · d4c52a03
      Bobi Jam authored
      b=13310
      o=eeb
      i=joahnn, nikita
      
      The bug is that target_send_reply_msg() calls ptlrpc_error() if 'rc != 0', but
      "difficult" replies may not be passed to rpc_error().
      d4c52a03
    • Vladimir Saveliev's avatar
      b=15346 · 442d55e6
      Vladimir Saveliev authored
      i=green,shadow,vitaly
      
      skiplists are used to group compatible locks on granted list
      that was implemented as tracking first and last lock of each lock group
      the patch changes that to using doubly linked lists
      442d55e6
  15. May 28, 2008
    • Elena Gryaznova's avatar
      b=15876 · d9a3d1e7
      Elena Gryaznova authored
      i=Adilger
      
      skip LFSCK test for remote MDS also
      d9a3d1e7
    • Elena Gryaznova's avatar
      b=14773 · dc1c901c
      Elena Gryaznova authored
      i=Adilger
      
      rename subtests to skipping mechanism works properly
      dc1c901c
    • Eric Mei's avatar
      branch: b1_6 · 225bdb44
      Eric Mei authored
      a better way to fix the script.
      b=13659
      225bdb44
    • Brian J. Murrell's avatar
      b=15908 · 2e1d5e50
      Brian J. Murrell authored
      i=johann
      i=zhenyu.xu:
      
      Small message correction.
      2e1d5e50
    • Eric Mei's avatar
      branch: b1_6 · 9ccb5304
      Eric Mei authored
      fix test script: at_start return correct value.
      b=13659
      r=grev
      9ccb5304
Loading