<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12:04 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-956] lustre-2.1 /etc/init.d/lustre failed on sles11sp1</title>
                <link>https://jira.whamcloud.com/browse/LU-956</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;/etc/init.d/lustre of lustre-2.1 client tried to execute /etc/rc.d/init.d/functions.&lt;br/&gt;
There is no such file in sles11sp1.&lt;/p&gt;</description>
                <environment>sles11sp1 2.6.32.23-0.3.1</environment>
        <key id="12773">LU-956</key>
            <summary>lustre-2.1 /etc/init.d/lustre failed on sles11sp1</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="5">Cannot Reproduce</resolution>
                                        <assignee username="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="jaylan">Jay Lan</reporter>
                        <labels>
                    </labels>
                <created>Fri, 30 Dec 2011 19:03:16 +0000</created>
                <updated>Thu, 5 Jan 2012 17:30:25 +0000</updated>
                            <resolved>Thu, 5 Jan 2012 09:08:27 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="25305" author="pjones" created="Sat, 31 Dec 2011 01:16:11 +0000"  >&lt;p&gt;Yangsheng&lt;/p&gt;

&lt;p&gt;Can you plese look into this issue?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="25323" author="brian" created="Sat, 31 Dec 2011 10:49:22 +0000"  >&lt;p&gt;Jay,&lt;/p&gt;

&lt;p&gt;Can you provide the output of:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;# rpm -qif /etc/init.d/lustre&lt;/tt&gt;&lt;/p&gt;</comment>
                            <comment id="25357" author="jaylan" created="Tue, 3 Jan 2012 13:34:26 +0000"  >&lt;p&gt;Hi Brian,&lt;/p&gt;

&lt;p&gt;node331 /etc/init.d # rpm -qif /etc/init.d/lustre&lt;br/&gt;
Name        : lustre                       Relocations: (not relocatable)&lt;br/&gt;
Version     : 2.1.0                             Vendor: (none)&lt;br/&gt;
Release     : 1.1nasC_ofed153_2.6.32.23_0.3.1.20110428_nasa   Build Date: Fri Dec 30 15:05:10 2011&lt;br/&gt;
Install Date: Fri Dec 30 15:16:26 2011         Build Host: gulag1&lt;br/&gt;
Group       : Utilities/System              Source RPM: lustre-2.1.0-1.1nasC_ofed153_2.6.32.23_0.3.1.20110428_nasa.src.rpm&lt;br/&gt;
Size        : 3923078                          License: GPL&lt;br/&gt;
Signature   : (none)&lt;br/&gt;
URL         : &lt;a href=&quot;http://wiki.whamcloud.com/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wiki.whamcloud.com/&lt;/a&gt;&lt;br/&gt;
Summary     : Lustre File System&lt;br/&gt;
Description :&lt;br/&gt;
Userspace tools and files for the Lustre file system.&lt;br/&gt;
Distribution: (none)&lt;br/&gt;
node331 /etc/init.d # &lt;/p&gt;

&lt;p&gt;The git repo is available at&lt;br/&gt;
&lt;a href=&quot;https://github.com/jlan/lustre-nas/tree/nas-2.1.0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/jlan/lustre-nas/tree/nas-2.1.0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="25358" author="jaylan" created="Tue, 3 Jan 2012 13:41:48 +0000"  >&lt;p&gt;The change I made to the 1.1nasC vs 1nasC as in github repo was due to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-955&quot; title=&quot;Lustre-modules 2.1 client rpm wrongly requires lustre-backend-fs &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-955&quot;&gt;&lt;del&gt;LU-955&lt;/del&gt;&lt;/a&gt; I filed earlier:&lt;/p&gt;

&lt;p&gt;diff --git a/lustre.spec.in b/lustre.spec.in&lt;br/&gt;
index 7223a90..c515731 100644&lt;br/&gt;
&amp;#8212; a/lustre.spec.in&lt;br/&gt;
+++ b/lustre.spec.in&lt;br/&gt;
@@ &lt;del&gt;80,9 +80,6 @@ Requires: kernel&lt;/del&gt;%&lt;/p&gt;
{flavor}
&lt;p&gt; Requires: kernel = %&lt;/p&gt;
{krequires}
&lt;p&gt; %endif&lt;br/&gt;
 %endif&lt;br/&gt;
