Whamcloud - gitweb
fs/lustre-release.git
14 years agob=21275
nathan [Tue, 1 Dec 2009 00:18:04 +0000 (00:18 +0000)]
b=21275
i=manoj
rename lreplicate to lustre_rsync since "replicate" means many things

14 years agoBranch b1_8
johann [Mon, 30 Nov 2009 16:57:06 +0000 (16:57 +0000)]
Branch b1_8
Remove LC_VFS_RENAME_MUTEX since this configure check is no
longer used.

14 years agoBranch b1_8
tianzy [Mon, 30 Nov 2009 03:47:53 +0000 (03:47 +0000)]
Branch b1_8
when dqacq_interpret() can't unpack qunit_data, it will use original one
so that no qunit will hang on there forever.
b=21372
i=johann
i=yong.fan

14 years agob=20617
brian [Fri, 27 Nov 2009 17:20:55 +0000 (17:20 +0000)]
b=20617

Fix a typo that leaked into the commit.

14 years agob=20617
brian [Fri, 27 Nov 2009 14:45:18 +0000 (14:45 +0000)]
b=20617
i=yibin.wang
i=sheng.yang

Build desired RDAC and MPTLINUX drivers with lbuild.

14 years agob=20617
brian [Fri, 27 Nov 2009 14:31:07 +0000 (14:31 +0000)]
b=20617
i=yibin.wang
i=sheng.yang

Build desired RDAC and MPTLINUX drivers with lbuild.

14 years agob=20617
brian [Fri, 27 Nov 2009 14:31:06 +0000 (14:31 +0000)]
b=20617
i=yibin.wang
i=sheng.yang

Build desired RDAC and MPTLINUX drivers with lbuild.

14 years agob=19721
brian [Fri, 27 Nov 2009 14:20:50 +0000 (14:20 +0000)]
b=19721
i=adilger

Try to be somewhat intelligent about the need to autogen.sh or not by
seeing if any of the patches touch an autoconf file.

14 years agoBranch HEAD
tappro [Fri, 27 Nov 2009 10:24:58 +0000 (10:24 +0000)]
Branch HEAD
b=19023
i=rread

missed client_df in ost-pools test

14 years agoBranch b1_8
tappro [Fri, 27 Nov 2009 10:22:41 +0000 (10:22 +0000)]
Branch b1_8
b=19023
i=rread
i=johann

don't use df to determine recovery result

14 years agoBranch b1_8
yangsheng [Thu, 26 Nov 2009 15:42:33 +0000 (15:42 +0000)]
Branch b1_8
b=19325

Revert the patch since it expand extent lock improper.

14 years agob=19069
zhanghc [Thu, 26 Nov 2009 11:22:49 +0000 (11:22 +0000)]
b=19069

save the string returned from libcfs_nid2str into a local alloced buffer,
then to avoid problem caused by the buffer storing the string is modified
during proc_mkdir.

i=johann@sun.com
i=zhen.liang@sun.com

14 years agob=19069
zhanghc [Thu, 26 Nov 2009 11:22:48 +0000 (11:22 +0000)]
b=19069

save the string returned from libcfs_nid2str into a local alloced buffer,
then to avoid problem caused by the buffer storing the string is modified
during proc_mkdir.

i=johann@sun.com
i=zhen.liang@sun.com

14 years agoBranch b1_8
tianzy [Thu, 26 Nov 2009 02:58:13 +0000 (02:58 +0000)]
Branch b1_8
fix some problem in test_23 of ost_pools.sh
b=20696
i=manoj.joseph
i=johann

14 years ago- corrected a trivial comment typo.
isaac [Wed, 25 Nov 2009 20:17:31 +0000 (20:17 +0000)]
- corrected a trivial comment typo.

14 years ago- corrected a trivial comment typo.
isaac [Wed, 25 Nov 2009 20:16:14 +0000 (20:16 +0000)]
- corrected a trivial comment typo.

