Whamcloud - gitweb
fs/lustre-release.git
21 years agoUpdate b1_2 from HEAD (20040309_1747)
adilger [Wed, 10 Mar 2004 01:19:30 +0000 (01:19 +0000)]
Update b1_2 from HEAD (20040309_1747)
b=2818, b=2901, b=2663, b=2908, b=2530, b=2464, b=2306 (socknal zc part)

21 years agoMerge documentation, liblustre, obdecho, smfs changes that landed on HEAD
adilger [Fri, 5 Mar 2004 18:10:38 +0000 (18:10 +0000)]
Merge documentation, liblustre, obdecho, smfs changes that landed on HEAD
after b1_2 was branched to avoid merge problems later.

Things not yet landed from this period:
- bug 2308 changes to portals (including kiov changes all over the place)
- GMNAL updates from llp2 (mixed in with 2308)

Those will be landed separately.

21 years agoMerge documentation, liblustre, obdecho, smfs changes that landed on HEAD
adilger [Fri, 5 Mar 2004 18:04:40 +0000 (18:04 +0000)]
Merge documentation, liblustre, obdecho, smfs changes that landed on HEAD
after b1_2 was branched to avoid merge problems later.

Things not yet landed from this period:
- bug 2308 changes to portals (including kiov changes all over the place)
- GMNAL updates from llp2 (mixed in with 2308)

Those will be landed separately.

21 years agoRemove bogus patch hunk, all is well.
adilger [Fri, 5 Mar 2004 00:58:51 +0000 (00:58 +0000)]
Remove bogus patch hunk, all is well.

21 years agoFix bug in HP kernel with calling sync_fs() under the superblock lock.
adilger [Fri, 5 Mar 2004 00:44:16 +0000 (00:44 +0000)]
Fix bug in HP kernel with calling sync_fs() under the superblock lock.
b=2681

21 years agoUpdate build version.
adilger [Thu, 4 Mar 2004 23:58:26 +0000 (23:58 +0000)]
Update build version.

21 years agoAdd fields (currently unused) to ost_lvb for glimpse time/blocks updates.
adilger [Thu, 4 Mar 2004 23:49:27 +0000 (23:49 +0000)]
Add fields (currently unused) to ost_lvb for glimpse time/blocks updates.
b=1021
r=phil

21 years agob=2681
nic [Thu, 4 Mar 2004 23:15:20 +0000 (23:15 +0000)]
b=2681
r=jacob,adilger

update kernel series for hp_pnnl, add invalidate-show patch and update
ext3-delete_thread patch for this series

21 years agoEnlarge the LVB in advance, to avoid an obvious 1.2.0 -> 1.2.1
phil [Thu, 4 Mar 2004 19:07:47 +0000 (19:07 +0000)]
Enlarge the LVB in advance, to avoid an obvious 1.2.0 -> 1.2.1
protocol change

21 years agoQuiet portals compiler warning on ia64.
adilger [Thu, 4 Mar 2004 18:29:10 +0000 (18:29 +0000)]
Quiet portals compiler warning on ia64.
b=2886
r=eeb

21 years agoAdditional debugging.
adilger [Thu, 4 Mar 2004 09:06:21 +0000 (09:06 +0000)]
Additional debugging.
b=2765

21 years agoUpdate build version.
adilger [Thu, 4 Mar 2004 09:02:23 +0000 (09:02 +0000)]
Update build version.

21 years agoFix three problems related to lock extent revocation:
adilger [Thu, 4 Mar 2004 08:33:01 +0000 (08:33 +0000)]
Fix three problems related to lock extent revocation:
- we were incorrectly calculating the "end" index value to be at the beginning
  of the next stripe instead of at the end of the current stripe (extra +1 for
  end, instead of using <= end for page indices)
- when comparing end << PAGE_CACHE_SHIFT for overflow against extent->end we
  used an unsigned long (which overflowed during the test ;-) so we always
  evicted pages to EOF (may have been a culprit in bug 2106 also)
- when matching against other locks (to see if page is under 2 locks) we
  were doing so in the file offset space (from page->index) instead of in
  the osc/extent space so we were matching against the wrong locks, if any

Change LL_CDEBUG_PAGE() to take a debug mask, so we can use it for error cases.
b=2765

