<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:19:49 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-8700] dkms fails to build lustre on Power8 due to llite_loop missing</title>
                <link>https://jira.whamcloud.com/browse/LU-8700</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;On the Power8 platform the llite_loop device is not built but the dkms spec files expect that the llite_loop.ko is present. This causes lustre to fail to install using dkms on Power8 clients.&lt;/p&gt;</description>
                <environment>Power8 clients running RHEL7.</environment>
        <key id="40553">LU-8700</key>
            <summary>dkms fails to build lustre on Power8 due to llite_loop missing</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="bfaccini">Bruno Faccini</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Oct 2016 01:25:25 +0000</created>
                <updated>Sat, 12 Nov 2016 14:54:03 +0000</updated>
                            <resolved>Mon, 7 Nov 2016 20:17:52 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="169402" author="adilger" created="Thu, 13 Oct 2016 05:49:06 +0000"  >&lt;p&gt;Since llite_loop was already removed in the upstream kernel, it makes sense just to delete it and the test(s) that reference it from master as well.&lt;/p&gt;</comment>
                            <comment id="169405" author="bfaccini" created="Thu, 13 Oct 2016 07:46:50 +0000"  >&lt;p&gt;This should be handled in dkms.mkconf during on-target configure step. I will cook a patch to implement it.&lt;/p&gt;</comment>
                            <comment id="169619" author="bfaccini" created="Fri, 14 Oct 2016 08:39:37 +0000"  >&lt;p&gt;I understand that llite_lloop.ko is not built for Power8 platform due to PAGE_SIZE == 65536, but I wonder if, due to its specific purpose/usage, it is not just/simply ok to ignore it during DKMS Client builds. On the other hand, in dkms.mkconf, do we need to find the PAGE_SIZE for the Kernel we build against (quite easy to implement) or just determine if it is a Lustre Server/Client build/package (much more easy!!) ??&lt;/p&gt;</comment>
                            <comment id="170105" author="gerrit" created="Tue, 18 Oct 2016 15:45:05 +0000"  >&lt;p&gt;Faccini Bruno (bruno.faccini@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23228&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23228&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8700&quot; title=&quot;dkms fails to build lustre on Power8 due to llite_loop missing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8700&quot;&gt;&lt;del&gt;LU-8700&lt;/del&gt;&lt;/a&gt; build: dkms only build llite_lloop for servers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2380750551c03a312e5abf5b010c3d5213292e70&lt;/p&gt;</comment>
                            <comment id="170473" author="bfaccini" created="Thu, 20 Oct 2016 17:05:46 +0000"  >&lt;p&gt;Well in fact seems that I have misunderstood llite_lloop.ko module&apos;s features/usages, and its is mostly being used for Clients as it is mainly allowing Clients to use a Lustre file as a block-device (for example as their swap-device for diskless Clients, ...).&lt;br/&gt;
So I will modify my Gerrit-change #23228 to allow DKMS to build/create llite_lloop.ko module for/on both Lustre Clients and Servers, but only if their PAGE_SIZE &amp;lt; 65536.&lt;/p&gt;</comment>
                            <comment id="170727" author="bfaccini" created="Mon, 24 Oct 2016 12:12:28 +0000"  >&lt;p&gt;Gerrit-change #23228 now simply always ignore llite_lloop.ko module in DKMS.&lt;/p&gt;</comment>
                            <comment id="172531" author="gerrit" created="Mon, 7 Nov 2016 15:46:00 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/23228/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23228/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8700&quot; title=&quot;dkms fails to build lustre on Power8 due to llite_loop missing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8700&quot;&gt;&lt;del&gt;LU-8700&lt;/del&gt;&lt;/a&gt; build: dkms do not install llite_lloop&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 21bed01ff234a239e4b044b099d53ba2fe7ca24a&lt;/p&gt;</comment>
                            <comment id="172616" author="pjones" created="Mon, 7 Nov 2016 20:17:52 +0000"  >&lt;p&gt;Landed for 2.9&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="29170">LU-6387</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|hzyrnz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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>