Whamcloud - gitweb
fs/lustre-release.git
15 years agob=18414
maxim [Tue, 7 Apr 2009 11:09:13 +0000 (11:09 +0000)]
b=18414
i=isaac
i=liang
Landing a patch fixing 'running out of ports' issue on HEAD. The patch
essentially does:
 - add a delay before next reconnect attempt in ksocklnd in the case of lost race;
 - limit the frequency of query-requests in lnet;
 - special handling of 'dead peer' notifications in lnet.

15 years agoBranch HEAD
zam [Tue, 7 Apr 2009 06:39:30 +0000 (06:39 +0000)]
Branch HEAD
b=18988
i=alexey.lyashkov
i=jinshan.xiong
i=adilger

If append write, vvp_io_write_start sets pos to the end of the file and
doesn't touch kiocb->ki_pos, it triggers BUG_ON(iocb->ki_pos != pos) in Linux
kernel code.  This patch adds missing ki_pos adjustment.

15 years agoBranch HEAD
robert.read [Tue, 7 Apr 2009 05:05:20 +0000 (05:05 +0000)]
Branch HEAD
b=18554
o=shadow,rread
i=zam
i=eric.mei

Full fix for 18554. Includes original patch, Shadow's new fixes, and a test.

15 years agoBranch HEAD
bobijam [Tue, 7 Apr 2009 01:31:54 +0000 (01:31 +0000)]
Branch HEAD
b=17378
i=robert.read

add test case: sanity.sh test_17h()

15 years agoBranch HEAD
bobijam [Tue, 7 Apr 2009 01:28:12 +0000 (01:28 +0000)]
Branch HEAD
b=17378
i=johann
i=andrew.perepechko (panda)

qos_shrink_lsm() may allocate a new lsm while lov_free_memmd() still exerting on
old lsmp causes LBUG.

15 years agob=18798
nathan [Mon, 6 Apr 2009 20:26:54 +0000 (20:26 +0000)]
b=18798
i=rread
i=adilger
Track import connection state changes in a new osc/mdc proc file
Add overview-type data to the osc/mdc import proc file.

15 years agoFix compile error when building v1_9_164 on Cray.
deen [Mon, 6 Apr 2009 12:26:24 +0000 (12:26 +0000)]
Fix compile error when building v1_9_164 on Cray.

b=18855
i=sheng.yang
i=edg

15 years agob=17973
grev [Sat, 4 Apr 2009 01:04:30 +0000 (01:04 +0000)]
b=17973
i=Brian
mpi_run: process mpi output to get an error

15 years agob=18994
grev [Sat, 4 Apr 2009 00:26:26 +0000 (00:26 +0000)]
b=18994
i=Robert.Read
move duplicate code to fn

15 years agob=19010
grev [Sat, 4 Apr 2009 00:10:37 +0000 (00:10 +0000)]
b=19010
i=Alexander.Zarochentsev (Zam)
t-f sanity check if env is sane

15 years agorevert mistakenly added patch from b=18696
grev [Fri, 3 Apr 2009 19:39:55 +0000 (19:39 +0000)]
revert mistakenly added patch from b=18696

15 years agob=17973
grev [Fri, 3 Apr 2009 19:29:00 +0000 (19:29 +0000)]
b=17973
i=Brian
run_* scripts fix: kill PGID properly

15 years agoBranch HEAD
robert.read [Fri, 3 Apr 2009 17:59:16 +0000 (17:59 +0000)]
Branch HEAD
Wait for debug_daemon to finish its work before exiting so that we avoid
racing when looking for the dumped file in sanity.sh test_170.

Remove tabs from file.
b=18806
i=rahul.deshmukh
i=adilger

15 years agob=18404
grev [Fri, 3 Apr 2009 17:28:16 +0000 (17:28 +0000)]
b=18404
o=Adilger
i=grev
i=Johann
write-append-truncate cleanup

15 years agob=18994
grev [Fri, 3 Apr 2009 16:34:02 +0000 (16:34 +0000)]
b=18994
i=Tappro
add REPLAY_VBR to acc-sm