14 years agob=21041
brian [Wed, 25 Nov 2009 19:59:38 +0000 (19:59 +0000)]
b=21041
i=dmitry.zogin
i=johann

On RHEL5 at least, the sg_set_page autoconf macro needs the addition of <asm/types.h> in order to properly work.

14 years agoBranch HEAD
robert.read [Wed, 25 Nov 2009 17:35:00 +0000 (17:35 +0000)]
Branch HEAD

Update version number.

14 years agob=16818
zhanghc [Wed, 25 Nov 2009 10:08:32 +0000 (10:08 +0000)]
b=16818

1, the test will be skipped if the MGS and OST1 are on the same node
2, the test will be interrputed if "zconf_mount $MOUNT2" failed

i=nathan.rutman@sun.com
i=robert.read@sun.com
i=grev@sun.com

14 years agoBranch HEAD
zam [Wed, 25 Nov 2009 09:11:33 +0000 (09:11 +0000)]
Branch HEAD
b=20816
i=robert.read
i=tappro
i=johann

improve simulation of late reply: ignore obd_fail_timeout for ping replies.

14 years agoBranch HEAD
robert.read [Wed, 25 Nov 2009 03:10:51 +0000 (03:10 +0000)]
Branch HEAD
b=19742

The FIEMAP tests need to be updated, so there's seems to be no point in running them right now.

14 years agoBranch HEAD
tianzy [Wed, 25 Nov 2009 03:03:00 +0000 (03:03 +0000)]
Branch HEAD
fix some problem in test_23 of ost_pools.sh
b=20696
i=manoj.joseph
i=johann

14 years agob=19906
jxiong [Wed, 25 Nov 2009 02:20:28 +0000 (02:20 +0000)]
b=19906

cancel wait lock - small fixes.

14 years agob=19906
jxiong [Wed, 25 Nov 2009 02:10:39 +0000 (02:10 +0000)]
b=19906
r=wangdi,ericm

Revise osc_lock_cancel_wait. In clio, we tend to cancel the conflicting locks
at the same client before enqueuing a new lock. In the old implementation, it
waits at osc layer with parent lock held, this is not good - so I moved the
wait to lov layer.

14 years agob=21178
jxiong [Wed, 25 Nov 2009 01:27:52 +0000 (01:27 +0000)]
b=21178
r=wangdi,ericm

Fix a race condition in cl_sync_io_note.

14 years agob=19928
jxiong [Wed, 25 Nov 2009 01:05:36 +0000 (01:05 +0000)]
b=19928
r=wangdi,ericm

A workaround fix for 19928 where we found that sometimes MDS takes much long time to finish setattr, which then causes clients can't take inode mutex on time after holding extent lock.

I just added ->lli_trunc_sem to make the above process atomic.

14 years agoBranch HEAD
adilger [Tue, 24 Nov 2009 17:48:38 +0000 (17:48 +0000)]
Branch HEAD
Fix whitespace (tabs, trailing spaces).

14 years agoBranch HEAD
robert.read [Tue, 24 Nov 2009 00:22:12 +0000 (00:22 +0000)]
Branch HEAD
b=21240,19242

Disabling replay-single 44a, which is using obd_race, which appears to be racy itself, and
also appear to be incorrectly checking the return code of lclt recover, which appears be supposed
to fail in this test. Also disabling 44b which looks like it has the same issue with lctl recover.

14 years agoBranch b1_8
yangsheng [Sat, 21 Nov 2009 15:33:17 +0000 (15:33 +0000)]
Branch b1_8
b=21375

i=brian, johann

Config check for FS_HAS_FIEMAP separately. It only exist in RHEL5.4.

14 years agoUpdated for 1.8.2 build 05.
stinson1947 [Fri, 20 Nov 2009 17:21:58 +0000 (17:21 +0000)]
Updated for 1.8.2 build 05.

14 years agodon't fail import after eviction
shadow [Thu, 19 Nov 2009 14:18:49 +0000 (14:18 +0000)]
don't fail import after eviction

