<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7235.2">
<TITLE>RE: Help needed in building patchless client for lustre</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>I need step by step procedure of building patchless client for lustre file system.I referred wiki.lustre.org. But I have a doubt,For bulding patchless client, Is it required to patch and build kernel source first  as given in wiki and then configure using<BR>
[lustre]$ ./configure --with-linux=/unpatched/kernel/source<BR>
or not?<BR>
I have kernel version vanilla 2.6.22.14 and I'm trying to install lustre 1.6.4.2<BR>
<BR>
Regards,<BR>
Ashok Bharat<BR>
<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: lustre-discuss-bounces@lists.lustre.org on behalf of lustre-discuss-request@lists.lustre.org<BR>
Sent: Mon 2/25/2008 2:02 PM<BR>
To: lustre-discuss@lists.lustre.org<BR>
Subject: Lustre-discuss Digest, Vol 25, Issue 51<BR>
<BR>
Send Lustre-discuss mailing list submissions to<BR>
        lustre-discuss@lists.lustre.org<BR>
<BR>
To subscribe or unsubscribe via the World Wide Web, visit<BR>
        <A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
or, via email, send a message with subject or body 'help' to<BR>
        lustre-discuss-request@lists.lustre.org<BR>
<BR>
You can reach the person managing the list at<BR>
        lustre-discuss-owner@lists.lustre.org<BR>
<BR>
When replying, please edit your Subject line so it is more specific<BR>
than "Re: Contents of Lustre-discuss digest..."<BR>
<BR>
<BR>
Today's Topics:<BR>
<BR>
   1. Re: Lustre and MPI-ROMIO, specifically    ADIOI_Set_Lock and<BR>
      noncontiguous writing (Andreas Dilger)<BR>
   2. Re: 2.6.23 client systems with any        compatible      server<BR>
      (Andreas Dilger)<BR>
   3. Re: Help needed in building patchless client for  lustre<BR>
      (ashok bharat bayana)<BR>
   4. Re: Help needed in building patchless client for lustre (Tom.Wang)<BR>
   5. Re: Help needed in building patchless client for  lustre<BR>
      (ashok bharat bayana)<BR>
<BR>
<BR>
----------------------------------------------------------------------<BR>
<BR>
Message: 1<BR>
Date: Sun, 24 Feb 2008 21:18:44 -0700<BR>
From: Andreas Dilger <adilger@sun.com><BR>
Subject: Re: [Lustre-discuss] Lustre and MPI-ROMIO, specifically<BR>
        ADIOI_Set_Lock and noncontiguous writing<BR>
