- Nov 19, 2008
-
-
Alexey Lyashkov authored
Branch b1_6 b=16492 i=umka i=tappro
-
- Nov 14, 2008
-
-
Elena Gryaznova authored
i=Oleg.Drokin RACER acc-sm test suit
-
Elena Gryaznova authored
i=Adilger skip sanity test_100 for NETTYPE != tcp
-
- Nov 13, 2008
-
-
Oleg Drokin authored
r=shadow,adilger Lift 4G limit on stripe_size*stripe_count 4G limit on stripe_size remains in place, though.
-
- Nov 12, 2008
-
-
Elena Gryaznova authored
i=Yury.Umanets insanity cleanup (remove dup fn, sync with HEAD t-f)
-
Elena Gryaznova authored
i=Oleg.Drokin new runracer script
-
Elena Gryaznova authored
i=Adilger use current config instead of reformat fs to have a single ost
-
- Nov 11, 2008
-
-
Elena Gryaznova authored
i=Adilger conf-sanity test_32* fix to not be skipped for remote setup
-
- Nov 07, 2008
-
-
Elena Gryaznova authored
i=Adilger replace cleanup_and_setup_lustre fn by check_and_setup_lustre fn
-
Elena Gryaznova authored
i=Adilger check config if lustre is mounted before acc-sm run
-
Elena Gryaznova authored
i=Brian assert_DIR cleanup
-
Bobi Jam authored
b=16578 o=adilger A faster way to get long string.
-
- Nov 06, 2008
-
-
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.
-
- Nov 05, 2008
-
-
Elena Gryaznova authored
i\Adilger correct remote_[mds|ost] fn to work correctly on configuration with several MDS/OSS nodes
-
Jinshan Xiong authored
b=15715 r=adilger,green Fixed the race of destroying and enqueuing a ldlm lock at OST side.
-
Bobi Jam authored
b=16578 i=adilger Description: ldlm_cancel_pack()) ASSERTION(max >= dlm->lock_count + count) Details : If there is no extra space in the request for early cancels, ldlm_req_handles_avail() returns 0 instead of a negative value.
-
- Nov 03, 2008
-
-
Mikhail Pershin authored
b:12512 i:grev, adilger
-
tianzy authored
fix an error in the test_18 of sanity-quota.sh b=17523 i=johann i=panda
-
- Oct 31, 2008
-
-
Elena Gryaznova authored
i=Nikita sanity test_100 fix
-
Elena Gryaznova authored
i=Nikita test_53 fix
-
Elena Gryaznova authored
o=Robert.Read i=grev test_27u fix
-
Yang Sheng authored
b=17379 i=adilger, johann Test case for recursive symlink.
-
- Oct 28, 2008
-
-
Bobi Jam authored
b=17093 o=Btian Behlendorf (behlendorf1@llnl.gov) for mgs part o=E. Gryaznova (grev) for test framework i=nathan.rutman i=adilger Do writeconf only explicitly required.
-
- Oct 27, 2008
-
-
Hongchao Zhang authored
handle the problem of test_120a in sanity.sh: 1 cancel RPC occured b=14502 i=adilger i=grev
-
- Oct 24, 2008
-
-
Elena Gryaznova authored
i=Adilger i=Tappro init facets vars for mounted lustre
-
Elena Gryaznova authored
i=Nathan skip replay/recovery tests if remote MDS/OSS with nodsh lost_test55 fix
-
- Oct 23, 2008
-
-
Elena Gryaznova authored
i=Nathan skip replay/recovery tests if remote MDS/OSS with nodsh lost test_27 fix
-
Yury Umanets authored
r=tappro - small fix from Mike
-
- Oct 22, 2008
-
-
Elena Gryaznova authored
i=Johann recovery-small exception for FAILURE_MODE=HARD and mixed ost devices
-
Elena Gryaznova authored
i=Nikita do_nodes fix for case when list contains a single node $HOSTNAME
-
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
-
- Oct 21, 2008
-
-
Robert Read authored
b=1819 i=adilger i=nathan Add an import file to the osc, mdc, and mgc proc dir, and include test for new proc file.
-
Yury Umanets authored
-
Yury Umanets authored
r=adilger,johann - handle log_cancel resent correctly; - some cleanups in llog.
-
- Oct 20, 2008
-
-
tianzy authored
fix the test_19 of sanity-quota.sh b=14909 i=johann
-
- Oct 17, 2008
-
-
Elena Gryaznova authored
i=Adilger fix for remote [mds|ost] with nodsh
-
Elena Gryaznova authored
i=Adilger fix for remote [mds|ost] with nodsh
-
Elena Gryaznova authored
i=Adilger fix for remote [mds|ost] with nodsh
-
Elena Gryaznova authored
i=Adilger fix for remote [mds|ost] with nodsh
-
Elena Gryaznova authored
i=Brian create machinefile on $TMP, cleanup machinefile
-