Branch HEAD
b=20765
i=tappro
i=zam

14 years agoavoid unnecessary allocation.
shadow [Thu, 19 Nov 2009 12:05:53 +0000 (12:05 +0000)]
avoid unnecessary allocation.

Branch HEAD
b=19557
i=vitaly

14 years agob=21150
panda [Thu, 19 Nov 2009 11:28:16 +0000 (11:28 +0000)]
b=21150
i=Johann Lombardi
i=ZhiYong Tian

avoid mds-lov cleanup during dqacq

14 years agoavoid unnecessary allocation
shadow [Thu, 19 Nov 2009 11:22:40 +0000 (11:22 +0000)]
avoid unnecessary allocation

Branch b1_8
b=19557
i=vitaly

14 years agob=21064
fanyong [Thu, 19 Nov 2009 08:39:57 +0000 (08:39 +0000)]
b=21064
i=robert.read
i=adilger

1) Break reqeust process when service to be stopped.
2) Recovery the process for "ptlrpc_stop_thread()" as suggestion.

14 years ago*** empty log message ***
tappro [Thu, 19 Nov 2009 07:08:38 +0000 (07:08 +0000)]
*** empty log message ***

14 years agob=19906
jxiong [Thu, 19 Nov 2009 05:58:04 +0000 (05:58 +0000)]
b=19906
r=wangdi,ericm

Revert a bit of cleanup patch.

14 years agob=20354
zhanghc [Thu, 19 Nov 2009 04:08:03 +0000 (04:08 +0000)]
b=20354

the client_uuid(lcd_uuid) stored in last_rcvd on server(MDT or OST)
could be corrupted, so it is needed to check during loading from disk

i=johann@sun.com
i=tappro@sun.com

14 years agob=19906
jxiong [Thu, 19 Nov 2009 03:39:07 +0000 (03:39 +0000)]
b=19906
r=wangdi,ericm

Make racer work at the client side.

14 years agob=19906
jxiong [Thu, 19 Nov 2009 03:06:29 +0000 (03:06 +0000)]
b=19906
r=wangdi,ericm

IO segfault fix

14 years agob=19906
jxiong [Thu, 19 Nov 2009 03:01:03 +0000 (03:01 +0000)]
b=19906
r=wangdi,ericm

cleanup patch, add more debug info.

14 years agoBack out landing that was made in error of flags being mis-set.
brian [Wed, 18 Nov 2009 21:12:21 +0000 (21:12 +0000)]
Back out landing that was made in error of flags being mis-set.

14 years agob=16774,21252
johann [Wed, 18 Nov 2009 19:09:31 +0000 (19:09 +0000)]
b=16774,21252

Disable lock cancelling before replay due to bug 21252.

14 years agob=20617
brian [Wed, 18 Nov 2009 14:44:01 +0000 (14:44 +0000)]
b=20617

One hunk missed in landing.  Result is benign though as both constructs
result in the same value.

14 years agob=20617
brian [Wed, 18 Nov 2009 13:36:13 +0000 (13:36 +0000)]
b=20617
i=wangyb
i=yangsheng

Build the RDAC and mptlinux drivers with the Lustre kernel in lbuild.

14 years agob=21188
pravins [Tue, 17 Nov 2009 21:59:20 +0000 (21:59 +0000)]
b=21188
i=johann
i=girish
fix typo.

14 years agob=21320
panda [Mon, 16 Nov 2009 21:56:59 +0000 (21:56 +0000)]
b=21320
i=Mike
i=Johann
i=Yong Fan

reinitialise rq_timed_list when needed

14 years agoUpdated for 1.8.2 build 04.
stinson1947 [Mon, 16 Nov 2009 17:49:30 +0000 (17:49 +0000)]
Updated for 1.8.2 build 04.

14 years agob=16818
zhanghc [Mon, 16 Nov 2009 10:29:37 +0000 (10:29 +0000)]
b=16818

fix a bug in previous patch

i=andrew.perepechko

