- Jul 21, 2004
-
-
Wang Di authored
2)add clientfsoption in lmc and lconf 3)some fix in cobd for cache miss handler
-
- Jul 08, 2004
- Jul 06, 2004
- Jul 05, 2004
-
-
Wang Di authored
-
- Jun 16, 2004
- Jun 14, 2004
-
-
Phil Schwan authored
I haven't re-tested the AMD functionality since landing, but I did test iozone and dbench to ensure sanity.
-
- Jun 11, 2004
-
-
Yury Umanets authored
Fixed: * failure path in lmv_connect(). * added checks if late connect is success. * added accounting of active mds.
-
- Jun 10, 2004
-
-
Yury Umanets authored
Mostly fixes related to using failover MDSs along lmv. This is also related to active_ref handling, etc. Also fixed the following: * name of lproc entry where lustre upcall can be seen in error message if upcall is failed. * removed --master option which was supposed to work along with lmv and now it is obsoleted. * clanups and fixes both in lconf and lmc
-
- Jun 07, 2004
-
-
Phil Schwan authored
KERNEL, or LUSTRE WILL NOT BUILD. - full GNS kernel updates added to vanilla-2.4.24 series - Oleg patched the API updates into the other kernel series, but none of the GNS functionality is present. I don't know how well those other series have been tested. - I tested normal functionality, but have not tested GNS yet.
-
- Jun 04, 2004
-
-
Phil Schwan authored
- b1_4 is basically the parent of HEAD, because that's the direction that changes flow, as strange as that sounds. so there's a HEAD_BASE tag which sits on b1_4
-
- Jun 02, 2004
-
-
Phil Schwan authored
b_cmobd_merge should not be used for any further development or testing!
-
- Jun 01, 2004
-
-
alex authored
we need this becase client's timeout should be longer then inter-mds recovery may take - few ugly hacks that allow client to reconnect with old (before failure took place) UUID - mds_preprw() and mds_preprw() should use l_dput() instead of f_dput() - SOCKNAL_IO_TIMEOUT has been set to 20 seconds to make discovery of stale connection faster - lconf generates persisten UUIDs for LMV clients it each new LMV uses fresh UUID, then each recovered MDS looks like new client (target MDS doesn't recognize it's old because of new UUID). if target MDS gets restarted, then it'll find more clients in LAST_RCVD then it actually had
-
- May 17, 2004
-
-
Phil Schwan authored
cMD_PRE_CMD_SMASH are the relevant tags. The pre-smashing contents of HEAD will be committed by yury into b_cmd as a merge of the two branches. These will be stabilized on b_cmd and eventually landed onto HEAD.
-
- May 13, 2004
-
-
Andreas Dilger authored
b=2094, b=3138, b=3335, b=3274, b=3293, b=2862, b=3147, b=2350, b=3313 b=3265, b=3315, b=3301, b=3325, b=3329, b=3125, b=3098
-
wangchao authored
-
- May 12, 2004
-
-
Yury Umanets authored
-
- May 09, 2004
- May 05, 2004
-
-
Yury Umanets authored
-
- Apr 28, 2004
-
-
Nic Henke authored
-
- Apr 23, 2004
-
-
Andreas Dilger authored
b=3043, b=3258, b=3219, b=2410
-
- Apr 20, 2004
-
-
Eric Barton authored
-
- Apr 16, 2004
-
-
Andreas Dilger authored
b=2912/2922, b=3145 too
-
- Apr 14, 2004
-
-
Andreas Dilger authored
b=3116, b=3064, b=3107, b=3122, b=1519, 2.6 kernel fixes, group lock fixes
-
- Apr 07, 2004
-
-
jacob authored
b=3057, 2947, 2925, 3050, 3041, 2849, 1662
-
- Apr 01, 2004
-
-
jacob authored
re-add things CVS mistakenly removed.
-
jacob authored
Do not cvs add/rm on one branch, then cvs up -r to another branch, and expect CVS to cope.
-
jacob authored
b=3058 Clean up the autoconf and automake bits: * now liblustre and kernel modules can be built in the same tree use --disable-modules, --disable-liblustre to disable those bits * 2.6 modules are now built as .ko, and lconf can deal with them * fixes for builddir != srcdir
-
- Mar 23, 2004
-
-
Nic Henke authored
do not support http urls until python2, as that is the first occurance of urllib2, where the error handling for http is finally sane
-
- Mar 22, 2004
-
-
Zach Brown authored
r=adilger Tweak lfs a little so that lfs find can use open(O_DIRECTORY) to detect directories when libc doesn't implement readdir64() in a way that returns d_type. This lets sanity hobble along on some x86-64 installations.
-
- Mar 20, 2004
-
-
Phil Schwan authored
- Remove unused variable from b_1414
-
- Mar 19, 2004
-
-
Nic Henke authored
r=shaver allow lconf to get xml configs via http
-
shaocheng authored
-
Andreas Dilger authored
lustre_assert_wire_constants(), without which it is impossible to run a test. Likely needs to be merged back to b_cray_* from whence it came.
-
Phil Schwan authored
liblustre fixes and group lock support
-
Zach Brown authored
r=phil land b_cray_portals_merge on HEAD. This consists of four families of changes: 1) Eric's work to change some APIs in Lustre's portals to come into line with Cray's portals and the spec. 2) add --with-cray-portals= to the build and use it to cut up the build when we're building lustre against external includes for Cray's portals. 3) Move some facilities from portals.o into libcfs.o so that Lustre can consume them when it is running against Cray's portals.o. 4) Fix up the liblustre build. These changes have also made it to b_cray_delivery recently.
-
- Mar 16, 2004
-
-
wangchao authored
r=shaver let lustre could be mounted with the same name for node and mds
-