<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:38:41 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-3992] Fix NUMA emulated mode</title>
                <link>https://jira.whamcloud.com/browse/LU-3992</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Kernel commit c1c3443c9c5e9be92641029ed229a41563e44506&lt;br/&gt;
assigns all allowed cpus to emulated node.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="21074">LU-3992</key>
            <summary>Fix NUMA emulated mode</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="liang">Liang Zhen</assignee>
                                    <reporter username="askulysh">Andriy Skulysh</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 23 Sep 2013 06:28:53 +0000</created>
                <updated>Thu, 29 May 2014 13:57:55 +0000</updated>
                            <resolved>Mon, 18 Nov 2013 13:10:02 +0000</resolved>
                                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="67217" author="askulysh" created="Mon, 23 Sep 2013 06:30:52 +0000"  >&lt;p&gt;patch: &lt;a href=&quot;http://review.whamcloud.com/7724&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7724&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="67221" author="askulysh" created="Mon, 23 Sep 2013 09:04:51 +0000"  >&lt;p&gt;without the fix insmod libcfs.ko fails with numa=fake=16 in kernel boot cmdline. &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;    LNetError: 4055:0:(linux-cpu.c:881:cfs_cpt_table_create()) Failed to setup CPU-partition-table with 4 CPU-partitions, online HW nodes: 16, HW cpus: 32.
    LNetError: 4055:0:(linux-cpu.c:1093:cfs_cpu_init()) Failed to create ptable with npartitions 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="67225" author="liang" created="Mon, 23 Sep 2013 10:33:25 +0000"  >&lt;p&gt;sorry I failed to understand how this can happen, could you give an example of this?&lt;/p&gt;</comment>
                            <comment id="67226" author="askulysh" created="Mon, 23 Sep 2013 10:42:10 +0000"  >&lt;p&gt;each emulated node has all cpus in cpumask (cpumask_of_node()).&lt;br/&gt;
So each cpu exists in each node&apos;s mask &lt;br/&gt;
We need to stop loop when all cpus are assigned. It doesn&apos;t matter which cpu is chosen for node.&lt;/p&gt;</comment>
                            <comment id="67244" author="liang" created="Mon, 23 Sep 2013 15:26:41 +0000"  >&lt;p&gt;I think module parameter cpu_pattern can work around this, would it be OK if you just use this parameter instead of adding a patch? I&apos;d like user to see these errors when situation like this happened.&lt;/p&gt;</comment>
                            <comment id="67287" author="askulysh" created="Mon, 23 Sep 2013 19:57:42 +0000"  >&lt;p&gt;ncpt is always &amp;gt; 0 and we do only cpt++, so &quot;if&quot; can be only &quot;==&quot;&lt;br/&gt;
What errors can be here ? Only with strange cfs_node_to_cpumask() like in emulated NUMA case.&lt;br/&gt;
Resulting topology can be easily examined via /proc/sys/lnet/cpu_partition_table.&lt;br/&gt;
Is new parameter really needed ? We will force user to create dummy cpu_pattern.&lt;/p&gt;
</comment>
                            <comment id="67547" author="wang" created="Wed, 25 Sep 2013 15:41:47 +0000"  >&lt;p&gt;We run into this problem and with the patch it works fine for us. I think at least the user/admin prefer a fix instead of using cpu_pattern as a workaround. Is there a probelm with the fix?&lt;/p&gt;</comment>
                            <comment id="67886" author="wang" created="Fri, 27 Sep 2013 20:51:13 +0000"  >&lt;p&gt;Is there any concern or &apos;side effect&apos; for the fix? We&apos;d like to adopt the fix over the cpu-pattern workaround.&lt;/p&gt;</comment>
                            <comment id="67922" author="liang" created="Sun, 29 Sep 2013 04:39:25 +0000"  >&lt;p&gt;OK, I think it should be fine&lt;/p&gt;</comment>
                            <comment id="71772" author="pjones" created="Mon, 18 Nov 2013 13:10:02 +0000"  >&lt;p&gt;Landed for 2.6&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|hzw3mn:</customfieldvalue>

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