15 years agoBranch b1_6
yangsheng [Fri, 3 Apr 2009 05:45:51 +0000 (05:45 +0000)]
Branch b1_6

b=18810

i=alex, johann

Fix race between read_block_bitmap() and mark_diskspace_used().

15 years agoBranch HEAD
bobijam [Fri, 3 Apr 2009 03:43:18 +0000 (03:43 +0000)]
Branch HEAD
b=18895
i=robert.read
i=tappro

when mds_setup() fails the error handle path needs clean possibly built
nid_stat which builds nid_proc on obd's obd_proc_exports_entry.

15 years agoBranch: HEAD
wangdi [Thu, 2 Apr 2009 17:11:27 +0000 (17:11 +0000)]
Branch: HEAD
b=17711
reset crw_pos for appending write in the write page loop.
i=Jay,Shadow

15 years agoBranch b1_8
adilger [Thu, 2 Apr 2009 03:53:48 +0000 (03:53 +0000)]
Branch b1_8
Ignore generated files.

15 years agoBranch HEAD
robert.read [Thu, 2 Apr 2009 00:04:57 +0000 (00:04 +0000)]
Branch HEAD
b=18554

Reverting change. A different, seemingly unrelated bug is ocurring
since landing this, and removing this for further review.

15 years agoBranch HEAD
huanghua [Wed, 1 Apr 2009 14:39:22 +0000 (14:39 +0000)]
Branch HEAD
b=18796
i=tappro
i=vladimir.saveliev

correct error handling.

15 years agoBranch HEAD
deshmukh [Wed, 1 Apr 2009 13:58:34 +0000 (13:58 +0000)]
Branch HEAD
b=18675
i=vladimir.saveliev

15 years agoBranch: HEAD
wangdi [Wed, 1 Apr 2009 02:10:41 +0000 (02:10 +0000)]
Branch: HEAD
bug=18973
Nested environment for cl_lock_delete in osc_lock_cancel_wait, because it
will trigger lov_lock_delete, then trigger the closure be shared by two environment,
which will cause the assertion failed.
i=Jay,Robert

15 years agoBranch HEAD
robert.read [Wed, 1 Apr 2009 01:39:22 +0000 (01:39 +0000)]
Branch HEAD
b=18554

Still pending inspections from Shadow and Oleg, but this fixes at least
one of the issues that causing tests to fail and is worth a try.

15 years agoBranch HEAD
robert.read [Tue, 31 Mar 2009 22:26:14 +0000 (22:26 +0000)]
Branch HEAD
b=18861
i=h.huang
i=pavin

Default mode for mountpoint should be 0755.

(Landing for Fan Yong who is on a customer site this week.)

15 years agob=18972
anserper [Tue, 31 Mar 2009 21:04:00 +0000 (21:04 +0000)]
b=18972
i=Elena

fix a typo in test 24i of sanity.sh

15 years agob=17710
zhanghc [Tue, 31 Mar 2009 15:20:50 +0000 (15:20 +0000)]
b=17710

fixup a problem in original patch
in test_49 of conf-sanity

i=grev

15 years agob=18337
jxiong [Tue, 31 Mar 2009 08:22:23 +0000 (08:22 +0000)]
b=18337
r=wangdi,shadow

Fixed a crash of bottom to top lock destruction path.

15 years agoBranch HEAD
liangzhen [Tue, 31 Mar 2009 05:20:46 +0000 (05:20 +0000)]
Branch HEAD
b=18487
i=liang

Pass in physical address, MX needs to translate the address into physical
address anyway and mxlnd knows more about how to translate them.

15 years agoBranch HEAD
fanyong [Tue, 31 Mar 2009 04:29:54 +0000 (04:29 +0000)]
Branch HEAD
b=18903
i=eric.mei
i=w.li

typo fix

15 years agoBranch: HEAD
wangdi [Mon, 30 Mar 2009 19:54:57 +0000 (19:54 +0000)]
Branch: HEAD
b:18794
remove event if there are no obd registered under that event.
i=Ericm,Huanghua