21 years agoDon't call the completion AST if we can already match this lock.
adilger [Thu, 4 Mar 2004 08:10:13 +0000 (08:10 +0000)]
Don't call the completion AST if we can already match this lock.
We could fix some callers of obd_match() and ldlm_lock_match() to be a
bit more efficient, but we won't right now.
r=phil

21 years agobug=2661
wangchao [Wed, 3 Mar 2004 10:26:07 +0000 (10:26 +0000)]
bug=2661
r=adilger

add a test case to conf-sanity.sh to check the mode of OBJECTS/LOGS/PENDING

21 years agoLand b_smallfix onto b1_2 (20040302_2126)
adilger [Wed, 3 Mar 2004 10:01:47 +0000 (10:01 +0000)]
Land b_smallfix onto b1_2 (20040302_2126)
b=2809, b=2706, b=2816, b=1987, b=2884, b=1191, b=2765, b=2805

21 years agoLand b_smallfix onto b1_2 (20040302_2126)
adilger [Wed, 3 Mar 2004 09:56:05 +0000 (09:56 +0000)]
Land b_smallfix onto b1_2 (20040302_2126)
b=2809, b=2706, b=2816, b=1987, b=2884, b=1191, b=2765, b=2805

21 years agob=2503
adilger [Mon, 1 Mar 2004 19:44:18 +0000 (19:44 +0000)]
b=2503

21 years agoThis commit was manufactured by cvs2svn to create branch 'b1_2'.
cvs2svn [Mon, 1 Mar 2004 15:35:33 +0000 (15:35 +0000)]
This commit was manufactured by cvs2svn to create branch 'b1_2'.

21 years agoUpdated iopen patch for tmpfs.
yury [Mon, 1 Mar 2004 15:35:32 +0000 (15:35 +0000)]
Updated iopen patch for tmpfs.

21 years agoto incorporate change of lib_finalize function in portals/portals/lib-msg.c
hitao [Mon, 1 Mar 2004 15:20:48 +0000 (15:20 +0000)]
to incorporate change of lib_finalize function in portals/portals/lib-msg.c

21 years agomerge gmnal code in b_llp2 to HEAD
hitao [Mon, 1 Mar 2004 15:15:19 +0000 (15:15 +0000)]
merge gmnal code in b_llp2 to HEAD

21 years agofile vallina-2.6.3-nfs4 was initially added on branch b_v26.
ericm [Mon, 1 Mar 2004 12:14:38 +0000 (12:14 +0000)]
file vallina-2.6.3-nfs4 was initially added on branch b_v26.

21 years agofile uml-patch-2.6.3-rc2-1.patch was initially added on branch b_v26.
ericm [Mon, 1 Mar 2004 12:14:37 +0000 (12:14 +0000)]
file uml-patch-2.6.3-rc2-1.patch was initially added on branch b_v26.

21 years agofile uml-fix-2.6.3.patch was initially added on branch b_v26.
ericm [Mon, 1 Mar 2004 12:14:36 +0000 (12:14 +0000)]
file uml-fix-2.6.3.patch was initially added on branch b_v26.

21 years agofile linux-2.6.3-nfs-intent.patch was initially added on branch b_v26.
ericm [Mon, 1 Mar 2004 12:14:35 +0000 (12:14 +0000)]
file linux-2.6.3-nfs-intent.patch was initially added on branch b_v26.

21 years agofile linux-2.6.3-CITI_NFS4_ALL.patch was initially added on branch b_v26.
ericm [Mon, 1 Mar 2004 12:14:34 +0000 (12:14 +0000)]
file linux-2.6.3-CITI_NFS4_ALL.patch was initially added on branch b_v26.

21 years agofile export-2.6.3.patch was initially added on branch b_v26.
ericm [Mon, 1 Mar 2004 12:14:33 +0000 (12:14 +0000)]
file export-2.6.3.patch was initially added on branch b_v26.

21 years ago- tagging RC_CURRENT
buffalo-pull [Sat, 28 Feb 2004 00:10:13 +0000 (00:10 +0000)]
- tagging RC_CURRENT

21 years agoLand b_smallfix onto b1_2 (20040227_1612)
adilger [Fri, 27 Feb 2004 23:22:02 +0000 (23:22 +0000)]
Land b_smallfix onto b1_2 (20040227_1612)

21 years agofile branch.sh was initially added on branch b_smallfix.
adilger [Fri, 27 Feb 2004 22:18:21 +0000 (22:18 +0000)]
file branch.sh was initially added on branch b_smallfix.