14 years agob=16818
zhanghc [Mon, 16 Nov 2009 01:27:06 +0000 (01:27 +0000)]
b=16818

1, the test will be skipped if the MGS and OST1 are on the same node
2, the test will be interrupted if "zconf_mount $MOUNT2" failed

i=nathan.rutman@sun.com
i=robert.read@sun.com
i=grev@sun.com

14 years agob=21377
panda [Sun, 15 Nov 2009 14:34:26 +0000 (14:34 +0000)]
b=21377

use explicit type cast for find_next_bit to fix the following:

Build has failed, dumping the latest log: http://lts-head.lustre.sun.com:3000/proxy/x86-build-0/FILECACHE-LOG-build-32831/build.log
  Building modules, stage 2.
Making all in ldiskfs
Making all in .

  WARNING: Symbol version dump /cache/build/reused/usr/src/linux-2.6.16.60-0.42.4_lustre.1.8.1.53-obj/x86_64/smp/Module.symvers
           is missing; modules will have no dependencies and modversions.

cc1: warnings being treated as errors
/cache/build/BUILD/lustre-1.8.1.53/lustre/lvfs/fsfilt-ldiskfs.c: In function ���fsfilt_ldiskfs_quotacheck���:
/cache/build/BUILD/lustre-1.8.1.53/lustre/lvfs/fsfilt-ldiskfs.c:2071: warning: passing argument 1 of ���find_next_bit��� from incompatible pointer type
make[8]: *** [/cache/build/BUILD/lustre-1.8.1.53/lustre/lvfs/fsfilt-ldiskfs.s] Error 1

Build succeeds with this patch:

http://lts-head.lustre.sun.com:3000/build_jobs/32832

14 years agob1_8
johann [Sat, 14 Nov 2009 00:26:15 +0000 (00:26 +0000)]
b1_8
b=21377

define ext2_find_next_bit for find_next_bit for little endian system
on kernel that have ext2_find_next_bit yet. Similar to what mballoc does.

14 years ago Branch b1_8
dzogin [Fri, 13 Nov 2009 22:47:51 +0000 (22:47 +0000)]
 Branch b1_8
 b=21259
 i=andrew.perepechko
 i=alexey.lyashkov
----------------------------------------------------------------------
 Modified Files:
  Tag: b1_8
  lustre/ChangeLog lustre/obdclass/linux/linux-module.c
----------------------------------------------------------------------
Details : Allow non-root access for "lfs check".

14 years agob=20619
brian [Fri, 13 Nov 2009 22:02:33 +0000 (22:02 +0000)]
b=20619

Fix typo.

14 years agoUpdated content to point to valid wiki page.
stinson1947 [Fri, 13 Nov 2009 19:58:17 +0000 (19:58 +0000)]
Updated content to point to valid wiki page.

14 years agob=21115
grev [Fri, 13 Nov 2009 11:27:59 +0000 (11:27 +0000)]
b=21115
i=Robert.Read
t-f: mount the same config on all clients

14 years agobuild fixes for posix 2008 enviroment
shadow [Fri, 13 Nov 2009 10:05:58 +0000 (10:05 +0000)]
build fixes for posix 2008 enviroment

Branch HEAD
b=19808
i=tappro
i=lee@sandia

14 years agoBranch b1_8
yangsheng [Fri, 13 Nov 2009 06:06:59 +0000 (06:06 +0000)]
Branch b1_8
b=20773

Fork the patch ext4-hash-indexed-dir-dotdot-update.patch for rhel5.4.

14 years agoBranch HEAD
robert.read [Fri, 13 Nov 2009 00:35:50 +0000 (00:35 +0000)]
Branch HEAD
b=21188

This is needed temporarily because ext3_data_in_dirent.patch has been disabled for RHEL5 in ldiskfs.

14 years agoUpdated for 1.8.2. build 03.
stinson1947 [Thu, 12 Nov 2009 22:56:42 +0000 (22:56 +0000)]
Updated for 1.8.2. build 03.