To: Bill Wichser <bill@Princeton.EDU><BR>
Cc: Tom Wang <Tom.Wang@sun.com>, lustre-discuss@lists.lustre.org<BR>
Message-ID: <20080225041844.GB3534@webber.adilger.int><BR>
Content-Type: text/plain; charset=us-ascii<BR>
<BR>
On Feb 22, 2008  08:47 -0500, Bill Wichser wrote:<BR>
> I'm trying to do noncontiguous writes on a Lustre filesystem using<BR>
> MPI-ROMIO routines.  It is failing in ADIOI_Set_Lock with the message:<BR>
><BR>
> File locking failed in ADIOI_Set_lock. If the file system is NFS, you<BR>
> need to use NFS version 3, ensure that the lockd daemon is running on<BR>
> all the machines, and mount the directory with the 'noac' option (no<BR>
> attribute caching).<BR>
><BR>
> Now I've searched the web for some solution but only seem to come across<BR>
> similar problems.  Is there some way to mount a lustre filesystem so<BR>
> that it somehow does the right thing here and use the ufs kernel<BR>
> interface?  NFS mounted filesystems work fine as they provide the file<BR>
> locking mechanism apparently.<BR>
<BR>
The default for Lustre is to _not_ support cluster-coherent flock locking,<BR>
because it can cause problems in some cases (depending on locking mode).<BR>
<BR>
There are client mount options "-o localflock" which just pretends that flock<BR>
locking is working (it is using only the local node's flock locking), and<BR>
"-o flock" which enables real filesystem-wide flock.  You can pick between<BR>
the two, depending if you need real flock or not.<BR>
<BR>
Also, there have been improvements for the Lustre ADIO driver done at ORNL.<BR>
<BR>
Cheers, Andreas<BR>
--<BR>
Andreas Dilger<BR>
Sr. Staff Engineer, Lustre Group<BR>
Sun Microsystems of Canada, Inc.<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 2<BR>
Date: Sun, 24 Feb 2008 21:19:27 -0700<BR>
From: Andreas Dilger <adilger@sun.com><BR>
Subject: Re: [Lustre-discuss] 2.6.23 client systems with any<BR>
        compatible      server<BR>
To: Ron <ron.rex@gmail.com><BR>
Cc: ron@fnal.gov, lustre-discuss@clusterfs.com<BR>
Message-ID: <20080225041927.GC3534@webber.adilger.int><BR>
Content-Type: text/plain; charset=us-ascii<BR>
<BR>
On Feb 22, 2008  10:59 -0800, Ron wrote:<BR>
> I want to have a lustre client running on a system with 2.6.23.12<BR>
> kernel. (The reason is that there is a special patch that is required<BR>
> for these 60+ Quad-Core AMD Opteron systems that we have and the patch<BR>
> is currently only available for this 2.6.23.12 kernel).<BR>
><BR>
> Does anyone have a recommendation of how I should get a client and<BR>
> then a compatible server?<BR>
> For the server, we only need minimal throughput, we just would like to<BR>
> see if Lustre can manage a filesystem created on a 40 TB disk system<BR>
> attached via a qlogic fibre channel adapter.  We were planning to run<BR>
> the mgs, mdt, and several OSTs on a single system. There are no kernel<BR>
> constraints for the server. (We currently have a redhat base x86_64<BR>
> distribution loaded.)<BR>
><BR>
> I have tried a lustre CVS client (20080116) for the 2.6.23.12, but<BR>
> seem to have run into a compatibility issue with the 1.6.4.*-<BR>
> vanilla_2.6.18.8 server.<BR>
<BR>
You should be able to build a "patchless" lustre client for kernels ><BR>
2.6.16, though I'm not sure if we have all of the kernel API changes<BR>
for > 2.6.22 in the Lustre code.  The issue is that even though Lustre<BR>
clients no longer require kernel patches, the kernel APIs change without<BR>
notice or documentation, so there is always _something_ broken when a<BR>
new kernel is released.<BR>
<BR>
Could you also elaborate on the "1.6.4.* compatibility issue"?  There<BR>
shouldn't be any compatibility problems between 1.6 releases, though<BR>
the current b1_6 development branch has a feature (adaptive timeouts)<BR>
which is likely to be removed before the final release.  I would suggest<BR>
getting the specific Lustre release you want by CVS tag (v1_6_4_3 probably)<BR>
instead of the CVS tip.<BR>
<BR>
Cheers, Andreas<BR>
--<BR>
Andreas Dilger<BR>
Sr. Staff Engineer, Lustre Group<BR>
Sun Microsystems of Canada, Inc.<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 3<BR>
Date: Mon, 25 Feb 2008 13:10:51 +0530<BR>
From: "ashok bharat bayana" <ashok.bharat.bayana@iiitb.ac.in><BR>
Subject: Re: [Lustre-discuss] Help needed in building patchless client<BR>
        for     lustre<BR>
To: <lustre-discuss@lists.lustre.org><BR>
Message-ID: <8626C1B7EB748940BCDD7596134632BE85021A@jal.iiitb.ac.in><BR>
Content-Type: text/plain; charset="iso-8859-1"<BR>
<BR>
hi!<BR>
I tried to build lustre-1.6.4.2 in my system, but the following error occured,<BR>
<BR>
/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.c:345: error: too few arguments to function ?vfs_rename?<BR>
make[6]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.o] Error 1<BR>
make[5]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs] Error 2<BR>
make[4]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre] Error 2<BR>
make[3]: *** [_module_/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2] Error 2<BR>
make[3]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'<BR>
make[2]: *** [modules] Error 2<BR>
make[2]: Leaving directory `/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2'<BR>
make[1]: *** [all-recursive] Error 1<BR>
make[1]: Leaving directory `/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2'<BR>
make: *** [all] Error 2<BR>
<BR>
my kernel version is 2.6.22.14.<BR>
<BR>
and I configured patchless client in my system using the following command<BR>
<BR>
[lustre]$ ./configure --with-linux=/unpatched/kernel/source<BR>
<BR>
and after that I tried to build, using make then the above error occured.<BR>
<BR>
can anyone help me in how to proceed building the patchless client for lustre.<BR>
<BR>
Thanks and Regards,<BR>
Ashok Bharat<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: lustre-discuss-bounces@lists.lustre.org on behalf of lustre-discuss-request@lists.lustre.org<BR>
Sent: Tue 2/12/2008 10:30 PM<BR>
To: lustre-discuss@lists.lustre.org<BR>
Subject: Lustre-discuss Digest, Vol 25, Issue 22<BR>
<BR>
Send Lustre-discuss mailing list submissions to<BR>
        lustre-discuss@lists.lustre.org<BR>
