<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:45:09 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-4707] Don&#8217;t deploy the &#8220;lustre&#8221; init script on clients</title>
                <link>https://jira.whamcloud.com/browse/LU-4707</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The &quot;lustre&quot; init script, etc/rc.d/init.d/lustre, is I think intended for use on Lustre servers only. Can it be removed from the payload for client nodes?&lt;/p&gt;</description>
                <environment></environment>
        <key id="23378">LU-4707</key>
            <summary>Don&#8217;t deploy the &#8220;lustre&#8221; init script on clients</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="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="malkolm">Malcolm Cowe</reporter>
                        <labels>
                            <label>mn4</label>
                    </labels>
                <created>Fri, 28 Feb 2014 03:52:16 +0000</created>
                <updated>Wed, 6 Aug 2014 19:37:41 +0000</updated>
                            <resolved>Fri, 11 Apr 2014 19:13:47 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="78351" author="agarcia" created="Tue, 4 Mar 2014 17:18:13 +0000"  >&lt;p&gt;this is a Lustre bug - converting to an LU ticket, per IML triage meeting.&lt;/p&gt;</comment>
                            <comment id="78609" author="dmiter" created="Thu, 6 Mar 2014 18:01:19 +0000"  >&lt;p&gt;Patch is &lt;a href=&quot;http://review.whamcloud.com/9535&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9535&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="81449" author="dmiter" created="Fri, 11 Apr 2014 19:13:47 +0000"  >&lt;p&gt;Patch have landed to master.&lt;/p&gt;</comment>
                            <comment id="81485" author="dmiter" created="Sat, 12 Apr 2014 16:15:40 +0000"  >&lt;p&gt;patch for b2_5: &lt;a href=&quot;http://review.whamcloud.com/9940&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9940&lt;/a&gt;&lt;br/&gt;
patch for b2_4: &lt;a href=&quot;http://review.whamcloud.com/9941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9941&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="85006" author="adilger" created="Wed, 28 May 2014 07:10:03 +0000"  >&lt;p&gt;Patch landed to b2_5 for 2.5.2.&lt;/p&gt;</comment>
                            <comment id="90659" author="haasken" created="Fri, 1 Aug 2014 19:40:05 +0000"  >&lt;p&gt;The above change also has the side-effect that the lnet init script will not be included for non-redhat builds due to the &quot;if INIT_SCRIPTS&quot; check in lustre/scripts/Makefile.am.&lt;/p&gt;

&lt;p&gt;Why do the init scripts not support a non-redhat environment?  As far as I can tell, it actually looks like the lnet init script doesn&apos;t use anything from the redhat-specific /etc/rc.d/init.d/functions, and it would work on a SLES machine.&lt;/p&gt;</comment>
                            <comment id="90958" author="dmiter" created="Wed, 6 Aug 2014 09:19:44 +0000"  >&lt;p&gt;I don&apos;t know why those scripts are specific to Red Hat distributive but those scripts are enabled if /etc/init.d/functions and /etc/sysconfig/network files exists.&lt;/p&gt;</comment>
                            <comment id="90995" author="haasken" created="Wed, 6 Aug 2014 19:37:41 +0000"  >&lt;p&gt;Thanks Dmitry.  I&apos;ve opened &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5454&quot; title=&quot;Support lnet init script on SLES&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5454&quot;&gt;LU-5454&lt;/a&gt; to get the lnet init script ported to SLES.&lt;/p&gt;

&lt;p&gt;/etc/init.d/functions and /etc/sysconfig/network are specific to RHEL, but as far as I can tell, it&apos;s not using anything in /etc/init.d/functions.&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|hzwgbb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>12877</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>