15 years agoUpdated version for next bi-weekly build for 2.0, build 15.
stinson1947 [Thu, 26 Mar 2009 22:29:40 +0000 (22:29 +0000)]
Updated version for next bi-weekly build for 2.0, build 15.

15 years agob=18656
brian [Thu, 26 Mar 2009 17:35:17 +0000 (17:35 +0000)]
b=18656
i=yangsheng
i=wangyb

Kernel configs for Xen DomU kernel packages.

15 years agob=18656
brian [Thu, 26 Mar 2009 17:32:10 +0000 (17:32 +0000)]
b=18656

rpmbuild gets a little upset when macros are left empty rather than being
defined to the empty string.

I'll be glad when all of this build spaghetti goes the way of the do-do.

15 years agobranch: HEAD
ericm [Thu, 26 Mar 2009 15:24:03 +0000 (15:24 +0000)]
branch: HEAD
sanity check of flags & ea of incoming create request.
b=18854
r=wangdi
r=huanghua

15 years agob=18874
grev [Thu, 26 Mar 2009 14:27:17 +0000 (14:27 +0000)]
b=18874
i=Alexey.Lyashkov
test_48: remove useless code; cleanup properly

15 years agob=17195
grev [Thu, 26 Mar 2009 14:06:26 +0000 (14:06 +0000)]
b=17195
i=Tappro
new LARGE_SCALE testsuite
test_3a only

15 years agob=18867
grev [Thu, 26 Mar 2009 13:44:55 +0000 (13:44 +0000)]
b=18867
i=Jian.Yu
test_77b fix

15 years ago- add version_get/set methods for dot_lustre special object
tappro [Thu, 26 Mar 2009 13:13:47 +0000 (13:13 +0000)]
- add version_get/set methods for dot_lustre special object
b:18901
i:h.huang,manoj

15 years agob=18829,18850
jxiong [Thu, 26 Mar 2009 10:20:53 +0000 (10:20 +0000)]
b=18829,18850
r=h.huang,yong.fan,shadow

Fix some ldlm lock related issue for clio..

Still has more :-)

15 years agob=18656
brian [Wed, 25 Mar 2009 18:26:33 +0000 (18:26 +0000)]
b=18656
i=yangsheng
i=wangyb

Enable lbuild to build Xen DomU kernel and lustre packages.

15 years agoBranch HEAD
fanyong [Wed, 25 Mar 2009 03:34:13 +0000 (03:34 +0000)]
Branch HEAD
b=18741
i=tianzy
i=huanghua

1) abort all dqacq/dqrel requests when lqc_import is invalid.
2) scripts fix.

15 years agob=18804
grev [Tue, 24 Mar 2009 15:09:19 +0000 (15:09 +0000)]
b=18804
i=Jian.Yu
runtests cleanup: get rid of global SETUP/CLEANUP, use t-f functions instead

15 years agoBranch HEAD
fanyong [Tue, 24 Mar 2009 03:43:30 +0000 (03:43 +0000)]
Branch HEAD
b=17336
i=robert.read
i=jinshan.xiong

Do not trigger readpage when objective page index exceeds the end-of-file page index.

15 years agob=18676
grev [Fri, 20 Mar 2009 14:16:11 +0000 (14:16 +0000)]
b=18676
i=Jian.Yu
test_160 remote mds fix

15 years agobranch: HEAD
ericm [Wed, 18 Mar 2009 17:32:49 +0000 (17:32 +0000)]
branch: HEAD
fix the logic of ptlrpc_pinger_register_timeout().
b=18662
r=wangdi

15 years ago- remove wrongly committed stuff in vbr landing
tappro [Wed, 18 Mar 2009 09:29:47 +0000 (09:29 +0000)]
- remove wrongly committed stuff in vbr landing

15 years ago- land b_hd_ver_recov
tappro [Wed, 18 Mar 2009 09:11:49 +0000 (09:11 +0000)]
- land b_hd_ver_recov

15 years agoadd b_cmd_cray branch
jxiong [Wed, 18 Mar 2009 03:45:43 +0000 (03:45 +0000)]
add b_cmd_cray branch