<BR>
To subscribe or unsubscribe via the World Wide Web, visit<BR>
        <A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
or, via email, send a message with subject or body 'help' to<BR>
        lustre-discuss-request@lists.lustre.org<BR>
<BR>
You can reach the person managing the list at<BR>
        lustre-discuss-owner@lists.lustre.org<BR>
<BR>
When replying, please edit your Subject line so it is more specific<BR>
than "Re: Contents of Lustre-discuss digest..."<BR>
<BR>
<BR>
Today's Topics:<BR>
<BR>
   1. Re: Am I missing something? (Aaron Knister)<BR>
   2. Re: rc -43: Identifier removed (Kit Westneat)<BR>
<BR>
<BR>
----------------------------------------------------------------------<BR>
<BR>
Message: 1<BR>
Date: Tue, 12 Feb 2008 11:11:19 -0500<BR>
From: Aaron Knister <aaron@iges.org><BR>
Subject: Re: [Lustre-discuss] Am I missing something?<BR>
To: Timh Bergstr?m <timh.bergstrom@diino.net><BR>
Cc: lustre-discuss@lists.lustre.org<BR>
Message-ID: <C452ACF2-7FC7-44B6-BD64-51FD26558812@iges.org><BR>
Content-Type: text/plain; charset="iso-8859-1"<BR>
<BR>
The discrepancies between lfs df -h and df -h I think that largely <BR>
have to do with the way GB are calculated. Ether based on 1000 or <BR>
1024. Remember you lose about 5% of each underlying volume due to the <BR>
5% reserved for root.<BR>
<BR>
Aaron<BR>
<BR>
On Feb 12, 2008, at 8:38 AM, Timh Bergstr?m wrote:<BR>
<BR>
> Hi,<BR>
><BR>
> Just got a smaller Lustre system running with 1 mdt/mgs and 2 ost's. <BR>
> On the osts i've added 1x10GB disk and 1x20GB disk<BR>
>  on each system and formatted and mounted them as /mnt/ost1-4 (ost1) <BR>
> and /mnt/ost2-3 (ost2). I've also mounted the lustre system on the <BR>
> mdt/mgs server with mount -t lustre x.y.n.p@tcp:/testfs /mnt/lustre. <BR>
> So far so good, however df -h only reports 9/60GB avail where lsf df <BR>
> -h reports 54.4G available.<BR>
><BR>
> 172.16.x.y@tcp:/testfs<BR>
>                        60G   50G  9.0G  85% /mnt/lustre<BR>
><BR>
> vs<BR>
><BR>
> filesystem summary:      59.1G      4.7G     54.4G    7% /mnt/lustre<BR>
><BR>
> --<BR>
><BR>
> lustre-client:/mnt/lustre# du -hcs<BR>
> 4.0K    .<BR>
> 4.0K    total<BR>
><BR>
> I cant find anything on this in the lists or manual, but do  you <BR>
> have to have equal size disks to get all the usable space available <BR>
> to the system mounting lustre? Is this somehow connected to stripe-<BR>
> size or some automatic failover settings. My original intent was to <BR>
> create a large storage area using lustre for numerous clients to <BR>
> mount and use as diskspace.<BR>
><BR>
> --<BR>
> Timh Bergstr?m<BR>
> System Administrator<BR>
> Diino AB - www.diino.com<BR>
> :wq _______________________________________________<BR>
> Lustre-discuss mailing list<BR>
> Lustre-discuss@lists.lustre.org<BR>
> <A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
<BR>
Aaron Knister<BR>
Associate Systems Analyst<BR>
Center for Ocean-Land-Atmosphere Studies<BR>
<BR>
(301) 595-7000<BR>
aaron@iges.org<BR>
<BR>
<BR>
<BR>
<BR>
-------------- next part --------------<BR>
An HTML attachment was scrubbed...<BR>
URL: <A HREF="http://lists.lustre.org/pipermail/lustre-discuss/attachments/20080212/f41b7db3/attachment-0001.html">http://lists.lustre.org/pipermail/lustre-discuss/attachments/20080212/f41b7db3/attachment-0001.html</A><BR>
<BR>
------------------------------<BR>
<BR>
Message: 2<BR>
Date: Tue, 12 Feb 2008 11:27:27 -0500<BR>
From: Kit Westneat <kwestneat@datadirectnet.com><BR>
Subject: Re: [Lustre-discuss] rc -43: Identifier removed<BR>
To: Per Lundqvist <perl@nsc.liu.se><BR>
Cc: adilger@sun.com, Steden Klaus <Klaus.Steden@thomson.net>,<BR>
        lustre-discuss@lists.lustre.org<BR>
