Whamcloud - gitweb
nic [Wed, 14 Dec 2005 16:19:33 +0000 (16:19 +0000)]
b=7238
we don't need to tell llmount about -o port=XXXX, lnet does that with module
options now
adilger [Wed, 14 Dec 2005 11:55:47 +0000 (11:55 +0000)]
Branch b_release_1_4_6
Description: failure of ptlrpc thread startup can cause oops
Details : Starting a ptlrpc service thread can fail if there are a large
number of threads or the server memory is very fragmented.
Handle this without oopsing.
b=9493
Tested extensively at Bull (512 OST service threads).
adilger [Wed, 14 Dec 2005 11:41:22 +0000 (11:41 +0000)]
Branch b_release_1_4_6
Fix error exit code of test 21 umount handler.
b=9931
adilger [Wed, 14 Dec 2005 09:35:44 +0000 (09:35 +0000)]
Branch b_release_1_4_6
Actually fix this problem
b=9692
yury [Wed, 14 Dec 2005 08:34:57 +0000 (08:34 +0000)]
- fixed possible skipped lquota_adjust() in filter_setattr_internal() due to fsfilt_setattr() turns off
all flags it set which also used to check if we need to adjust quota or not.
adilger [Wed, 14 Dec 2005 01:02:23 +0000 (01:02 +0000)]
Branch b_release_1_4_6
Allow test to run with existing dir.
b=9692
green [Tue, 13 Dec 2005 22:36:10 +0000 (22:36 +0000)]
r=adilger
Move lprocfs_register return value check under LPROCFS ifdef. IS_ERR threats
NULL as error too.
adilger [Tue, 13 Dec 2005 21:22:34 +0000 (21:22 +0000)]
Branch b_release_1_4_6
oops
adilger [Tue, 13 Dec 2005 21:17:15 +0000 (21:17 +0000)]
Branch b_release_1_4_6
Ignore genrated fle.
adilger [Tue, 13 Dec 2005 21:14:47 +0000 (21:14 +0000)]
Branch b_release_1_4_6
Verify that clients only enqueue LDLM_IBITS locks to MDS now. If server
does not handle OBD_CONNECT_IBITS then client DLM will convert this to
LDLM_PLAIN when sending RPC.
Handle IBITS locks in ldlm_lock_match() debug messages.
Verify lock type and do type conversion before performing lock replay.
b=9912
r=green
adilger [Tue, 13 Dec 2005 10:32:32 +0000 (10:32 +0000)]
Branch b_release_1_4_6
Fix merge breakage of join feature when IBITS locking was added.
b=9912
r=green
Move JOIN_FILE definitions away from potentially-conflicting VFS flags.
Minor cleanups in Join file code (line wrap, whitespace).
yury [Tue, 13 Dec 2005 09:05:02 +0000 (09:05 +0000)]
- small simplification in filter_setattr_internal()
yury [Tue, 13 Dec 2005 08:57:40 +0000 (08:57 +0000)]
- fixed type in comment
yury [Tue, 13 Dec 2005 08:35:18 +0000 (08:35 +0000)]
- former precreate pools stuff is returned back
- some additions to make quota work with formet creareate code
- some small fixes to filter_setattr() path
alex [Tue, 13 Dec 2005 00:14:57 +0000 (00:14 +0000)]
b=9562
r=adilger,nikita
- fixes in dcache interaction code. we need to lock dentries in 2.6.
also, we use __d_drop() instead of list_del() because the former
takes a care about actual dentry state (hashed/unhashed)
alex [Mon, 12 Dec 2005 23:28:33 +0000 (23:28 +0000)]
- disable mballoc "too long search" warning for a while
adilger [Mon, 12 Dec 2005 21:49:52 +0000 (21:49 +0000)]
Branch b_release_1_4_6
Found during CROW revert inspection/testing though not directly related to
that bug. ll_direct_io_24() calls ll_inode_fill_obdo() with VFS "rw" flag
(0=read, 1=write) and not OBD_BRW_READ=1, OBD_BRW_WRITE=2 flag.
b=9761
adilger [Mon, 12 Dec 2005 09:16:32 +0000 (09:16 +0000)]
Branch b_release_1_4_6
Severity : enhancement
Bugzilla : 9477, 9557, 9870
Description: Verify that the MDS configuration logs are updated when xml is
Details : Check if the .xml configuration logs are newer than the config
logs stored on the MDS and report an error if this is the case.
Request --write-conf, or allow starting with --old_conf.
r=adilger,nathan (lincent original patch, modified by adilger)
Severity : enhancement
Bugzilla : 6034
Description: Handle symlinks in the path when checking if Lustre is mounted.
Details : Resolve intermediate symlinks when checking if a client has
mounted a filesystem to avoid duplicate client mounts.
r=phil,adilger (Fergal original patch)
Severity : minor
Frequency : rare
Bugzilla : 9309
Description: lconf can hit an error exception but still return success.
Details : The lconf command catches the Command error exception at the top
level script context and will exit with the associated exit
status, but doesn't ensure that this exit status is non-zero.
r=phil,adilger (Fergal original patch)
Add "accept=all" when running from a developer tree to allow liblustre
testing, as insmod does not look at /etc/modules.conf for module options.
r=green
green [Sun, 11 Dec 2005 22:13:17 +0000 (22:13 +0000)]
b=9907
Fix __l_wait_event to correctly honor timeout value (broken by bug 9297 changes).
green [Sat, 10 Dec 2005 10:19:26 +0000 (10:19 +0000)]
b=9794
r=adilger
This patch uses a fast, high-quality PRNG internal to Lustre instead of the
glibc PRNG to avoid perturbing the glibc PRNG sequence for liblustre clients.
It also uses this PRNG for some uses in the lustre core code.
Introduces ll_rand() and ll_srand() with usage similar to rand(3) and srand(3)
brian [Fri, 9 Dec 2005 19:19:24 +0000 (19:19 +0000)]
b=9729
r=adilger
Merge the --enable-bgl changes from b1_4.
nic [Fri, 9 Dec 2005 18:36:13 +0000 (18:36 +0000)]
b=7283
r=adilger
allow tests to handle non-default ACCEPTOR_PORT
adilger [Fri, 9 Dec 2005 10:32:34 +0000 (10:32 +0000)]
Branch b_release_1_4_6
Minor compile warning fix.
adilger [Fri, 9 Dec 2005 10:26:31 +0000 (10:26 +0000)]
Branch b_release_1_4_6
Increase the default lustre DLM LRU size based on client CPU count.
For systems that have many CPUs there is expected to be a correspondingly
higher number of files open and in use for a given node.
b=9462
adilger [Fri, 9 Dec 2005 00:26:07 +0000 (00:26 +0000)]
Branch b_release_1_4_6
Increase RPC tunable maximums for large Bull clients.
Does not affect default values.
adilger [Fri, 9 Dec 2005 00:22:22 +0000 (00:22 +0000)]
Branch b_release_1_4_6
Add comment for OBD_CONENCT_JOIN.
Avoid self-referential CROW description.
Remove large comment for OBD_CONNECT_TRUNCLOCK, it "hides" below flags.
green [Thu, 8 Dec 2005 18:21:13 +0000 (18:21 +0000)]
r=adilger(original author)
fix mds_get_md to recognise empty lmm for files without objects.
This fixes error messages from chown on such files.
green [Thu, 8 Dec 2005 14:44:01 +0000 (14:44 +0000)]
b=9896
Fix recently broken test.
wangdi [Thu, 8 Dec 2005 09:20:10 +0000 (09:20 +0000)]
Branch: b_release_1_4_6
log: land b1_4_join to b_release_1_4_6
r=nikita, alex, adilger
green [Wed, 7 Dec 2005 20:35:01 +0000 (20:35 +0000)]
ug 9297 changelog update
green [Wed, 7 Dec 2005 14:38:59 +0000 (14:38 +0000)]
b=9297
r=adilger
Stop sending data to evicted clients as soon as possible.
green [Wed, 7 Dec 2005 13:40:22 +0000 (13:40 +0000)]
b=9826
Add new __craynv architecture to the list of 64bit architectures for XT3
green [Wed, 7 Dec 2005 13:39:20 +0000 (13:39 +0000)]
b=9827
Fix declarations of ldlm_cli_enqueue, ldlm_lock_match, ldlm_resource_get and
ldlm_lock_Create to match actual function definitions
(__u32 type -> ldlm_lock_t type)
brian [Wed, 7 Dec 2005 13:29:28 +0000 (13:29 +0000)]
Make CONFIG_IEEE1394_OHCI1394 a module.
Remove duplicate options. I should have checked for these before I added the new ones at the
end of the file in the first place.
Some minor rearrangement to agree with make oldconfig.
alex [Wed, 7 Dec 2005 10:05:36 +0000 (10:05 +0000)]
b=5681
r=adilger
- unhash dentry before __d_rehash() in iopen_connect_dentry(). otherwise
__d_rehash() will corrupt hash list as dentry can be already hashed
- locking fix suse's iopen
alex [Wed, 7 Dec 2005 09:38:06 +0000 (09:38 +0000)]
b=9446
- don't check health of devices being stopped
green [Tue, 6 Dec 2005 23:20:39 +0000 (23:20 +0000)]
b=9879
mds_connect_internal does not in fact need obd as its argument, because
export has it as ->exp_obd anyway.
green [Tue, 6 Dec 2005 23:18:37 +0000 (23:18 +0000)]
b=9879
r=adilger
Move all filter compat flags checks to filter_connect_internal.
Move call to filter_connect_internal in filter connect to be earlier that
!replayable check, so that it is always executed.
green [Tue, 6 Dec 2005 23:05:07 +0000 (23:05 +0000)]
b=9879
r=adilger
Test that we do not receive any plain lock requests from ibits-aware
clients.
Test that client and server have intersecting lock bits, and if not - server
drops IBITS compat flag. (if the flag is set and intersecting list of bits is
zero on client - just error message is issued).
We now also check that we do not return IBITS lock with sync callback to
liblustre clients.
cvs2svn [Tue, 6 Dec 2005 21:16:37 +0000 (21:16 +0000)]
This commit was manufactured by cvs2svn to create branch 'b_release_1_4_6'.
green [Tue, 6 Dec 2005 21:16:36 +0000 (21:16 +0000)]
reverting test commit
green [Tue, 6 Dec 2005 21:16:16 +0000 (21:16 +0000)]
test commit
brian [Tue, 6 Dec 2005 17:07:13 +0000 (17:07 +0000)]
Re-arrange options as make oldconfig will.
green [Tue, 6 Dec 2005 12:52:08 +0000 (12:52 +0000)]
b=9879
Introduce mds_reconnect to properly update export flags during reconnect.
green [Tue, 6 Dec 2005 10:35:59 +0000 (10:35 +0000)]
b=9879
Return error to client if it requests inode bits locks and we believe it
does not support such locks.
brian [Mon, 5 Dec 2005 18:14:40 +0000 (18:14 +0000)]
Remove duplicated and conflicting options.
brian [Mon, 5 Dec 2005 18:12:17 +0000 (18:12 +0000)]
CONFIG_IEEE1394_OHCI1394 needs to be a module too.
green [Mon, 5 Dec 2005 14:28:18 +0000 (14:28 +0000)]
Fix 2.6 build errors after b1_4 merge
green [Mon, 5 Dec 2005 12:37:10 +0000 (12:37 +0000)]
Update from b_hd_newconfig (b1_4)
green [Mon, 5 Dec 2005 11:51:45 +0000 (11:51 +0000)]
Updated to b1_4
green [Sun, 4 Dec 2005 22:54:59 +0000 (22:54 +0000)]
b=8001
r=adilger
Landing Inode bits compatibility stuff
brian [Sat, 3 Dec 2005 00:56:29 +0000 (00:56 +0000)]
b=9729
r=+adilger
Add an --enable-bgl flag for future BGL specific tunings and disable the -m64
compiler flag checking if set.
adilger [Fri, 2 Dec 2005 22:35:00 +0000 (22:35 +0000)]
Branch b_release_1_4_6
We always need to send OBD_CONNECT_ACL to connect to an MDS that is mounted
with "-o acl" (even just to get the config logs, currently).
b=9771
adilger [Fri, 2 Dec 2005 18:14:36 +0000 (18:14 +0000)]
Branch b_release_1_4_6
Fix 2.6.12 compat code.
ericm [Thu, 1 Dec 2005 21:40:30 +0000 (21:40 +0000)]
branch: b_release_1_4_6
- superblock need MS_POSIXACL flag
- check_acl() should return -EAGAIN in case of no ACL present or not
support ACL, to allow fall back triditional UGO checking.
ericm [Thu, 1 Dec 2005 21:37:28 +0000 (21:37 +0000)]
branch: b_release_1_4_6
from Andreas:
- grain control on which kernel use which ldiskfs series
ericm [Thu, 1 Dec 2005 21:34:43 +0000 (21:34 +0000)]
branch: b_release_1_4_6
from Andreas:
- fix sock_alloc() is not exported on vanilla-2.6.12
brian [Thu, 1 Dec 2005 13:42:54 +0000 (13:42 +0000)]
Rearrange kernel options to be the same as make oldconfig does.
adilger [Thu, 1 Dec 2005 08:35:53 +0000 (08:35 +0000)]
Branch b_release_1_4_6
Fix RPM build breakage
b=9771
adilger [Thu, 1 Dec 2005 08:32:33 +0000 (08:32 +0000)]
Branch b_release_1_4_6
Fix compile warning in ldiskfs/proc.c
ericm [Thu, 1 Dec 2005 02:23:27 +0000 (02:23 +0000)]
branch: b_release_1_4_6
add missing declaration of mds_quota_interface
ericm [Thu, 1 Dec 2005 02:09:24 +0000 (02:09 +0000)]
branch: b_release_1_4_6
fix compile error about ACL.
adilger [Wed, 30 Nov 2005 21:46:23 +0000 (21:46 +0000)]
Branch b_release_1_4_6
- fix build for 2.4 UML kernels that don't have ACL support
adilger [Wed, 30 Nov 2005 18:51:22 +0000 (18:51 +0000)]
Branch b_release_1_4_6
- add OBD_ROCOMPAT_CROW filesystem flag on OST to prevent b1_4 servers from
mounting such a filesystem and blowing up. This flag is set when an MDS
connects with OBD_CONNECT_CROW flag, as we have no idea after that if it
is actually allocating CROW objects
- move a bunch of filesystem constants to lustre_disk.h (as in
b1_4_mountconfig) so we don't define conflicting COMPAT flags for MDS/OST
- move MDS fs-internal definitions to mds_internal.h
- include the OST objid in the inode fid EA (in addition to the MDS fid),
so we can recover the objects names if the parent directory is corrupted
- check for available inodes in osc_check_nospc()
b=8888
brian [Wed, 30 Nov 2005 18:21:58 +0000 (18:21 +0000)]
Build firewire as a module rather than staticly.
Rearrange and remove duplicate options in the rhel3-x86_64 kernel to match
what make oldconfig will do.
adilger [Wed, 30 Nov 2005 17:59:58 +0000 (17:59 +0000)]
Branch b_release_1_4_6
Quiet 2.4 compile warning.
brian [Tue, 29 Nov 2005 21:26:57 +0000 (21:26 +0000)]
Use %{_tmppath} in the BuildRoot: rather than hardcoding /var/tmp.
Use the newly built .config rather than the one from the build tree again.
brian [Mon, 28 Nov 2005 21:10:03 +0000 (21:10 +0000)]
Use update_oldconfig.
Protect a wildcard from shell filename expansion.
adilger [Fri, 25 Nov 2005 22:03:04 +0000 (22:03 +0000)]
Branch b_release_1_4_6
Fix typo in filename.
brian [Fri, 25 Nov 2005 20:56:36 +0000 (20:56 +0000)]
Protect the * from shell expansion producing:
cvs2svn [Fri, 25 Nov 2005 16:50:49 +0000 (16:50 +0000)]
This commit was manufactured by cvs2svn to create branch 'b_release_1_4_6'.
brian [Fri, 25 Nov 2005 16:50:48 +0000 (16:50 +0000)]
Remove the debugging flag to greatly reduce output.
Add an alternate expression for 2.4's make oldconfig.
adilger [Fri, 25 Nov 2005 13:27:45 +0000 (13:27 +0000)]
Branch b_release_1_4_6
Add patches from Bull for 2.6.12 kernel into CVS.
r=pbojanic
brian [Wed, 23 Nov 2005 21:15:05 +0000 (21:15 +0000)]
b_release_1_4_6_rhel3_37 needs it's parents portals/lnet.
Support rhel3 kernel SRPM unpacking/tarball building.
lbuild can use a local SRPM.
Whitespace cleanup.
brian [Wed, 23 Nov 2005 17:39:06 +0000 (17:39 +0000)]
b=9682
r=adilger
Land RHEL3-37 update kernel support.
lsy [Sat, 19 Nov 2005 15:32:38 +0000 (15:32 +0000)]
Land b1_4_merge_ptlrpc onto b_release_1_4_6 (20051119_2035)
brian [Fri, 18 Nov 2005 18:15:48 +0000 (18:15 +0000)]
b=9358
r=adilger
Land RHEL4-22 kernel changes to the 1.4.6 release branch for inclusion in beta2.
- includes enabling firewire support on all platforms to enable use of shared
firewire drives.
yury [Fri, 18 Nov 2005 11:17:40 +0000 (11:17 +0000)]
- added missed swab of body->mode
nic [Wed, 16 Nov 2005 22:19:13 +0000 (22:19 +0000)]
reformat and cleanup don't mix
green [Wed, 16 Nov 2005 12:40:20 +0000 (12:40 +0000)]
file lustre_ver.h.in was initially added on branch b1_4.
green [Wed, 16 Nov 2005 12:39:39 +0000 (12:39 +0000)]
b=7417
r=adilger
Introduce version exchange between servers and clients and ability to issue
warnings on old clients and refusal to accept old liblustre clients.
wangdi [Wed, 16 Nov 2005 07:17:39 +0000 (07:17 +0000)]
Branch b1_4_join
update from b_release_1_4_6.
brian [Wed, 9 Nov 2005 23:03:10 +0000 (23:03 +0000)]
Update for release 1.4.5.94, a.k.a. 1.4.6 beta1.
gord [Wed, 9 Nov 2005 20:47:25 +0000 (20:47 +0000)]
Add kabi script to CVS.
ericm [Wed, 9 Nov 2005 19:32:30 +0000 (19:32 +0000)]
branch: b_release_1_4_6
add back acl test scripts which were missing in landing for unknown reason.
yury [Wed, 9 Nov 2005 13:28:01 +0000 (13:28 +0000)]
- removed not used var in pinger.
- make filter_preprw_read() do not complain about not existing OSt object, as it nicely handles that case.
niu [Wed, 9 Nov 2005 09:49:27 +0000 (09:49 +0000)]
fix previous wrong assertion.
b: 6027
yury [Wed, 9 Nov 2005 08:13:37 +0000 (08:13 +0000)]
- fixes in CROW related tests (15*)
niu [Wed, 9 Nov 2005 07:48:29 +0000 (07:48 +0000)]
add more debug message.
b: 6027
niu [Wed, 9 Nov 2005 04:05:57 +0000 (04:05 +0000)]
don't compile quota in 2.4
yury [Tue, 8 Nov 2005 16:35:41 +0000 (16:35 +0000)]
- returned to original schema (using PING_INTERVAL) of checking if some exports need to be evicted on server side.
yury [Tue, 8 Nov 2005 13:31:15 +0000 (13:31 +0000)]
- different fixes from Andreas and me:
- do nothing in ptlrpc_statfs_interpret() if rc != 0
- update obd->obd_osfs_age in ptlrpc_statfs_interpret() to make all obd_statfs() users do not emmit not needed RPCs if statfs ping is just handled out and fresh stat info is in here.
- make ptlrpc_update_next_ping() not inlined function as it makes it easy to debug and it is not needed to be inlined there from perf. POV.
- removed not needed lwi init in loop over all pingable imports in ping thread.
- fixed updating imp->imp_next_ping for non-CROW-able imports. Thus, they are not pinged again.
niu [Tue, 8 Nov 2005 02:39:49 +0000 (02:39 +0000)]
disable quota build for 2.4
brian [Mon, 7 Nov 2005 21:50:32 +0000 (21:50 +0000)]
b1_4_rhel4_22 has been re-parented to b_release_1_4_6 so it should use the
b_release_1_4_6 lnet/portals.
s/^I/ /g
yury [Sun, 6 Nov 2005 15:27:19 +0000 (15:27 +0000)]
- fixes, improvemtns, more verbosity.
phil [Sat, 5 Nov 2005 07:32:43 +0000 (07:32 +0000)]
b=9646
update error message to refer to knowledge base
niu [Fri, 4 Nov 2005 06:48:50 +0000 (06:48 +0000)]
improve test8
niu [Fri, 4 Nov 2005 06:35:46 +0000 (06:35 +0000)]
improve cfs_user_write() for quota
niu [Fri, 4 Nov 2005 05:46:41 +0000 (05:46 +0000)]
land b1_4_quota (20051104_1137)
yury [Thu, 3 Nov 2005 11:28:28 +0000 (11:28 +0000)]
- changes about handling CROW flag. URGENT is removed and all create calls are urgent if not CROW is specified.