21 years ago* Changed obdecho persistent object id to 1; object id 0 is now illegal.
eeb [Fri, 27 Feb 2004 19:07:14 +0000 (19:07 +0000)]
*  Changed obdecho persistent object id to 1; object id 0 is now illegal.

*  Fixed obdecho persistent object size at 1 MByte.

*  Changed test_brw data verification tests to work on a fixed 4k block
   rather than on page size to allow different page sized servers and
   clients.

21 years ago* Applied the last patch in Bug 2306, which changes the portals router/NAL
eeb [Fri, 27 Feb 2004 16:43:23 +0000 (16:43 +0000)]
*  Applied the last patch in Bug 2306, which changes the portals router/NAL
   forwarding interface from a single struct iovec for the message header +
   payload, to passing the message header by pointer, and the message body
   by ptl_kiov_t (== page,offset,size).  This restores portals router
   performance by allowing it to use socknal zero copy again.

*  Applied the socknal connection load balancing fix from Bug 2817

21 years ago- tagging RC_CURRENT
buffalo-pull [Fri, 27 Feb 2004 01:11:08 +0000 (01:11 +0000)]
- tagging RC_CURRENT

21 years ago- tagging RC_CURRENT
buffalo-pull [Thu, 26 Feb 2004 00:05:42 +0000 (00:05 +0000)]
- tagging RC_CURRENT

21 years agob=2730
adilger [Wed, 25 Feb 2004 23:35:09 +0000 (23:35 +0000)]
b=2730

21 years agoLand b_smallfix onto b1_2 (20040225_1544) (4pre1.2)
adilger [Wed, 25 Feb 2004 23:04:56 +0000 (23:04 +0000)]
Land b_smallfix onto b1_2 (20040225_1544) (4pre1.2)

21 years agoUpdate smfs: minor fixs in smfs_unlink
wangdi [Wed, 25 Feb 2004 16:15:00 +0000 (16:15 +0000)]
Update smfs: minor fixs in smfs_unlink

21 years agoUpdate smfs:some minor fix in smfs
wangdi [Wed, 25 Feb 2004 09:18:29 +0000 (09:18 +0000)]
Update smfs:some minor fix in smfs

21 years agoUpdate smfs: 1)unlock cache inode after we call bottom fs methods 2)minor fix in...
wangdi [Tue, 24 Feb 2004 18:44:49 +0000 (18:44 +0000)]
Update smfs: 1)unlock cache inode after we call bottom fs methods 2)minor fix in symlink ops

21 years agomerge b_size fencepost fix and lost scripts
phil [Tue, 24 Feb 2004 07:55:02 +0000 (07:55 +0000)]
merge b_size fencepost fix and lost scripts

21 years agosome scripts were mysteriously deleted when b_size landed
phil [Tue, 24 Feb 2004 07:51:55 +0000 (07:51 +0000)]
some scripts were mysteriously deleted when b_size landed