15 years agobranch: HEAD
ericm [Tue, 17 Mar 2009 16:08:53 +0000 (16:08 +0000)]
branch: HEAD
patch from wangdi: cleanup shrink_grant callbacks only after client import
has been destroied.
b=18662
o=wangdi
r=ericm
r=huanghua

15 years agob=18804
grev [Tue, 17 Mar 2009 15:54:38 +0000 (15:54 +0000)]
b=18804
o=Adilger
i=grev
t-f and tests remote_* nodsh cleanup

15 years agob=18811
anserper [Tue, 17 Mar 2009 12:38:52 +0000 (12:38 +0000)]
b=18811
i=Elena Gryaznova (grev)

remove the dead code in test 22

15 years agob=18623
grev [Tue, 17 Mar 2009 11:25:30 +0000 (11:25 +0000)]
b=18623
i=Andrew.Perepechko
lfs df several mount points fix

15 years agob=18589
grev [Tue, 17 Mar 2009 11:05:44 +0000 (11:05 +0000)]
b=18589
i=Adilger
do df before /proc access

15 years agoBranch HEAD
huanghua [Tue, 17 Mar 2009 05:47:25 +0000 (05:47 +0000)]
Branch HEAD
b=18711
i=jinshan.xiong
i=yong.fan

avoid key_fini race condition by hold spin lock.

15 years agobranch: HEAD
ericm [Mon, 16 Mar 2009 21:09:42 +0000 (21:09 +0000)]
branch: HEAD
gss build fix for latest rhel5/sles10 kernel.

15 years agoBranch HEAD
vitaly [Mon, 16 Mar 2009 12:45:28 +0000 (12:45 +0000)]
Branch HEAD
b=3633
i=tappro
i=rread

handle transno == 0 on replay properly

15 years agob=18042
pravins [Mon, 16 Mar 2009 05:22:33 +0000 (05:22 +0000)]
b=18042
i=h.huang
i=alex.zhuravlev

protect ext3 index operation from PDO.

15 years agob=17997
zhanghc [Mon, 16 Mar 2009 04:20:39 +0000 (04:20 +0000)]
b=17997

add a new implementation of lshowmount

i=adilger
i=hongchao.zhang

15 years agoBranch HEAD
fanyong [Sat, 14 Mar 2009 02:18:12 +0000 (02:18 +0000)]
Branch HEAD
b=15691
i=huanghua
i=yep

Ignore minor performance difference.

15 years agob=18045
grev [Fri, 13 Mar 2009 19:10:56 +0000 (19:10 +0000)]
b=18045
i=Adilger
new mdsrate --ignore option for mdsrate tests cleanup

15 years agoBranch HEAD
adilger [Fri, 13 Mar 2009 15:59:25 +0000 (15:59 +0000)]
Branch HEAD
Add trailing linefeed to debug message.
i=18796

15 years agoBranch HEAD
yangsheng [Fri, 13 Mar 2009 15:05:48 +0000 (15:05 +0000)]
Branch HEAD
b=17701

Run set_fs() before return in lov_getstripe.

15 years agoBranch HEAD
tianzy [Fri, 13 Mar 2009 11:09:27 +0000 (11:09 +0000)]
Branch HEAD
change O_CHECK_STALE to M_CHECK_STALE so that doesn't conflict with
VFS flags.
b=16277
i=green
i=adilger

15 years agoBranch HEAD
rcorreia [Fri, 13 Mar 2009 08:17:27 +0000 (08:17 +0000)]
Branch HEAD
i=shadow

Add platform-independent convenient libcfs_strdup() function.

15 years agoBranch b_head_capa
fanyong [Fri, 13 Mar 2009 02:49:39 +0000 (02:49 +0000)]
Branch b_head_capa
b=18519

update buildcvs

15 years agob=18623
grev [Thu, 12 Mar 2009 21:22:21 +0000 (21:22 +0000)]
b=18623
i=Andrew.Perepechko
ENABLE_QUOTA acc-sm patch

15 years agoupdated for the next biweekly for 2.0 - build 14.
stinson1947 [Thu, 12 Mar 2009 20:27:27 +0000 (20:27 +0000)]
updated for the next biweekly for 2.0 - build 14.