14 years agob=19721
brian [Thu, 12 Nov 2009 21:35:47 +0000 (21:35 +0000)]
b=19721
i=brian
o=adilger

Workaround in version_tag.pl for some (Debian?) systems where, for whatever
reason, MODULES_{TRUE|FALSE} does not get included in the {auto,}Makefile.in
files

14 years agob=19721
brian [Thu, 12 Nov 2009 21:33:52 +0000 (21:33 +0000)]
b=19721
i=brian
o=adilger

A "debs" make target so that one simply has to do "make debs" in a configured
source tree to get both userspace and kernel modules debian packages.
- this includes automatically updating the debian/changelog if not up-to-date
  with respect to the current version of lustre
- I'm not convinced that all of the gyrations to use m-a to build the kernel
  modules is worth it and if there are any non-trivial problems found with it
  I might just rip it all out and have debian/rules build and package up the
  kernel modules package
Some cleanups:
- fix automake requirement so that it's much more flexible
- allow both Ubuntu and Debian headers packages to be required
- comment out the body of the autogen-stamp
  + if somebody adds a patch to debian/patches that requires an
    autogen, they can supply a patch to create the autogen.sh and
    uncommment the autogen-stamp body
    * this is ideally and hopefull a very rare event
    * we would love feedback from packages that find creating patches necessary
- workaround in version_tag.pl for some (Debian?) systems where, for whatever
  reason, MODULES_{TRUE|FALSE} does not get included in the {auto,}Makefile.in
  files

14 years agoBranch b1_8
johann [Thu, 12 Nov 2009 21:13:39 +0000 (21:13 +0000)]
Branch b1_8
b=21188

Remove ext3/4_data_in_dirent patch since it causes spurious assertion
failure in ldiskfs.

14 years agob=20619
brian [Thu, 12 Nov 2009 20:22:43 +0000 (20:22 +0000)]
b=20619
i=wangyb
i=yangsheng

Allows a command-line argument to override the OFED version being built.
A "daily" build can be used by supplying "--ofed-version daily-M.m-YYYYMMDD"
(where M.m is major.minor, such as 1.5) to lbuild.

This allows very easy buiding with OFED daily snapshots to streamline testing
in advance of OFA's betas, RCs and GAs.

14 years agob=21306
nathan [Thu, 12 Nov 2009 19:57:31 +0000 (19:57 +0000)]
b=21306
i=manoj
insure pool additions propogate before striping

14 years agob=21306
nathan [Thu, 12 Nov 2009 19:55:27 +0000 (19:55 +0000)]
b=21306
i=manoj
insure pool additions propagate before striping

14 years agoBranch HEAD
yangsheng [Thu, 12 Nov 2009 17:31:19 +0000 (17:31 +0000)]
Branch HEAD
b=20773

i=adilger, shadow, girish, brian, wangyb

Update kernel to RHEL5 U4.

14 years agoBranch b1_8
yangsheng [Thu, 12 Nov 2009 17:14:59 +0000 (17:14 +0000)]
Branch b1_8
b=20773

i=adilger, shadow, girish, brian, wangyb

Update kernel to RHEL5 U4 2.6.18-164.6.1.el5.

14 years agoBranch b1_8
yangsheng [Thu, 12 Nov 2009 17:14:18 +0000 (17:14 +0000)]
Branch b1_8
b=20773

i=adilger, shadow, girish, brian, wangyb

Update kernel to RHEL5 U4 2.6.18-164.6.1.el5.

14 years agoBranch b1_8
johann [Thu, 12 Nov 2009 09:54:21 +0000 (09:54 +0000)]
Branch b1_8
b=20892
i=shadow
i=yangsheng

Take inode semaphores instead of the bkl before calling vfs_rename.

14 years agob=21108
deshmukh [Thu, 12 Nov 2009 08:20:06 +0000 (08:20 +0000)]
b=21108
i=rread

Increasing the timeout for df pdsh to complete.