21 years agoFix a fencepost I was pretty sure I had already fixed (I checked; the
phil [Tue, 24 Feb 2004 07:25:06 +0000 (07:25 +0000)]
Fix a fencepost I was pretty sure I had already fixed (I checked; the
other places were still fixed).  NB: a lock on [x,y] protects a KMS of
up to y+1 bytes.

21 years agob 2295
youfeng [Tue, 24 Feb 2004 06:56:16 +0000 (06:56 +0000)]
b 2295
r Adilger

move defination IOC_MDC_GETSTRIPE and declaration op_create_file() to lustre_user.h cause it is needed for user-space apps.

add a funcation int get_file_stripe(char *path, struct lov_user_md *lum) in liblustreapi.c, which is used by user apps want to get Lustre files' stripe info

21 years agoDon't need __attribute__((packed)) since ldlm_resource_desc got lr_padding.
adilger [Tue, 24 Feb 2004 06:04:47 +0000 (06:04 +0000)]
Don't need __attribute__((packed)) since ldlm_resource_desc got lr_padding.

21 years agoFix struct ldlm_reply to pack properly on ia64 and other 64-bit systems.
adilger [Tue, 24 Feb 2004 04:34:53 +0000 (04:34 +0000)]
Fix struct ldlm_reply to pack properly on ia64 and other 64-bit systems.
Activate the in-kernel Lustre wire structure check so we don't hit this again.

21 years agoFix RPM tag
adilger [Tue, 24 Feb 2004 02:35:15 +0000 (02:35 +0000)]
Fix RPM tag

21 years agoChange RPM tag to b1_2.
adilger [Tue, 24 Feb 2004 02:33:42 +0000 (02:33 +0000)]
Change RPM tag to b1_2.

21 years agoThis commit was manufactured by cvs2svn to create branch 'b1_2'.
cvs2svn [Tue, 24 Feb 2004 01:48:00 +0000 (01:48 +0000)]
This commit was manufactured by cvs2svn to create branch 'b1_2'.

21 years agoLand b_smallfix onto HEAD (20040223_1817)
adilger [Tue, 24 Feb 2004 01:47:59 +0000 (01:47 +0000)]
Land b_smallfix onto HEAD (20040223_1817)

21 years agor=phil
jacob [Tue, 24 Feb 2004 00:00:52 +0000 (00:00 +0000)]
r=phil

if mount.lustre is not installed, don't oops but print a message
suggesting it be checked.

21 years agob=1021,2720
phil [Mon, 23 Feb 2004 23:37:30 +0000 (23:37 +0000)]
b=1021,2720
land b_size on HEAD for 1.2

21 years agoCreate ll_truncate_complete_page() compat macro.
adilger [Mon, 23 Feb 2004 17:52:03 +0000 (17:52 +0000)]
Create ll_truncate_complete_page() compat macro.

21 years agoupdate smfs 1)Add kml in smfs, but still not finish it, will change later according...
wangdi [Mon, 23 Feb 2004 17:39:07 +0000 (17:39 +0000)]
update smfs 1)Add kml in smfs, but still not finish it, will change later according to llog. 2)some minor fixs

21 years agoport several patches to 2.6.3
ericm [Mon, 23 Feb 2004 14:45:38 +0000 (14:45 +0000)]
port several patches to 2.6.3

21 years ago2.6 compile fix under obdfilter.
ericm [Mon, 23 Feb 2004 14:14:50 +0000 (14:14 +0000)]
2.6 compile fix under obdfilter.

21 years agomodule's init function will not get called when loading in 2.6.
ericm [Mon, 23 Feb 2004 13:58:56 +0000 (13:58 +0000)]
module's init function will not get called when loading in 2.6.

21 years agoget rid of some .h file we do not need in options.c
wangdi [Mon, 23 Feb 2004 04:24:35 +0000 (04:24 +0000)]
get rid of some .h file we do not need in options.c

21 years ago* Applied fix for 1888
eeb [Sat, 21 Feb 2004 09:54:05 +0000 (09:54 +0000)]
*  Applied fix for 1888

21 years agocopy inode attribute to bottom inode in smfs_dirty_inode
wangdi [Fri, 20 Feb 2004 13:59:39 +0000 (13:59 +0000)]
copy inode attribute to bottom inode in smfs_dirty_inode

21 years agob=2774
jacob [Fri, 20 Feb 2004 08:44:33 +0000 (08:44 +0000)]
b=2774
r=phil

if portals_nid2str() is used twice in a single printf-type thing it
will end up printing the same ip both times.

this patch adds a second buffer so that it prints the correct things.

21 years agob_2074
youfeng [Fri, 20 Feb 2004 06:03:58 +0000 (06:03 +0000)]
b_2074
r = Adilger

 b 2074 comment 33 -- cleanup code using fstat()

21 years agoOops, Just forget to commit smfs_internal.h in the last commit
wangdi [Thu, 19 Feb 2004 14:33:30 +0000 (14:33 +0000)]
Oops, Just forget to commit smfs_internal.h in the last commit

21 years agoUpdate smfs 1. Use d_alloc to alloc the cache dentry 2. some minor fixs
wangdi [Thu, 19 Feb 2004 14:24:03 +0000 (14:24 +0000)]
Update smfs 1. Use d_alloc to alloc the cache dentry 2. some minor fixs

21 years ago- tagging RC_CURRENT
buffalo-pull [Thu, 19 Feb 2004 03:46:05 +0000 (03:46 +0000)]
- tagging RC_CURRENT

21 years agob=2751
rread [Wed, 18 Feb 2004 21:37:24 +0000 (21:37 +0000)]
b=2751

Don't do precreate orphan recovery on an OST if the MDS is in recovery
mode. The OSC's last_id info is not initialized until after MDS
recovery is complete, so clearing the orphans here would result in
removing all the objects on the OST.