Message-ID: <47B1C8EF.2070108@datadirectnet.com><BR>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>
<BR>
What the group upcall does is get all the secondary groups for the<BR>
client user. There isn't enough room in the LNET message to send them<BR>
all, so the MDS has to look it up in the /etc/groups. If you don't care<BR>
about secondary groups at all, there is no harm in clearing the<BR>
group_upcall param.<BR>
<BR>
In theory, there also shouldn't be any harm in having different passwd<BR>
and group files on the MDS and OSSes than on the clients. It's highly<BR>
important, however, that all the clients have the same passwd and groups<BR>
files. Otherwise the clients could interpret the same UID as different<BR>
users, and people could go mucking around in each others files.<BR>
<BR>
- Kit<BR>
<BR>
Per Lundqvist wrote:<BR>
> On Mon, 11 Feb 2008, Aaron Knister wrote:<BR>
><BR>
>  <BR>
>> I had the same issue with my lustre setup. I think this should fix it --<BR>
>><BR>
>> tunefs.lustre --param mdt.group_upcall=NONE /dev/mdt/device<BR>
>>    <BR>
><BR>
> Thanks Andreas and Aaron, but then I wonder why the MDS needs to have all<BR>
> the users in its own passwd/group file? And what are the implications of<BR>
> setting the above mdt.group_upcall=NONE on the MDT?<BR>
><BR>
> /Per<BR>
><BR>
>  <BR>
> ------------------------------------------------------------------------<BR>
><BR>
> _______________________________________________<BR>
> Lustre-discuss mailing list<BR>
> Lustre-discuss@lists.lustre.org<BR>
> <A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
>  <BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
_______________________________________________<BR>
Lustre-discuss mailing list<BR>
Lustre-discuss@lists.lustre.org<BR>
<A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
<BR>
<BR>
End of Lustre-discuss Digest, Vol 25, Issue 22<BR>
**********************************************<BR>
<BR>
-------------- next part --------------<BR>
A non-text attachment was scrubbed...<BR>
Name: not available<BR>
Type: application/ms-tnef<BR>
Size: 6064 bytes<BR>
Desc: not available<BR>
Url : <A HREF="http://lists.lustre.org/pipermail/lustre-discuss/attachments/20080225/81e9e419/attachment-0001.bin">http://lists.lustre.org/pipermail/lustre-discuss/attachments/20080225/81e9e419/attachment-0001.bin</A><BR>
<BR>
------------------------------<BR>
<BR>
Message: 4<BR>
Date: Mon, 25 Feb 2008 02:54:30 -0500<BR>
From: "Tom.Wang" <Tom.Wang@Sun.COM><BR>
Subject: Re: [Lustre-discuss] Help needed in building patchless client<BR>
        for lustre<BR>
To: ashok bharat bayana <ashok.bharat.bayana@iiitb.ac.in><BR>
Cc: lustre-discuss@lists.lustre.org<BR>
Message-ID: <47C27436.6080201@sun.com><BR>
Content-Type: text/plain; format=flowed; charset=windows-1252<BR>
<BR>
ashok bharat bayana wrote:<BR>
> hi!<BR>
> I tried to build lustre-1.6.4.2 in my system, but the following error occured,<BR>
><BR>
> /home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.c:345: error: too few arguments to function ?vfs_rename?<BR>
> make[6]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.o] Error 1<BR>
> make[5]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs] Error 2<BR>
> make[4]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre] Error 2<BR>
> make[3]: *** [_module_/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2] Error 2<BR>
> make[3]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'<BR>
> make[2]: *** [modules] Error 2<BR>
> make[2]: Leaving directory `/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2'<BR>
> make[1]: *** [all-recursive] Error 1<BR>
> make[1]: Leaving directory `/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2'<BR>
> make: *** [all] Error 2<BR>
><BR>
> my kernel version is 2.6.22.14.<BR>
><BR>
> and I configured patchless client in my system using the following command<BR>
><BR>
> [lustre]$ ./configure --with-linux=/unpatched/kernel/source<BR>
><BR>
>  <BR>
add --disable-server when you configure patchless client.<BR>
> and after that I tried to build, using make then the above error occured.<BR>
><BR>
> can anyone help me in how to proceed building the patchless client for lustre.<BR>
><BR>
> Thanks and Regards,<BR>
> Ashok Bharat<BR>
><BR>
><BR>
>  <BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 5<BR>
Date: Mon, 25 Feb 2008 14:09:37 +0530<BR>
From: "ashok bharat bayana" <ashok.bharat.bayana@iiitb.ac.in><BR>
Subject: Re: [Lustre-discuss] Help needed in building patchless client<BR>
        for     lustre<BR>
