WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Jeremy's git tags

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Jeremy's git tags
From: Dot Yet <dot.yet@xxxxxxxxx>
Date: Fri, 12 Mar 2010 07:31:57 -0500
Delivery-date: Fri, 12 Mar 2010 04:33:10 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=xYHCT4s3//fnx7xk2YsKQRwcGrm8OzC9JsWXbvne2Vs=; b=QsoH57Nr7CIKnGUIiq5GYSd0Plvv88CJ0jx4L8fd3GTDLNHUo1pI3t/c95AKoUgE59 Q0kH5GIkw06q54mAiP4QSWWimurirOEXLZtMhlTPMRISv9atqbVjh55KN4o8rmSRUhEl yeDiOC4KmmUIzExQMvs+VEWJx1RnvwG5MW+J0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TDEYNcnIFTdB0lt+UAae+il8dUcz9ZN/Oft3B0vUL6gWelPHNQxesCv4TryN2AEiPf 1XG2FLuoHH66Ilb3NuoumJx2tLqawe1aser1oL0mojOFtLu4OMHLdAEh9oihmR1d6NiI E5OWq6J7axo2d6FOCGcPUYJWY2Fo95W3+Kf3c=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <27874119.post@xxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <93bc4af41003112132g1566595ewc6371e7ac3816f69@xxxxxxxxxxxxxx> <27874119.post@xxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
i am trying to compile Lustre 1.8.2 against 2.6.31.5 and that failed
at compile time:

/root/xenlustre/lustre-1.8.2/lustre/llite/file.c: In function lustre_check_acl:
/root/xenlustre/lustre-1.8.2/lustre/llite/file.c:3462: error: implicit
declaration of function posix_acl_dup
cc1: warnings being treated as errors
/root/xenlustre/lustre-1.8.2/lustre/llite/file.c:3462: error:
assignment makes pointer from integer without a cast
/root/xenlustre/lustre-1.8.2/lustre/llite/file.c:3468: error: implicit
declaration of function posix_acl_permission
/root/xenlustre/lustre-1.8.2/lustre/llite/file.c:3469: error: implicit
declaration of function posix_acl_release
make[6]: *** [/root/xenlustre/lustre-1.8.2/lustre/llite/file.o] Error 1
make[5]: *** [/root/xenlustre/lustre-1.8.2/lustre/llite] Error 2
make[4]: *** [/root/xenlustre/lustre-1.8.2/lustre] Error 2
make[3]: *** [_module_/root/xenlustre/lustre-1.8.2] Error 2
make[3]: Leaving directory `/root/xenlustre/linux-2.6.31.5'
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/root/xenlustre/lustre-1.8.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/xenlustre/lustre-1.8.2'
make: *** [all] Error 2
lustreserver01:~/xenlustre/lustre-1.8.2#


I asked in there forum about the failures and they came back saying
that kernel 2.6.30.x is what is supported, anything above will require
backporting.

So, here is a good idea which you just brought to my attention, I will
try compiling 2.6.32.9 for xen and then will try putting lustre on it.
if that fails, I will try stock 2.6.32.9 and see if that one works for
lustre. if that fails too, then thats a problem for me.

ok.. will let you know.

On Fri, Mar 12, 2010 at 5:06 AM, Fantu <fantonifabio@xxxxxxxxxx> wrote:
>
> in jeremy git there are 2.6.31.6 default (branch xen/master) and 2.6.32.9
> (branch xen/stable) what is the problem with kernel more recent?
>
> Dot Yet wrote:
>>
>> Hi Everyone,
>>
>> git noob. simple question, how do i get a previous release from
>> jeremy's git repository?
>>
>> Right now, I can get the latest (2.6.32.9) by doing the following:
>>
>> git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>> linux-2.6-xen
>> $ cd linux-2.6-xen
>> $ git pull
>>
>> I tried doing a "git tag -l" when in linux-2.6-xen directory, but that
>> did not print the tag list. can someone help me understand what I am
>> doing wrong?
>>
>> I want to get the kernel version 2.6.30.5 to use with lustre 1.8.2.
>>
>> Thanks.
>> dot.yet
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-users
>>
>>
>
> --
> View this message in context: 
> http://old.nabble.com/Jeremy%27s-git-tags-tp27873576p27874119.html
> Sent from the Xen - User mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users