Skip to content
Snippets Groups Projects
  1. Jan 11, 2009
  2. Dec 31, 2008
  3. Dec 24, 2008
    • Alexey Lyashkov's avatar
      · c0b01862
      Alexey Lyashkov authored
      checking maximal acl size before set.
      
      Branch b_release_1_6_7
      b=17636
      i=johann
      i=deen
      c0b01862
  4. Dec 17, 2008
    • Yury Umanets's avatar
      b=17674 · baffa14d
      Yury Umanets authored
      r=shadow,johann
      
      - do not reset lru_resize ns-connect flags in recconect if server was not upgraded
      baffa14d
  5. Dec 09, 2008
  6. Dec 03, 2008
  7. Nov 24, 2008
    • Eric Mei's avatar
      branch: HEAD · 9edebe08
      Eric Mei authored
      rewrite part of sptlrpc configuration system to be able to interoperate
      with 1.8.
      b=15363
      r=nathan
      r=fanyong
      9edebe08
    • 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
    • Elena Gryaznova's avatar
      b=17747 · efe37534
      Elena Gryaznova authored
      i=Tappro
      FAIL_ON_ERROR=false fix: force suits exit 1 if some tests failed
      efe37534
  8. Nov 20, 2008
    • Alexey Lyashkov's avatar
      · f2e5761d
      Alexey Lyashkov authored
      not send LOV EA under replay, we can't know about they size at this
      time. Don't allow client connect to mds before any ost connected,
      for avoid problems with LOV EA size and returning EIO to client.
      
      Branch HEAD
      b=16080
      i=umka
      i=tappro
      f2e5761d
  9. Nov 19, 2008
  10. 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
  11. Nov 10, 2008
    • Yury Umanets's avatar
      b=17617 (in fact this is part of 17310 for HEAD) · 97622806
      Yury Umanets authored
      - fixes manual_umount_client() in conf_sanity.sh to handle --force correctly as it is used by number of tests (this part should be missed in tests porting);
      
      - add assert before decref mgc refcounter;
      - fixed possible leaked niduuid in case of error;
      - kill @rc in server_put_super() as it is not used;
      - use OBD_FAIL_CHECK_ORSET in ptlrpc_check_set() to avoid assert;
      - enable test_45 as it is working now.
      97622806
  12. Nov 07, 2008
    • Yury Umanets's avatar
      · d0499d45
      Yury Umanets authored
      - mark 45 HEAD_EXCEPT as it fails in HEAD (failure is not related to 17310 where this test was added) and new bug for it is filed - 17617.
      d0499d45
    • Yury Umanets's avatar
      b=17310 · 20d7fb85
      Yury Umanets authored
      r=johann,shadow
      
      - fixes in ptlrcp to handle possible long reply unlink for HEAD.
      20d7fb85
  13. 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
  14. Oct 24, 2008
    • Elena Gryaznova's avatar
      b=16551 (att 19784) · a7fb2159
      Elena Gryaznova authored
      o=Adilger
      i=grev
      skip replay/recovery tests if remote MDS/OSS 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/recofig for liblustre;
      always add accept=all to lnet module
      a7fb2159
  15. Oct 22, 2008
    • Andreas Dilger's avatar
      Branch HEAD · 8ae26eaf
      Andreas Dilger authored
      Start modifying test 32a, 32b (currently disabled) to handle 1.8->2.0
      filesystem upgrade test.
      8ae26eaf
    • 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
  16. Oct 08, 2008
  17. Oct 03, 2008
  18. Sep 30, 2008
    • Alexey Lyashkov's avatar
      · f36d9a3f
      Alexey Lyashkov authored
      parallel llog init
      Branch HEAD
      b=16679
      i=umka
      f36d9a3f
  19. Sep 27, 2008
    • Yury Umanets's avatar
      b=16727 · 54e6e244
      Yury Umanets authored
      r=adilger,shadow
      
      - various CMD related fixes.
      54e6e244
  20. Sep 22, 2008
  21. 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
  22. Aug 29, 2008
  23. 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 · b4f3ea3c
      Elena Gryaznova authored
      i=Robert.Read
      o=Brian.Behlendorf
      test_27b fix: check mount
      b4f3ea3c
    • Elena Gryaznova's avatar
      b=16209 · a89e26a4
      Elena Gryaznova authored
      i=Robert.Read
      o=Brian.Behlendorf
      test_27b fix: check mount
      a89e26a4
  24. Aug 26, 2008
  25. 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
    • Elena Gryaznova's avatar
      b=15637 · 05191de7
      Elena Gryaznova authored
      i=Adilger
      fix test_18 to check the available space
      05191de7
  26. Aug 15, 2008
    • Bobi Jam's avatar
      Branch b1_8_gate · 04259b8e
      Bobi Jam authored
      b=16317
      i=adilger
      
      conf-sanity test case for verifying that the mounted client data is present.
      04259b8e
Loading