To: "Tom.Wang" <Tom.Wang@Sun.COM><BR>
Cc: lustre-discuss@lists.lustre.org<BR>
Message-ID: <8626C1B7EB748940BCDD7596134632BE85021E@jal.iiitb.ac.in><BR>
Content-Type: text/plain; charset="iso-8859-1"<BR>
<BR>
<BR>
Thanks for ur response but disabling server didn't help in uncovering the errors. the same errors came again<BR>
<BR>
/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.c:309: error: too few arguments to function ?vfs_mkdir?<BR>
<BR>
/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.c: In function ?lustre_rename?:<BR>
/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.c:345: warning: passing argument 3 of ?vfs_rename? from incompatible pointer type<BR>
/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.c:345: warning: passing argument 4 of ?vfs_rename? from incompatible pointer type<BR>
/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.c:345: error: too few arguments to function ?vfs_rename?<BR>
make[6]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.o] Error 1<BR>
make[5]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs] Error 2<BR>
make[4]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre] Error 2<BR>
make[3]: *** [_module_/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2] Error 2<BR>
make[3]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'<BR>
make[2]: *** [modules] Error 2<BR>
make[2]: Leaving directory `/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2'<BR>
make[1]: *** [all-recursive] Error 1<BR>
make[1]: Leaving directory `/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2'<BR>
make: *** [all] Error 2<BR>
<BR>
Regards,<BR>
Ashok Bharat<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Tom.Wang [<A HREF="mailto:Tom.Wang@Sun.COM">mailto:Tom.Wang@Sun.COM</A>]<BR>
Sent: Mon 2/25/2008 1:24 PM<BR>
To: ashok bharat bayana<BR>
Cc: lustre-discuss@lists.lustre.org<BR>
Subject: Re: [Lustre-discuss] Help needed in building patchless client for lustre<BR>
<BR>
ashok bharat bayana wrote:<BR>
> hi!<BR>
> I tried to build lustre-1.6.4.2 in my system, but the following error occured,<BR>
><BR>
> /home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.c:345: error: too few arguments to function 'vfs_rename'<BR>
> make[6]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs/lvfs_linux.o] Error 1<BR>
> make[5]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre/lvfs] Error 2<BR>
> make[4]: *** [/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2/lustre] Error 2<BR>
> make[3]: *** [_module_/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2] Error 2<BR>
> make[3]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'<BR>
> make[2]: *** [modules] Error 2<BR>
> make[2]: Leaving directory `/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2'<BR>
> make[1]: *** [all-recursive] Error 1<BR>
> make[1]: Leaving directory `/home/bharat/Desktop/lustre-1.6/lustre-1.6.4.2'<BR>
> make: *** [all] Error 2<BR>
><BR>
> my kernel version is 2.6.22.14.<BR>
><BR>
> and I configured patchless client in my system using the following command<BR>
><BR>
> [lustre]$ ./configure --with-linux=/unpatched/kernel/source<BR>
><BR>
>  <BR>
add --disable-server when you configure patchless client.<BR>
> and after that I tried to build, using make then the above error occured.<BR>
><BR>
> can anyone help me in how to proceed building the patchless client for lustre.<BR>
><BR>
> Thanks and Regards,<BR>
> Ashok Bharat<BR>
><BR>
><BR>
>  <BR>
<BR>
-------------- next part --------------<BR>
An HTML attachment was scrubbed...<BR>
URL: <A HREF="http://lists.lustre.org/pipermail/lustre-discuss/attachments/20080225/afcf6a04/attachment.html">http://lists.lustre.org/pipermail/lustre-discuss/attachments/20080225/afcf6a04/attachment.html</A><BR>
<BR>
------------------------------<BR>
<BR>
_______________________________________________<BR>
Lustre-discuss mailing list<BR>
Lustre-discuss@lists.lustre.org<BR>
<A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
<BR>
<BR>
End of Lustre-discuss Digest, Vol 25, Issue 51<BR>
**********************************************<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>