- Oct 15, 2008
-
-
Elena Gryaznova authored
i=Johann skip some tests if there are several ost services on oss node
-
- Jun 16, 2008
-
-
Elena Gryaznova authored
i=Adilger remove tdir creation from run_one: the test has to create tdir by itself if it needs this dir
-
- Jun 13, 2008
-
-
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.
-
- Jun 09, 2008
-
-
Robert Read authored
b=15929 i=grev Cleanup PATH in tests so absolute paths are used, and each path is added at most once.
-
- May 28, 2008
-
-
Elena Gryaznova authored
i=Adilger rename subtests to skipping mechanism works properly
-
komaln authored
r=adilger to replace the sysctl lustre.* and lnet.* instances with lctl {get,set}_param
-
- May 20, 2008
-
-
komaln authored
r=Andreas replace /proc/fs/lustre access with lctl set_param
-
- Mar 12, 2008
-
-
Elena Gryaznova authored
i=Scjody i=Adilger multiop race fix
-
Alexey Lyashkov authored
because this bugs fixed already.
-
Bobi Jam authored
b=14321 remove replay-dual test_14 from ALWAYS_EXCEPT list.
-
- Feb 28, 2008
-
-
chenzheng authored
i=grev add the following fail tests to always-except list: sanity 65a, 65e replay_dual 14 insanity 2, 4 replay_single 56, 59 conf_sanity 33a liblustre
-
- Feb 20, 2008
-
-
Elena Gryaznova authored
i=Adilger more fixes to reduce acc-sm time; set SLOW=no default
-
- Feb 12, 2008
-
-
Elena Gryaznova authored
i=Adilger change tdir to start from d0 to be cleaned up automatically
-
- Jan 29, 2008
-
-
Eric Mei authored
- redesigned remote acl support, by FanYong b=11842 r=pravin.shelar, eric.mei - new sptlrpc configure interface b=13642 r=yong.fan, rahul.deshmukh - split kerberos keytab for lustre_root b=13873 r=yong.fan, h.huang - fix setuid for gss with linux keyring b=13899 r=yong.fan, h.huang
-
- Dec 12, 2007
-
-
Elena Gryaznova authored
i=Adilger report the slow and excluded tests separately
-
- Nov 27, 2007
-
-
Elena Gryaznova authored
i=Adilger acc-sm "SLOW" list (all scripts)
-
- Nov 02, 2007
-
-
Elena Gryaznova authored
i=Nathan t-f fn wait_exit_ST() b=13798 i=Adilger Use TESTSUITE in tdir b=12599 i=Nathan lost fix
-
- Sep 14, 2007
-
-
Nathan Rutman authored
i=adilger df after clearing fail_loc
-
- Sep 06, 2007
-
-
Elena Gryaznova authored
i=Brian i=Nathan i=Tianzy i=Wangdi grant check Wangdi patch; elimination of duplicated code.
-
- Aug 30, 2007
-
-
Elena Gryaznova authored
b=13367 i=Adilger i=Nathan t-f skip(); use logs for all test scripts helper remote_mds() remote_ost()
-
- Aug 22, 2007
-
-
Elena Gryaznova authored
i=Nathan Set fail_loc properly on remote mds. Abort test if zconf_mount $MOUNT2 fail.
-
- Jul 30, 2007
-
-
Mikhail Pershin authored
-
- May 16, 2007
-
-
Andreas Dilger authored
Remove extra blank lines.
-
- Feb 20, 2007
-
-
Nathan Rutman authored
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Jul 02, 2005
-
-
alex authored
-
- Jun 18, 2005
-
-
alex authored
- drop fail_loc to 0 in test 20
-
- Jun 16, 2005
-
-
alex authored
-
- May 18, 2005
-
-
alex authored
-
- May 14, 2005
- May 13, 2005
-
-
Eric Mei authored
sanityN, sanity-ldlm.
-
- Apr 04, 2005
-
-
Yury Umanets authored
-
- Mar 31, 2005
-
-
Eric Mei authored
-
- Nov 19, 2004
-
-
Yury Umanets authored
- changed mds_alloc_inode_sid() to allocate lustre_id in memory if there is no passed one. This makes mds stuff do not use lustre_id allocated on stack if there is only need to allocate inode sid without using it later. This makes stack consumption smaller by 40 bytes in each such a case. - in mds_setup() whrn comparing strings passed from userspace use strncmp() - root lustre_id should be set up also in cases when there is no profile. - making do not use lustre_id allocated on stack in places where it is possible. - moving mds_finish_transno() calling to place where dput() for dchild is already called to make sure, that unlink op got to current transaction. - lots of changes in lconf. MDSDEV stuff is changed substantionaly. Removing bugs prone code, replacing it by new one about setting up MDS, LMV, etc. Added more verbose messages about MDS, LMV configuration. Removed redundant stuff about forming mount options. It now is moved to function and be used from few places. - fixes in CMOBD and COBD objects about using LMV. - fixed double client_ref adding to LMV, what led to double client config writing on MDS setup.
-
- Oct 23, 2004
-
-
Yury Umanets authored
-
- Jul 22, 2004
-
-
Robert Read authored
Handle server recovery in a new thread, instead of tying up request processing threads. Centralizes the recovery management, including the abort recovery checking.
-
- Jul 13, 2004
-
-
Robert Read authored
update replay-dual.sh and replay-ost-single.sh
-
- Jun 16, 2004
-
-
Robert Read authored
- landed on HEAD
-