15 years agob=18761
grev [Thu, 12 Mar 2009 17:00:15 +0000 (17:00 +0000)]
b=18761
i=Oleg.Drokin
declare array fix

15 years agob=18514
grev [Thu, 12 Mar 2009 16:03:44 +0000 (16:03 +0000)]
b=18514
i=H.Huang
sanity test_170 fix

15 years agoBranch HEAD
yangsheng [Thu, 12 Mar 2009 07:10:12 +0000 (07:10 +0000)]
Branch HEAD
b=18033

i=adilger, johann

Audit code for CONFIG_PREEMPT interaction.

15 years agoBranch HEAD
fanyong [Thu, 12 Mar 2009 02:27:21 +0000 (02:27 +0000)]
Branch HEAD
b=18730
i=Andrew Perepechko
o=Elena Gryaznova

force quota_save_version to apply to all OSTs

15 years agob=18696
grev [Wed, 11 Mar 2009 16:18:18 +0000 (16:18 +0000)]
b=18696
i=Tappro
new RECOVERY_RANDOM_SCALE test;
zconf_umount_clients fn remote command fix;

15 years agob=18676
nathan [Wed, 11 Mar 2009 15:50:24 +0000 (15:50 +0000)]
b=18676
i=johann
i=manoj
- fix test script (this bug)
- automatically start and stop changelogs based on if there are any registered users
- fix "purge to record 0 = all records"
- add test for changelog_mask setting

15 years agoBranch HEAD
yangsheng [Wed, 11 Mar 2009 12:40:07 +0000 (12:40 +0000)]
Branch HEAD
b=17701

i=shadow, johann

Fixed the build issue for patchless rhel5.3.

15 years agoBranch HEAD
yangsheng [Wed, 11 Mar 2009 11:07:13 +0000 (11:07 +0000)]
Branch HEAD
b=17701

i=adilger, nathan

Fixed issue cause by previous patch.

15 years agoBranch HEAD
tianzy [Wed, 11 Mar 2009 08:27:56 +0000 (08:27 +0000)]
Branch HEAD
fix a problem in test_68 in replay-single.sh
b=18426
i=nathan.rutman

15 years agob=17710
zhanghc [Tue, 10 Mar 2009 17:00:55 +0000 (17:00 +0000)]
b=17710

Add "sys.ldlm_timeout" as an option
to "mkfs.lustre" to set timeout of ldlm

i=adilger
i=nathan.rutman

15 years agoBranch HEAD
bobijam [Tue, 10 Mar 2009 02:25:49 +0000 (02:25 +0000)]
Branch HEAD
b=12069
i=adilger

Reserve bits for checksum type.

15 years agoBranch HEAD
vitaly [Mon, 9 Mar 2009 19:14:38 +0000 (19:14 +0000)]
Branch HEAD
b=17644
i=nikita
i=green

send 1 extra rpc in flight if this is a high priority request

15 years agob=18539
jxiong [Mon, 9 Mar 2009 13:39:02 +0000 (13:39 +0000)]
b=18539
r=johann,nathan

Do not allocate new files on degraded OSTs (SW RAID)

15 years agoBranch b1_8
adilger [Sun, 8 Mar 2009 09:32:20 +0000 (09:32 +0000)]
Branch b1_8
Fix grammar.

15 years agoBranch b1_8
adilger [Sun, 8 Mar 2009 09:29:48 +0000 (09:29 +0000)]
Branch b1_8
Ignore generated files.

15 years agob=17846
girish [Sun, 8 Mar 2009 08:14:07 +0000 (08:14 +0000)]
b=17846
i=adilger
i=h.huang

changes to regression test after landing 17846 Lustre patch. make sure all files are not extracted on OST id 0

15 years agoBranch HEAD
yangsheng [Sat, 7 Mar 2009 07:06:58 +0000 (07:06 +0000)]
Branch HEAD
b=18503

Back changes for ext4 support.