21 years agoFix endian conversion of socknal major/minor version. They are __u16 not __u32.
adilger [Wed, 18 Feb 2004 20:07:54 +0000 (20:07 +0000)]
Fix endian conversion of socknal major/minor version.  They are __u16 not __u32.
b=2464

21 years ago1. Replace i_mapping with the bottom inode imapping in mmap method according to peter...
wangdi [Wed, 18 Feb 2004 15:55:12 +0000 (15:55 +0000)]
1. Replace i_mapping with the bottom inode imapping in mmap method according to peter's advice. 2. some minor fix

21 years agoIncrease the number of request buffers to 4096 from 1024 for a 4GB machine
adilger [Tue, 17 Feb 2004 23:31:25 +0000 (23:31 +0000)]
Increase the number of request buffers to 4096 from 1024 for a 4GB machine
so we can remove max_rpcs_in_flight workaround on ALC.
b=2729

21 years agoadd address method of smfs for mmap
wangdi [Tue, 17 Feb 2004 09:01:27 +0000 (09:01 +0000)]
add address method of smfs for mmap

21 years agor=shaver
jacob [Tue, 17 Feb 2004 04:03:18 +0000 (04:03 +0000)]
r=shaver

Fix configure option indenting.

21 years agocopy bottom inode attribute out to the vfs inode
wangdi [Mon, 16 Feb 2004 13:42:44 +0000 (13:42 +0000)]
copy bottom inode attribute out to the vfs inode

21 years agoUpdate smfs: 1.fix bugs in smfs_link 2) decrease i_count in smfs_clear_inode
wangdi [Mon, 16 Feb 2004 12:33:48 +0000 (12:33 +0000)]
Update smfs: 1.fix bugs in smfs_link 2) decrease i_count in smfs_clear_inode

21 years agoShouldn't have been merged.
adilger [Mon, 16 Feb 2004 07:15:58 +0000 (07:15 +0000)]
Shouldn't have been merged.

21 years agoAdd newline to ll_readpage() debug message.
adilger [Mon, 16 Feb 2004 06:56:45 +0000 (06:56 +0000)]
Add newline to ll_readpage() debug message.

21 years agoRe-add CVS helper scripts. Not sure how they were lost.
adilger [Mon, 16 Feb 2004 00:33:18 +0000 (00:33 +0000)]
Re-add CVS helper scripts.  Not sure how they were lost.

21 years ago1. Adding iput(cache_inode) in smfs_clear_inode for clearing cache inode according...
wangdi [Sun, 15 Feb 2004 15:50:02 +0000 (15:50 +0000)]
1. Adding iput(cache_inode) in smfs_clear_inode for clearing cache inode according to peter's advice. 2. other minor fixes in smfs_clear_inode

21 years agoremove the ancient workaround for liblustre in osc_announce_cached().
ericm [Sun, 15 Feb 2004 14:31:50 +0000 (14:31 +0000)]
remove the ancient workaround for liblustre in osc_announce_cached().

Andreas: I tested that OST will never grant more space to liblustre than
the initial 4M.

21 years agob=2726: make sure that we properly balance page locking in the case of a failed
shaver [Sun, 15 Feb 2004 05:03:03 +0000 (05:03 +0000)]
b=2726: make sure that we properly balance page locking in the case of a failed
writepage.
patch=zab

21 years ago- tagging RC_CURRENT
buffalo-pull [Sat, 14 Feb 2004 03:35:41 +0000 (03:35 +0000)]
- tagging RC_CURRENT

21 years agoland b_eq on HEAD
rread [Sat, 14 Feb 2004 03:16:22 +0000 (03:16 +0000)]
land b_eq on HEAD

21 years agoOops.
adilger [Fri, 13 Feb 2004 23:42:52 +0000 (23:42 +0000)]
Oops.

21 years agoLanding b_bug974 onto HEAD (20040213_1538).
adilger [Fri, 13 Feb 2004 23:17:53 +0000 (23:17 +0000)]
Landing b_bug974 onto HEAD (20040213_1538).

Adds support for client-side write cache accounting via OST write credits
(grants).  There is not yet a "correction" algorithm for grants if they
get out of sync between the client and OST (OST can handle clients who think
they have grant but do not).  Peter had previously suggested that grants
should decay over time (faster on the clients than on the OSTs) so idle
nodes do not consume space they aren't using.