-%if ! %&lt;/p&gt;
{is_client}
&lt;p&gt;-Requires: lustre-backend-fs&lt;br/&gt;
-%endif&lt;br/&gt;
 Group: Development/Kernel&lt;/p&gt;

&lt;p&gt; %description modules&lt;/p&gt;</comment>
                            <comment id="25676" author="pjones" created="Wed, 4 Jan 2012 14:00:57 +0000"  >&lt;p&gt;Bobi&lt;/p&gt;

&lt;p&gt;YangSheng is rather busy atm so could you please look at this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="25825" author="brian" created="Wed, 4 Jan 2012 17:29:02 +0000"  >&lt;p&gt;Jay,&lt;/p&gt;

&lt;p&gt;/etc/init.d/lustre appears to have been added by 925e52c295bfe24eca431a90b65a1aba28beda8b in your github repo.  That appears to be an implementation of the patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-107&quot; title=&quot;Lustre init scripts with heartbeat v1 integration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-107&quot;&gt;&lt;del&gt;LU-107&lt;/del&gt;&lt;/a&gt;.  We have not landed &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-107&quot; title=&quot;Lustre init scripts with heartbeat v1 integration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-107&quot;&gt;&lt;del&gt;LU-107&lt;/del&gt;&lt;/a&gt; to our tree yet so you must be getting this patch from some other source.&lt;/p&gt;

&lt;p&gt;Ultimately this looks like a portability bug in that patch.  Probably the file it&apos;s looking for only exists on RH based systems and not SUSE systems.&lt;/p&gt;</comment>
                            <comment id="25835" author="jaylan" created="Wed, 4 Jan 2012 20:34:12 +0000"  >&lt;p&gt;Hmm, it was cherry-picked from LLNL&apos;s 2.1 git tree at github.&lt;/p&gt;

&lt;p&gt;I was asked to review commits off LLNL&apos;s 2.1 git tree. That one seemed to be safe&lt;br/&gt;
to me back then. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
Next time I will compare my version with your trees first.&lt;/p&gt;

&lt;p&gt;Thanks for investigation and quick reply. Please close this ticket.&lt;/p&gt;

</comment>
                            <comment id="25838" author="morrone" created="Wed, 4 Jan 2012 20:47:40 +0000"  >&lt;p&gt;Additionally, /etc/init.d/lustre is only used on servers.  Is it causing any trouble on boot of the clients?  We would want to know that.&lt;/p&gt;</comment>
                            <comment id="25849" author="pjones" created="Thu, 5 Jan 2012 01:22:09 +0000"  >&lt;p&gt;Jay&lt;/p&gt;

&lt;p&gt;As I have said before, I really advise starting without any patches and only adding those you absolutely need.&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="25863" author="brian" created="Thu, 5 Jan 2012 09:08:27 +0000"  >&lt;p&gt;Resolve per reporter.&lt;/p&gt;</comment>
                            <comment id="25932" author="jaylan" created="Thu, 5 Jan 2012 17:30:25 +0000"  >&lt;p&gt;Christopher,&lt;/p&gt;

&lt;p&gt;Our production machines run 1.8.6 clients and 1.8.6 servers mostly. Only one Lustre FS runs 2.1. &lt;/p&gt;

&lt;p&gt;I was asked to set up a new test cluster to run acc-sm to test 2.1. My initial setup was 2.1 servers and 2.1 sles11sp1 clients. The 1.8.x rpms do not ship an /etc/init.d/lustre. Our site provides our own version. Without much thinking, i tried to execute /etc/init.d/lustre at sles11sp1 client and it failed at very beginning.&lt;/p&gt;

&lt;p&gt;I was told then to work on 2.1 servers + 1.8.6 clients as priority. I would let you know if I find more problem in sles11sp1 client when I get back to that.&lt;/p&gt;

&lt;p&gt;Jay&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvhlj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6500</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10021"><![CDATA[2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>