Hi, Richard<div><br></div><div>I just ran the following command according to the Wiki guide at approximately 11:00AM EST yesterday. </div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 17px; "><pre class="code-java" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; overflow-x: auto; overflow-y: auto; font-family: 'Courier New', Courier, monospace; line-height: 1.3; ">
git clone git:<span class="code-comment" style="color: rgb(128, 128, 128); background-color: inherit; ">//<a href="http://git.whamcloud.com/fs/lustre-release.git">git.whamcloud.com/fs/lustre-release.git</a></span></pre></span><div>
<br></div><div>Thanks for the quick reply, and let me know if you need any other information. </div><div><br></div><div>Regards,</div><div>-Jon.</div><br><div class="gmail_quote">On Thu, Jun 23, 2011 at 10:36 AM, Richard Henwood <span dir="ltr"><<a href="mailto:rhenwood@whamcloud.com">rhenwood@whamcloud.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Hi Jon,<br>
<br>
Can you provide the lustre-release git checkout you used - from your<br>
attached lustre2.1-rhel61-error.txt it looks like the issue may be<br>
related to kernel/lustre versions and I will try to reproduce you work<br>
exactly.<br>
<br>
I'm going to refresh the walk through to add in RHEL 6.1 - and I<br>
appreciate your feedback and mkinitrd comments.<br>
<br>
Cheers,<br>
Richard<br>
<br>
On Thu, Jun 23, 2011 at 7:26 AM, Jon Zhu <<a href="mailto:jon.zhu@gmail.com">jon.zhu@gmail.com</a>> wrote:<br>
</div><div><div></div><div class="h5">> Thanks, Peter.<br>
> The procedure has a step to create initrd:<br>
><br>
> # /sbin/new-kernel-pkg --package kernel --mkinitrd --dracut --depmod<br>
> --install 2.6.32lustre21<br>
><br>
> It doesn't work so I used this command instead:<br>
> mkinitrd /boot/initramfs-2.6.32.lustre21.img 2.6.32.lustre21<br>
><br>
> Looking forward to get the new procedure soon.<br>
> Regards,<br>
> -Jon.<br>
> On Thu, Jun 23, 2011 at 1:02 AM, Peter Jones <<a href="mailto:pjones@whamcloud.com">pjones@whamcloud.com</a>> wrote:<br>
>><br>
>> Jon<br>
>><br>
>> It seems that the instructions (written at the end of May) have grown<br>
>> stale since the recent realignment on RHEL6.1. We'll get the instructions<br>
>> updated.<br>
>><br>
>> Peter<br>
>><br>
>> On 11-06-22 6:03 PM, Jon Zhu wrote:<br>
>><br>
>> Hi, all<br>
>> As a fan of Lustre file system, recently I got a chance to try to build<br>
>> Lustre whamcloud code v2.1 branch from scratch, the following build guide<br>
>> works pretty well:<br>
>><br>
>> <a href="http://wiki.whamcloud.com/display/PUB/Walk-thru-+Build+Lustre+2.1+on+RHEL6+from+Whamcloud+git" target="_blank">http://wiki.whamcloud.com/display/PUB/Walk-thru-+Build+Lustre+2.1+on+RHEL6+from+Whamcloud+git</a><br>

>> Everything works well until the last step, when I<br>
>> run  /usr/lib64/lustre/tests/llmount.sh, it failed with the following<br>
>> error:<br>
>><br>
>> #############################################################################################<br>
>> [root@ip-10-204-59-145 tests]# /usr/lib64/lustre/tests/llmount.sh<br>
>> Stopping clients: ip-10-204-59-145 /mnt/lustre (opts:)<br>
>> Stopping clients: ip-10-204-59-145 /mnt/lustre2 (opts:)<br>
>> Loading modules from /usr/lib64/lustre/tests/..<br>
>> debug=0x33f0404<br>
>> subsystem_debug=0xffb7e3ff<br>
>> gss/krb5 is not supported<br>
>> WARNING: Deprecated config file /etc/modprobe.conf, all config files<br>
>> belong into /etc/modprobe.d/.<br>
>> WARNING: Deprecated config file /etc/modprobe.conf, all config files<br>
>> belong into /etc/modprobe.d/.<br>
>> WARNING: Deprecated config file /etc/modprobe.conf, all config files<br>
>> belong into /etc/modprobe.d/.<br>
>> WARNING: Deprecated config file /etc/modprobe.conf, all config files<br>
>> belong into /etc/modprobe.d/.<br>
>> Formatting mgs, mds, osts<br>
>> Format mds1: /tmp/lustre-mdt1<br>
>> Format ost1: /tmp/lustre-ost1<br>
>> Format ost2: /tmp/lustre-ost2<br>
>> Checking servers environments<br>
>> Checking clients ip-10-204-59-145 environments<br>
>> Loading modules from /usr/lib64/lustre/tests/..<br>
>> debug=0x33f0404<br>
>> subsystem_debug=0xffb7e3ff<br>
>> gss/krb5 is not supported<br>
>> Setup mgs, mdt, osts<br>
>> Starting mds1: -o loop,user_xattr,acl  /tmp/lustre-mdt1 /mnt/mds1<br>
>> mount.lustre: mount /dev/loop0 at /mnt/mds1 failed: Operation not<br>
>> supported<br>
>><br>
>> #############################################################################################<br>
>> Can anyone shed some light on this issue? Does this mean current Whamcloud<br>
>> Lustre code base (git://<a href="http://git.whamcloud.com/fs/lustre-release.git" target="_blank">git.whamcloud.com/fs/lustre-release.git</a>) is not<br>
>> ready for test drive?<br>
>> Detailed system log messages is attached for your information, the test<br>
>> machine's info is also dumped as following:<br>
>> [root@ip-10-204-59-145 tests]# uname -a<br>
>> Linux ip-10-204-59-145 2.6.32.lustre21 #6 SMP Wed Jun 22 15:27:40 EDT 2011<br>
>> x86_64 x86_64 x86_64 GNU/Linux<br>
>> [root@ip-10-204-59-145 tests]# cat /etc/redhat-release<br>
>> Red Hat Enterprise Linux Server release 6.1 (Santiago)<br>
>> BTW, thanks to the Whamcloud team for contributing so much to Lustre,<br>
>> without your effort Lustre is almost dead.<br>
>> Regards,<br>
>> -Jon.<br>
>> <a href="mailto:jon.zhu@gmail.com">jon.zhu@gmail.com</a><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Lustre-discuss mailing list<br>
>> <a href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a><br>
>> <a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss" target="_blank">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a><br>
>><br>
>> --<br>
>> Peter Jones<br>
>> Whamcloud, Inc.<br>
>> <a href="http://www.whamcloud.com" target="_blank">www.whamcloud.com</a><br>
>><br>
>> _______________________________________________<br>
>> Lustre-discuss mailing list<br>
>> <a href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a><br>
>> <a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss" target="_blank">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> Lustre-discuss mailing list<br>
> <a href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a><br>
> <a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss" target="_blank">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a><br>
><br>
><br>
<br>
<br>
<br>
--<br>
</div></div><div><div></div><div class="h5"><a href="mailto:Richard.Henwood@whamcloud.com">Richard.Henwood@whamcloud.com</a><br>
Whamcloud Inc.<br>
tel: <a href="tel:%2B1%20512%20410%209612" value="+15124109612">+1 512 410 9612</a><br>
</div></div></blockquote></div><br></div>