Skip to content
Snippets Groups Projects
  1. Jun 19, 2008
  2. Jun 18, 2008
    • Elena Gryaznova's avatar
      b=15967 · 78057a4d
      Elena Gryaznova authored
      i=Robert.Read
      skip sanity-quota for HEAD
      78057a4d
    • Eric Mei's avatar
      branch: HEAD · e7ddc02b
      Eric Mei authored
      fix sanity check in mdt_req_handle.
      b=16076
      r=wangdi
      r=umka
      e7ddc02b
    • Brian J. Murrell's avatar
      b=15870 · f6f2c0a5
      Brian J. Murrell authored
      i=adilger
      
      Forgot to remove the ChangeLog entry when I backed this patch out.
      f6f2c0a5
    • Bobi Jam's avatar
      Branch HEAD · 0c03efd5
      Bobi Jam authored
      b=14480
      o=green
      i=shadow, bobijam
      
      Description: LBUG during stress test
      Details    : Need properly lock accesses the flock deadlock detection list.
      0c03efd5
  3. Jun 17, 2008
  4. 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
  5. Jun 15, 2008
    • bwzhou's avatar
      Branch HEAD · 68c60ec8
      bwzhou authored
      b=13285
      r=adilger, deen
      
      not to fail the import when -EFBIG is returned
      68c60ec8
  6. Jun 13, 2008
    • Yury Umanets's avatar
      b=15226 · 63c214e7
      Yury Umanets authored
      r=nikita,shadow
      - committed missed part of 15226. Cleanups in comments, use doxygen style.
      63c214e7
    • Yury Umanets's avatar
      - reverting part of 15716 as it causes constant assert and stops all testing.... · 7a11bf27
      Yury Umanets authored
      - reverting part of 15716 as it causes constant assert and stops all testing. Shadow is informed and will clean this up shortly.
      7a11bf27
    • Yury Umanets's avatar
      b=15230 · ccaeafd4
      Yury Umanets authored
      r=nikita,shadow
      
      - fixed handling for OBD_FAIL_$PREF_$OPC_NET fail_ids in mdt. Former code did not
      check it correctly (due to typo with && instead of &) in mdt_req_handle() and
      they all did not work. In same time, some handlers like mdt_close() and
      mdt_enqueue() tried to check them again (result of some wrong fix) but again, did
      it not correctly. They returned 0 error without doing anything. This should
      have to emulate network failure. But as they did not allocate reply buffer and
      returned 0 error, they caused rs != NULL assert in ptlrpc. Fxing this also fixed
      replay-single.sh test_53* and replay_dual.sh test_12 and possibly others;
      
      - removed checking for NET fail_id in mdt_close() and mdt_enqueue() - sources
      of recent assert;
      
      - added sanity check in mdt_req_handle() for any other invalid situation about
      returning 0 error and not allocating reply buffers;
      
      - removed mdt_reply(), move its one line call into mdt_req_handle(). This was
      needed to simplify handling NET fail_ids in which case we should just return 0
      and make sure that no reply is sent;
      
      - comments and cleanups;
      
      - in reply-dual.sh - remove test 8 from ALWAYS_EXCEPT. It passes in HEAD.
      Originally for placed into ALWAYS_EXCEPT for old mds code and later moved to
      HEAD test scripts but as mds in HEAD is completely new this bug is making any
      sense there;
      
      - in reply-single.sh - remove tests 0b 39 56 from ALWAYS_EXCEPT. They are
      passing in HEAD. Also they are obsolete and related to closed bugs.
      ccaeafd4
    • Bobi Jam's avatar
      Branch HEAD · e93bb7ed
      Bobi Jam authored
      b=14134
      i=johann
      
      minor fix handling '/etc/mtab' issue.
      e93bb7ed
  7. Jun 12, 2008
    • Brian J. Murrell's avatar
      b=15870 · 3c069df3
      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.
      3c069df3
    • Elena Gryaznova's avatar
      fix for · 496690fd
      Elena Gryaznova authored
      b=15711
      i=Tappro
      set mds${num}failover_HOST properly
      
      fix for
      b=15255
      i=Adilger
      umount $MOUNT2 only if it is set
      496690fd
    • Bobi Jam's avatar
      Branch HEAD · f522aa56
      Bobi Jam authored
      b=15345
      o=johann
      i=nathan, bobijam
      
      check --writeconf flag when forcing the index.
      f522aa56
  8. Jun 11, 2008
  9. Jun 10, 2008
    • komaln's avatar
      b=14471 · 5104d847
      komaln authored
      i=adilger
       replace /proc/fs/lustre access with lctl {get,set}_param in test-framework.sh
      5104d847
    • Yang Sheng's avatar
      Branch HEAD · f6de23fa
      Yang Sheng authored
      b=15742
      i=johann, zhenyu.xu
      
      Update to RHEL4 kernel-2.6.9-67.0.15.
      f6de23fa
    • bwzhou's avatar
      Branch HEAD · c02e5656
      bwzhou authored
      b=15759
      r=rread, green
      
      Description: MDS or OSS service threads fail startup with -24 (-EMFILE)
      Details    : During startup under recovery, it is possible for service
                   thread startup to fail in ptlrpc_start_threads() if one
                   of the threads begins processing a request and then starts
                   an additional thread.  This causes ptlrpc_start_threads()
                   to try and start 1 too many threads and get an error.
      c02e5656
    • bwzhou's avatar
      Branch HEAD · 196a260d
      bwzhou authored
      b=15776
      r=shadow, vitaly
      
      Prevent locks stalls on glimpse races
      196a260d
    • bwzhou's avatar
      Branch HEAD · be5a77ae
      bwzhou authored
      b=13380
      
      remove test 2 and 4 form ALWAYS_EXCEPT since 13380(13129) is fixed
      be5a77ae
    • bwzhou's avatar
      Branch HEAD · 0a59213d
      bwzhou authored
      b=15436
      r=nathan, bobijam
      
      remove failover mgs setting from mkfs_lustre
      0a59213d
    • Yang Sheng's avatar
      Branch HEAD · c9704328
      Yang Sheng authored
      b=15592
      i=oleg, shadow
      
      
      Correctly handle the FS_RENAME_DOES_D_MOVE flag in Lustre.
      c9704328
  10. 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
    • Elena Gryaznova's avatar
      b=16019 · b0a0fecc
      Elena Gryaznova authored
      i=Maxim.Patlasov
      
      get rid of quotation in "options lnet"
      b0a0fecc
  11. Jun 06, 2008
    • huanghua's avatar
      Branch HEAD · 3c9e8962
      huanghua authored
      b=15552
      i=nikita.danilov
      i=adilger
      
      - Igif support for the case when of HEAD based server runs on old disk format
      3c9e8962
  12. Jun 05, 2008
  13. Jun 04, 2008
    • deen's avatar
      Change LASSERTs to client eviction (i.e. abort client's recovery) · e662ad50
      deen authored
      because LASSERT on both the data supplied by a client, and the data
      on disk is dangerous and incorrect.
      
      b=15574
      i=adilger
      i=shadow
      e662ad50
    • Yang Sheng's avatar
      Branch HEAD · db32b282
      Yang Sheng authored
      b=15741
      i=johann, zhenyu.xu
      
      Update kernel to RHEL5 kernel-2.6.18-53.1.19.el5.
      db32b282
    • Yury Umanets's avatar
      b=15226 · fce887d1
      Yury Umanets authored
      r=shadow,nikita
      - fixes issue with accessing freed @ns on behalf rpc handling when some late rpc comes in fini time;
      - add new comments in functions, converts existing ones to be inline wigth doxygen comments policies.
      fce887d1
  14. Jun 03, 2008
    • Yury Umanets's avatar
      b=15440 · 35b38cc1
      Yury Umanets authored
      - missed part of 15440. Do not forget to call ldlm_pool_fini() before removing ns proc dir;
      
      - call ldlm_namespace_unregister() namespace _before_ __ldlm_namespace_free() which is waiting for refc == 0 as ldlm_namespace_unregister() drops refc.
      35b38cc1
    • komaln's avatar
      b=14471 · 39a7c4ac
      komaln authored
      r=nathan, andreas
      
      To add -N option in lctl get_param which will print only path names.
      39a7c4ac
Loading