- Jun 18, 2008
-
-
Andreas Dilger authored
Specify tag reference correctly. b=16008 i=rread
-
Andreas Dilger authored
Update the top-level "lustre" module to the specified version/release tag so that it is not affected by later changes to the files (esp. Makefile.in). b=16008 i=rread
-
Elena Gryaznova authored
i=Robert.Read skip sanity-quota for HEAD
-
Eric Mei authored
fix sanity check in mdt_req_handle. b=16076 r=wangdi r=umka
-
Brian J. Murrell authored
i=adilger Forgot to remove the ChangeLog entry when I backed this patch out.
-
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.
-
- Jun 17, 2008
-
-
Jinshan Xiong authored
r=nikita,isaac cl_lock_page_list optimization. For lnet: just copied the macro list_for_each_entry_safe_from from linux kernel.
-
Alexey Lyashkov authored
b=15837 i=nikita i=green
-
- Jun 16, 2008
-
-
Nathan Rutman authored
i=rread use HEAD versions of ldiskfs and lnet on generic b_hd_* derived branches
-
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 15, 2008
-
-
bwzhou authored
b=13285 r=adilger, deen not to fail the import when -EFBIG is returned
-
- Jun 13, 2008
-
-
Isaac Huang authored
- use lnet HEAD for HEAD, b_HEAD_AT, b_head_capa, and b_head_interop_disk.
-
Isaac Huang authored
- use lnet branch b1_x for lustre 1.x releases.
-
Yury Umanets authored
r=nikita,shadow - committed missed part of 15226. Cleanups in comments, use doxygen style.
-
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.
-
kalpak authored
i=adilger,alex - if blocks per group is less than blocksize*8, set rest of the bitmap to 1. - check return of ext2_find_next_le_bit for overflow.
-
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.
-
Bobi Jam authored
b=14134 i=johann minor fix handling '/etc/mtab' issue.
-
- Jun 12, 2008
-
-
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.
-
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
-
Bobi Jam authored
b=15345 o=johann i=nathan, bobijam check --writeconf flag when forcing the index.
-
- Jun 11, 2008
-
-
Elena Gryaznova authored
(introduced by deen rev 1.102)
-
Elena Gryaznova authored
i=Adilger test_9, test_10a fixes: do not break DIR value
-
Isaac Huang authored
-
Yang Sheng authored
b=15667 i=andrew, johann Remove the useless function echo_client_ubrw().
-
Alexey Lyashkov authored
b=15716 i=rread i=johann
-
- Jun 10, 2008
-
-
Andreas Dilger authored
Ignore both Module.symvers and Modules.symvers, for SLES.
-
Brian J. Murrell authored
i=yibin.wang i=cliff.white: Add the kernel-ib* RPMs to the reuse strategy.
-
Andreas Dilger authored
Remove obsolete tips from cvsdiffclient header. Move the "editable" comments together, after the instructions, to be more consistent.
-
komaln authored
i=adilger replace /proc/fs/lustre access with lctl {get,set}_param in test-framework.sh
-
Yang Sheng authored
b=15742 i=johann, zhenyu.xu Update to RHEL4 kernel-2.6.9-67.0.15.
-
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.
-
bwzhou authored
b=15776 r=shadow, vitaly Prevent locks stalls on glimpse races
-
bwzhou authored
b=13380 remove test 2 and 4 form ALWAYS_EXCEPT since 13380(13129) is fixed
-
bwzhou authored
b=15436 r=nathan, bobijam remove failover mgs setting from mkfs_lustre
-
Yang Sheng authored
b=15592 i=oleg, shadow Correctly handle the FS_RENAME_DOES_D_MOVE flag in Lustre.
-
- 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.
-
Elena Gryaznova authored
i=Maxim.Patlasov get rid of quotation in "options lnet"
-
- Jun 06, 2008
-
-
Elena Gryaznova authored
i=Brian i=Alexey.Lyashkov Set build_success=true if build_lustre did not fail for case ! PATCHLESS and ! -z LINUX
-
huanghua authored
b=15552 i=nikita.danilov i=adilger - Igif support for the case when of HEAD based server runs on old disk format
-