15 years agoBranch b1_6
yangsheng [Sat, 7 Mar 2009 07:02:58 +0000 (07:02 +0000)]
Branch b1_6
b=18503

Back changes for ext4 support.

15 years agoBranch b1_6
yangsheng [Fri, 6 Mar 2009 18:16:01 +0000 (18:16 +0000)]
Branch b1_6
b=18503

i=adilger, girish

Build process changes for ldiskfs base on ext4.

15 years agoBranch HEAD
johann [Fri, 6 Mar 2009 14:29:11 +0000 (14:29 +0000)]
Branch HEAD
b=18558
i=shadow
i=tappro

- check for exp->exp_connecting even for the initial mds connection
- fix debug message if the initial connect comes from the same nid (MDS has
  been rebooted).

15 years agoBranch HEAD
bobijam [Fri, 6 Mar 2009 05:35:09 +0000 (05:35 +0000)]
Branch HEAD
b=18154
i=alexey.lyashkov (shadow)
i=johann

always calls ptlrpc_import_recovery_state_machine() in
invalidate_import_thread() because otherwise threads sleeping on
the import's imp_recovery_waitq could be never woken up.

15 years agoBranch HEAD
bobijam [Fri, 6 Mar 2009 04:54:00 +0000 (04:54 +0000)]
Branch HEAD
b=17536
o=johann
i=zhenyu.xu (bobijam)
i=adilger

MDS create should not wait for statfs RPC while holding DLM lock.

15 years agoBranch HEAD
bobijam [Fri, 6 Mar 2009 01:59:32 +0000 (01:59 +0000)]
Branch HEAD
b=17682
i=johann
i=vitaly.fertman (vitaly)

Improve debug info for OSS.

15 years ago- corrected order of items in the 1st line of output of routerstat.
isaac [Thu, 5 Mar 2009 17:25:10 +0000 (17:25 +0000)]
- corrected order of items in the 1st line of output of routerstat.

15 years agoBranch: HEAD
wangdi [Thu, 5 Mar 2009 14:05:46 +0000 (14:05 +0000)]
Branch: HEAD
b=18609
oops, forget commit recov_thread.c in last commit
i=Huanghua,Shadow

15 years ago- use truncate instead of invalidate to drop pages from cache if ROC is disabled
tappro [Thu, 5 Mar 2009 12:36:43 +0000 (12:36 +0000)]
- use truncate instead of invalidate to drop pages from cache if ROC is disabled
b:18520
i:adilger, green

15 years agoBranch: HEAD
wangdi [Wed, 4 Mar 2009 20:36:17 +0000 (20:36 +0000)]
Branch: HEAD
b=18609
llog_ctxt_master access should be controlled by refcount, because it is
shared by multi llog group.
i=Huanghua,Shadow

15 years agoBranch HEAD
zam [Wed, 4 Mar 2009 20:04:50 +0000 (20:04 +0000)]
Branch HEAD
b=17397
i=alexey.zhuravlev
i=andrew.perepechko

To avoid a deadlock in case of concurrent punch/write requests from one
client, filter writes and filter truncates are serialized by i_alloc_sem,
allowing multiple writes or single truncate.

15 years agoBranch HEAD
huanghua [Wed, 4 Mar 2009 16:44:38 +0000 (16:44 +0000)]
Branch HEAD
b=18471
i=tom.wang
i=yong.fan

do not call lprocfs_obd_cleanup() in lu_device_fini():
it will be called later respectively in its obd_cleanup().

15 years agoBranch HEAD
vitaly [Wed, 4 Mar 2009 15:52:38 +0000 (15:52 +0000)]
Branch HEAD
b=3633
i=green
i=h.huang

some open/close RPCs should not be replayed or resent

15 years agob=18380
jxiong [Wed, 4 Mar 2009 05:21:25 +0000 (05:21 +0000)]
b=18380
r=nathan,wangdi

Fix a deadlock case for procfs.

15 years ago- corrected a chunk misplaced by fuzzy patching.
isaac [Wed, 4 Mar 2009 04:34:51 +0000 (04:34 +0000)]
- corrected a chunk misplaced by fuzzy patching.