Use /proc/fs/lustre/osc/OSC*/cur_grant_bytes (and existing cur_dirty_bytes)
to check client-side cache values.

Includes lustre-side changes for lfsck support (create files with
specific objids, create specific objids on OSTs).

Also includes some changes to the testing scripts (local.sh, lov.sh, acc-sm)
so that they include a "client nid '*'" client and can be used for sanityN.sh
testing.  This has been put into the main acceptance-small.sh loop so that
sanityN.sh will be run on both single and multi-OST setups.

b=974 b=2349
r=shaver

21 years agoLand b_smallfix onto HEAD (20040213_1402)
adilger [Fri, 13 Feb 2004 21:32:19 +0000 (21:32 +0000)]
Land b_smallfix onto HEAD (20040213_1402)

21 years agoOr rather just old ones, since this bites me sometimes.
adilger [Fri, 13 Feb 2004 18:00:39 +0000 (18:00 +0000)]
Or rather just old ones, since this bites me sometimes.

21 years agoIgnore all .mergeinfo files.
adilger [Fri, 13 Feb 2004 17:59:21 +0000 (17:59 +0000)]
Ignore all .mergeinfo files.

21 years agoUpdate smfs: fix bugs of smfs_create
wangdi [Fri, 13 Feb 2004 14:28:46 +0000 (14:28 +0000)]
Update smfs: fix bugs of smfs_create

21 years agoUpdate smfs: some fix about clear_inode in smfs
wangdi [Fri, 13 Feb 2004 07:23:00 +0000 (07:23 +0000)]
Update smfs: some fix about clear_inode in smfs

21 years agob=2618
nic [Thu, 12 Feb 2004 20:13:10 +0000 (20:13 +0000)]
b=2618
r=shaver

get lconf to panic() when no host entry is found. using panic() will prevent
lconf from exiting cleanly when this happens.

21 years agoDon't pass garbage mode bits to the filesystem with O_CREAT.
adilger [Thu, 12 Feb 2004 18:19:54 +0000 (18:19 +0000)]
Don't pass garbage mode bits to the filesystem with O_CREAT.
It is really the fault of K&R that there are 2 different open prototypes.

21 years agoFix obvious cut-n-paste error in lov_brw_check() (would only be noticable
adilger [Thu, 12 Feb 2004 10:29:25 +0000 (10:29 +0000)]
Fix obvious cut-n-paste error in lov_brw_check() (would only be noticable
during OSC failure).

21 years agoFix comment to refer to a function which actually exists.
adilger [Thu, 12 Feb 2004 09:29:59 +0000 (09:29 +0000)]
Fix comment to refer to a function which actually exists.

21 years ago- tagging RC_CURRENT
buffalo-pull [Thu, 12 Feb 2004 04:43:53 +0000 (04:43 +0000)]
- tagging RC_CURRENT

21 years agob=2699
rread [Thu, 12 Feb 2004 01:28:08 +0000 (01:28 +0000)]
b=2699

Make sure this request was replied before unpacking, and if not return
an error.

21 years ago- be sure to run the tests with 0 debugging
zab [Wed, 11 Feb 2004 22:19:49 +0000 (22:19 +0000)]
- be sure to run the tests with 0 debugging

21 years agoHave the loopback OST/MDS files use the same names as the other tests, so
adilger [Wed, 11 Feb 2004 18:19:32 +0000 (18:19 +0000)]
Have the loopback OST/MDS files use the same names as the other tests, so
that my root filesystem doesn't fill up with all the different files.

21 years agoupdate smfs, some fix about read in smfs
wangdi [Wed, 11 Feb 2004 09:29:52 +0000 (09:29 +0000)]
update smfs, some fix about read in smfs

21 years ago- tagging RC_CURRENT
buffalo-pull [Wed, 11 Feb 2004 03:02:55 +0000 (03:02 +0000)]
- tagging RC_CURRENT

21 years agob=2019
wangchao [Wed, 11 Feb 2004 02:22:36 +0000 (02:22 +0000)]
b=2019
r=adilger

have lconf create large journals

21 years agob=2079
wangchao [Wed, 11 Feb 2004 02:18:04 +0000 (02:18 +0000)]
b=2079
r=shaver

replace OBD_IOC_LIST ioctl with reading /proc/fs/lustre/devices