Skip to content
Snippets Groups Projects
  1. Nov 24, 2008
    • Elena Gryaznova's avatar
      b=17747 · f8518f8d
      Elena Gryaznova authored
      i=Tappro
      FAIL_ON_ERROR=false fix: force suits exit 1 if some tests failed
      f8518f8d
  2. Nov 19, 2008
  3. Nov 11, 2008
    • Elena Gryaznova's avatar
      b=16551 · ee78b870
      Elena Gryaznova authored
      i=Adilger
      conf-sanity test_32* fix to not be skipped for remote setup
      ee78b870
  4. Nov 06, 2008
    • Yury Umanets's avatar
      b=17310 · 8c981415
      Yury Umanets authored
      r=johann,shadow
      
      - fixes ptlrpcd blocking on very long reply unlink waiting. To do so new rpc phase introduced
      RQ_PHASE_UNREGISTERING in which request stay until we have reply_in_callback() called by lnet
      signaling that reply is unlinked. All requests in this state are skipped in processing by prlrcd
      instead of waiting n * 300s on each of them. This allows ptlrpcd to process other rpcs in the set;
      
      - make sure that inflight count is coherent with being present on sending or delay list. That is,
      if we see inflight != 0, rpc must be on one of these lists. This is very helpful in
      ptlrpc_invalidate_import() to show all rpcs still waiting after invalidating import;
      
      - in ptlrpc_invalidate_import() wait maximal rq_deadline - now from all inflight rpcs instead of
      obd_timeout which may be much longer. If calculated timeout is 0, obd_timeout is used. This fixes
      the issue that rq_deadline - now > obd_timeout (very easy to see in logs) which led to inflight !=
      0 assert because inflight rpcs timed out later than our wait period is finished;
      
      - in ptlrpc_invalidate_import() wait forever for rpcs in UNREGISTERING phase. Check in assert for
      inflight == 0 for wait timed out case if no rpcs in UNREGISTERING phase. Only those in
      UNREGISTERING phase are allowed to stay longer than obd_timeout;
      
      - added ptlrpc_move_rqphase() function. All phase changes go through it. Add debug_req() there to
      track down all phase changes;
      
      - conf_sanity.sh test_45 added to emulate very long reply unlink and also situation when
      rq_deadline - now > obd_timeout;
      
      - do not wait forever in ptlrpc_unregister_reply() for async case (using it from sets). sync case
      left unchanged;
      
      - make sure that ptlrpc_set_next_timeout() yields 1s timeout (instead of 0s) for the set with rpcs
      in "unregistering" stage to prevent ptlrpcd from sleeping forever and hanging in test_45;
      
      - in ptlrpcd() make sure that we do not sleep on 0 timeout.
      8c981415
  5. Oct 22, 2008
    • Elena Gryaznova's avatar
      b=16551 (att 19784) · a67b6de0
      Elena Gryaznova authored
      o=Adilger
      i=grev
      skip replay/recovery tests if remote MDS/OSS with nodsh
      
      b=16551 (att 19835)
      i=Nathan
      do skip_rem[mds|ost] check only if test suit is run; fail acc-sm if
      tests suits were skipped due to nodsh
      
      b=17326
      i=Alexey.Lyashkov
      remove now-useless remount/reconfig for liblustre;
      always add accept=all fo lnet module
      a67b6de0
  6. Oct 08, 2008
  7. Oct 03, 2008
  8. Sep 30, 2008
    • Alexey Lyashkov's avatar
      · f36d9a3f
      Alexey Lyashkov authored
      parallel llog init
      Branch HEAD
      b=16679
      i=umka
      f36d9a3f
  9. Sep 27, 2008
    • Yury Umanets's avatar
      b=16727 · 54e6e244
      Yury Umanets authored
      r=adilger,shadow
      
      - various CMD related fixes.
      54e6e244
  10. Sep 22, 2008
  11. Sep 05, 2008
    • Alexey Lyashkov's avatar
      fix paralel init for llog. · 7dc277d1
      Alexey Lyashkov authored
      make llog more smp safe.
      don't write big array into journal.
      fix return codes in llog_put_cat_list/llog_get_cat_list.
      
      Branch b1_6
      b=16679
      i=umka
      i=adilger
      7dc277d1
  12. Aug 29, 2008
  13. Aug 27, 2008
    • Elena Gryaznova's avatar
      b=16209 · f330caec
      Elena Gryaznova authored
      i=Robert.Read
      o=Brian.Behlendorf
      test_27b fix: check mount
      f330caec
    • Elena Gryaznova's avatar
      b=16209 · a89e26a4
      Elena Gryaznova authored
      i=Robert.Read
      o=Brian.Behlendorf
      test_27b fix: check mount
      a89e26a4
  14. Aug 20, 2008
    • Elena Gryaznova's avatar
      b=15637 · df29d5f1
      Elena Gryaznova authored
      i=Adilger
      fix test_18 to check the available space
      df29d5f1
    • Elena Gryaznova's avatar
      b=15637 · 72ccad95
      Elena Gryaznova authored
      i=Adilger
      fix test_18 to check the available space
      72ccad95
  15. Aug 15, 2008
    • Bobi Jam's avatar
      Branch b1_6 · 4cddfee1
      Bobi Jam authored
      b=16317
      i=adilger
      
      conf-sanity test case for verifying that the mounted client data is present.
      4cddfee1
  16. Aug 05, 2008
    • Alexey Lyashkov's avatar
      don't fail open with -ERANGE. · a7520963
      Alexey Lyashkov authored
      if client connected until mds will be know about real ost count
      get LOV EA can be fail because mds not allocate enougth buffer
      for LOV EA.
      Branch b1_6
      b=16080
      i=tappro
      i=johann
      a7520963
  17. Jul 22, 2008
    • Elena Gryaznova's avatar
      b=16290 · 6d23e408
      Elena Gryaznova authored
      i=Adilger
      i=Zhenyu.Xu
      conf-sanity test_41 fix for ostcount -ne 1
      6d23e408
    • Elena Gryaznova's avatar
      b=16290 · 359ce3d7
      Elena Gryaznova authored
      i=Adilger
      i=Zhenyu.Xu
      conf-sanity test_41 fix for ostcount -ne 1
      359ce3d7
  18. Jul 16, 2008
    • Elena Gryaznova's avatar
      b=15745 · d9551834
      Elena Gryaznova authored
      i=Adilger
      avoid rm -fr failure caused by nfs slowness
      d9551834
    • Elena Gryaznova's avatar
      b=15745 · fdd76f93
      Elena Gryaznova authored
      i=Adilger
      avoid rm -fr failure caused by nfs slowness
      fdd76f93
  19. Jul 07, 2008
    • Bobi Jam's avatar
      Branch b1_6 · 3a7e26a0
      Bobi Jam authored
      b=14693
      o=bowen.zhou
      i=johann, bobijam
      
      test case for "'lctl conf_param' stores invalid parameter, future mounts fail"
      3a7e26a0
    • Bobi Jam's avatar
      Branch HEAD · 4570931c
      Bobi Jam authored
      b=14693
      o=bowen.zhou
      i=johann, bobijam
      
      test case for "'lctl conf_param' stores invalid parameter, future mounts fail"
      4570931c
  20. 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
    • Elena Gryaznova's avatar
      b=14384 · 82a04719
      Elena Gryaznova authored
      i=Adilger
      remove tdir creation from run_one: the test has to create tdir by
      itself if it needs this dir
      82a04719
  21. Jun 13, 2008
    • Bobi Jam's avatar
      Branch HEAD · e93bb7ed
      Bobi Jam authored
      b=14134
      i=johann
      
      minor fix handling '/etc/mtab' issue.
      e93bb7ed
    • Bobi Jam's avatar
      Branch b1_6 · 9d63be6b
      Bobi Jam authored
      b=14134
      i=johann
      
      minor fix handling '/etc/mtab' issue.
      9d63be6b
  22. Jun 11, 2008
  23. Jun 10, 2008
    • 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
  24. May 30, 2008
    • Bobi Jam's avatar
      Branch HEAD · 7c3a4c77
      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.
      7c3a4c77
    • 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
  25. May 28, 2008
    • Elena Gryaznova's avatar
      b=14773 · a1adf1e9
      Elena Gryaznova authored
      i=Adilger
      
      rename subtests to skipping mechanism works properly
      a1adf1e9
    • Elena Gryaznova's avatar
      b=14773 · dc1c901c
      Elena Gryaznova authored
      i=Adilger
      
      rename subtests to skipping mechanism works properly
      dc1c901c
    • komaln's avatar
      b=14471 · 0fe560ea
      komaln authored
      r=adilger
      
      to replace the sysctl lustre.* and lnet.* instances with lctl {get,set}_param
      0fe560ea
    • komaln's avatar
      b=14471 · e03c43e3
      komaln authored
      r=Andreas
       to replace the sysctl lustre.* and lnet.* instances with lctl {get,set}_param
      e03c43e3
  26. May 26, 2008
    • Elena Gryaznova's avatar
      b=15874 · c3764dc8
      Elena Gryaznova authored
      i=Adilger
      
      skip test_32a, test_32b for NETTYPE != tcp
      c3764dc8
    • Elena Gryaznova's avatar
      b=15874 · b45f6ede
      Elena Gryaznova authored
      i=Adilger
      
      skip test_32a, test_32b for NETTYPE != tcp
      b45f6ede
Loading