14 years agoBranch HEAD
liuy [Thu, 12 Nov 2009 00:59:53 +0000 (00:59 +0000)]
Branch HEAD
b=19518
o=liangzhen
i=adilger
i=bobijam

first step change to move lustre hashes to libcfs:
1. no access to lh_rwlock if LH_REHASH is not set
2. buckets are allocated one by one, to avoid unnecessary cacheline
   conflict (on bucket::lhb_rwlock) while searching.
3. OBD_ALLOC/FREE are replaced by LIBCFS_ALLOC/FREE

14 years agoa=Johann Lombardi
panda [Wed, 11 Nov 2009 23:52:05 +0000 (23:52 +0000)]
a=Johann Lombardi
i=Andrew Perepechko
i=ZhiYong Tian

get lov objid count from MDS

14 years ago Branch HEAD
dzogin [Wed, 11 Nov 2009 22:33:30 +0000 (22:33 +0000)]
 Branch HEAD
 b=21049
 i=adilger
 i=robert.read
 ----------------------------------------------------------------------
 Modified Files:
  lustre/ChangeLog lustre/obdfilter/filter.c
  lustre/ost/ost_handler.c lustre/tests/sanity.sh
  lustre/tests/test-framework.sh
 ----------------------------------------------------------------------

14 years agob=21304
nathan [Wed, 11 Nov 2009 21:53:27 +0000 (21:53 +0000)]
b=21304
i=manoj
compare all the uuids in the pool list

14 years agob=21304
nathan [Wed, 11 Nov 2009 21:51:36 +0000 (21:51 +0000)]
b=21304
i=manoj
compare full list of uuids

14 years agoBranch HEAD
nicolas.williams [Wed, 11 Nov 2009 21:23:25 +0000 (21:23 +0000)]
Branch HEAD
b=21243
i=robert.read@sun.com
i=adilger@sun.com

14 years agoi=maxim,b=15332,b=18460:
isaac [Wed, 11 Nov 2009 18:37:03 +0000 (18:37 +0000)]
i=maxim,b=15332,b=18460:
- format and style updates; avoid 64bit division on 32bit systems.

14 years agoi=liang,b=15332:
isaac [Wed, 11 Nov 2009 18:28:52 +0000 (18:28 +0000)]
i=liang,b=15332:
- LNet router shuffler.

14 years agoi=liang,b=15332:
isaac [Wed, 11 Nov 2009 18:21:11 +0000 (18:21 +0000)]
i=liang,b=15332:
- LNet fine grain routing support.

14 years agoi=maxim,b=18460,b=20171:
isaac [Wed, 11 Nov 2009 18:09:24 +0000 (18:09 +0000)]
i=maxim,b=18460,b=20171:
- use monotonic timing source for router checker
- avoid asymmetrical router failures

14 years agoremove unused macros.
shadow [Wed, 11 Nov 2009 13:09:38 +0000 (13:09 +0000)]
remove unused macros.

b=14250
i=shadow
o=isac

14 years agob=21150
panda [Wed, 11 Nov 2009 00:11:41 +0000 (00:11 +0000)]
b=21150
i=ZhiYong Tian
i=Johann Lombardi

protect dqacq processing against mds-lov cleanup

14 years agoBranch b1_8
johann [Tue, 10 Nov 2009 23:00:09 +0000 (23:00 +0000)]
Branch b1_8
b=19887

Realign test_26b with the HEAD version of the test.

14 years agob=20451
brian [Tue, 10 Nov 2009 21:56:06 +0000 (21:56 +0000)]
b=20451
i=yangsheng
i=johann

