<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:59:01 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-6300] Dependency mismatch for RHEL ppc64 client kernel RPM </title>
                <link>https://jira.whamcloud.com/browse/LU-6300</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The Redhat kernel RPM the following dependencies:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;rpm -q --provides kernel-2.6.32-431.29.2.el6.ppc64
kernel = 2.6.32-431.29.2.el6
kernel-ppc64 = 2.6.32-431.29.2.el6
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The Lustre client module requires the following kernel:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;rpm -q --requires lustre-client-modules-2.6.92-2.6.32_431.29.2.el6.ppc64_g33984c0.ppc64
...
kernel = 2.6.32-431.29.2.el6.ppc64
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This leads to the situation that the client modules can&apos;t be installed.&lt;br/&gt;
Fix is to add the line:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;-e &apos;s/\.ppc64$//&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;to line&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;%define krequires %(bash -c &quot;echo %{kversion} | sed -e &apos;s/\.x86_64$//&apos; -e &apos;s/\.i[3456]86$//&apos; -e &apos;s/-smp$//&apos; -e &apos;s/-bigsmp$//&apos; -e &apos;s/-ppc64$//&apos; -e &apos;s/-default$//&apos;&quot;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;in &lt;tt&gt;lustre-release/lustre.spec.in&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="28874">LU-6300</key>
            <summary>Dependency mismatch for RHEL ppc64 client kernel RPM </summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="wc-triage">WC Triage</assignee>
                                    <reporter username="heckes">Frank Heckes</reporter>
                        <labels>
                            <label>ppc</label>
                    </labels>
                <created>Thu, 26 Feb 2015 17:26:06 +0000</created>
                <updated>Tue, 7 Jul 2015 00:01:56 +0000</updated>
                            <resolved>Tue, 7 Jul 2015 00:01:56 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="108144" author="adilger" created="Thu, 26 Feb 2015 19:40:48 +0000"  >&lt;p&gt;Hi Frank, would you be able to submit a patch for this?&lt;/p&gt;</comment>
                            <comment id="109055" author="heckes" created="Fri, 6 Mar 2015 14:31:52 +0000"  >&lt;p&gt;Yes, I will.&lt;/p&gt;</comment>
                            <comment id="109137" author="adilger" created="Fri, 6 Mar 2015 23:14:34 +0000"  >&lt;p&gt;It looks like it would be possible to just change:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;sed -e &apos;s/\.x86_64$//&apos; -e &apos;s/\.i[3456]86$//&apos; -e &apos;s/-smp$//&apos; -e &apos;s/-bigsmp$//&apos; -e &apos;s/-ppc64$//&apos; -e &apos;s/-default$//&apos;&quot;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;sed -e &apos;s/\.x86_64$//&apos; -e &apos;s/\.i[3456]86$//&apos; -e &apos;s/-smp$//&apos; -e &apos;s/-bigsmp$//&apos; -e &apos;s/[\.-]ppc64$//&apos; -e &apos;s/-default$//&apos;&quot;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="109194" author="gerrit" created="Mon, 9 Mar 2015 11:15:13 +0000"  >&lt;p&gt;Frank Heckes (Frank.Heckes@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14012&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14012&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6300&quot; title=&quot;Dependency mismatch for RHEL ppc64 client kernel RPM &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6300&quot;&gt;&lt;del&gt;LU-6300&lt;/del&gt;&lt;/a&gt; build: Kernel string mismatch for ppc64 in RPMs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 10d30a7a1dca205f30dc2cf3980387af7b0e4e91&lt;/p&gt;</comment>
                            <comment id="109195" author="heckes" created="Mon, 9 Mar 2015 11:18:16 +0000"  >&lt;p&gt;I took your suggestion. I was unsure whether the &lt;tt&gt;-&lt;/tt&gt; has to be escaped, too (as it&apos;s a range operator) in the &lt;tt&gt;[  ]&lt;/tt&gt;, but it seems to work as expected (checked it with some different input strings).&lt;/p&gt;</comment>
                            <comment id="112205" author="gerrit" created="Thu, 16 Apr 2015 14:48:24 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14012/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14012/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6300&quot; title=&quot;Dependency mismatch for RHEL ppc64 client kernel RPM &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6300&quot;&gt;&lt;del&gt;LU-6300&lt;/del&gt;&lt;/a&gt; build: Kernel string mismatch for ppc64 in RPMs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a4bcfa9c49abae8035b05d94a09352aae01bd77d&lt;/p&gt;</comment>
                            <comment id="120506" author="pjones" created="Tue, 7 Jul 2015 00:01:56 +0000"  >&lt;p&gt;Landed for 2.8&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|hzx77j:</customfieldvalue>

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

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