Evidently (Ubuntu's, at least) 2.6.28 needs to include linux/pagemap.h
to get the prototype for grab_cache_page_write_begin().

14 years ago* Removed unused struct member ccc_page::cpg_checksum
eeb [Tue, 10 Nov 2009 21:55:34 +0000 (21:55 +0000)]
* Removed unused struct member ccc_page::cpg_checksum

14 years agoBranch b1_8
johann [Tue, 10 Nov 2009 19:57:26 +0000 (19:57 +0000)]
Branch b1_8
b=21224
i=girish
i=panda

Export ext4_get_group_desc() instead of reimplementing it
in fsfilt.
Speed up quotacheck by using find_next_bit() and stopping
scanning once we have know that no more inodes in-use remain.

14 years agoBranch b1_8
johann [Tue, 10 Nov 2009 19:57:24 +0000 (19:57 +0000)]
Branch b1_8
b=21224
i=girish
i=panda

Export ext4_get_group_desc() instead of reimplementing it
in fsfilt.
Speed up quotacheck by using find_next_bit() and stopping
scanning once we have know that no more inodes in-use remain.

14 years ago Branch b1_8
dzogin [Tue, 10 Nov 2009 15:22:49 +0000 (15:22 +0000)]
 Branch b1_8
 b=21049
 i=adilger
 i=robert.read
 ----------------------------------------------------------------------
 Modified Files:
  Tag: b1_8
  lustre/ChangeLog lustre/obdfilter/filter.c
  lustre/ost/ost_handler.c lustre/tests/sanity.sh
  lustre/tests/test-framework.sh
 ----------------------------------------------------------------------

14 years agoBranch b1_8
johann [Tue, 10 Nov 2009 14:17:17 +0000 (14:17 +0000)]
Branch b1_8
b=19023 (via 21250)

Add replay-vbr test 0x & 0y to ALWAYS_EXCEPT until bug 19023 is fixed.

14 years agob=20198
pravins [Tue, 10 Nov 2009 06:58:07 +0000 (06:58 +0000)]
b=20198
i=rread
get extra debug info for test 37

14 years agob=20645
jxiong [Tue, 10 Nov 2009 02:33:10 +0000 (02:33 +0000)]
b=20645
r=jay

A temporal fix for osc_trunc_check.

14 years agoBranch b1_8
adilger [Tue, 10 Nov 2009 00:23:40 +0000 (00:23 +0000)]
Branch b1_8
Ignore generated files.

14 years agob=19919
nathan [Mon, 9 Nov 2009 23:20:09 +0000 (23:20 +0000)]
b=19919
i=manoj
i=adilger
Make sure there is a valid pool when creating a new file with llapi
Fixes for 19406
Various pools test cleanups and fixes

b=19027
i=brian
i=rread
Don't be so anal about using _UUID in user interface; e.g. accept
lustre-OST0000, lustre-OST0000-osc-4ba41334 as well as lustre-OST0000_UUID.

14 years agoi=liang,b=19735:
isaac [Mon, 9 Nov 2009 19:02:06 +0000 (19:02 +0000)]
i=liang,b=19735:
- multiple-instance support for kptllnd.

14 years agorevert 21115 patch, it causes b=21308
grev [Mon, 9 Nov 2009 12:09:10 +0000 (12:09 +0000)]
revert 21115 patch, it causes b=21308

14 years agoRevert the patch for 19906
jxiong [Mon, 9 Nov 2009 06:05:16 +0000 (06:05 +0000)]
Revert the patch for 19906

14 years agoBranch HEAD
tappro [Fri, 6 Nov 2009 22:16:21 +0000 (22:16 +0000)]
Branch HEAD
b=21208
i=rread
i=zam

do request cleanup outside handle_recovery_req()

14 years agoUpdated for 2.0.0 build 30. Please note that a new version string is being used...
stinson1947 [Fri, 6 Nov 2009 21:34:40 +0000 (21:34 +0000)]
Updated for 2.0.0 build 30.  Please note that a new version string is being used, LUSTRE_MINOR is now 10 (up from 9), LUSTRE_PATCH is reset to 0, and builds will now be represented with the build number in the LUSTRE_FIX field.

14 years agob=19919
nathan [Fri, 6 Nov 2009 21:13:41 +0000 (21:13 +0000)]
b=19919
i=manoj
i=adilger
 Make sure there is a valid pool when creating a new file with llapi
 Fixes for 19406
 Various pools test fixes