<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:14:51 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-8125] ASSERTION( strncmp(infos[pol_idx].pi_arg, tmp.pi_arg, sizeof(tmp.pi_arg)) == 0 ) failed: </title>
                <link>https://jira.whamcloud.com/browse/LU-8125</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Testing setting tbf policies caused LBUG.&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&amp;lt;0&amp;gt;LustreError: 62827:0:(lproc_ptlrpc.c:547:ptlrpc_lprocfs_nrs_seq_show()) ASSERTION( strncmp(infos[pol_idx].pi_arg, tmp.pi_arg, sizeof(tmp.pi_arg)) == 0 ) failed: 
&amp;lt;0&amp;gt;LustreError: 62827:0:(lproc_ptlrpc.c:547:ptlrpc_lprocfs_nrs_seq_show()) LBUG
&amp;lt;4&amp;gt;Pid: 62827, comm: lctl
&amp;lt;4&amp;gt;
&amp;lt;4&amp;gt;Call Trace:
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0492895&amp;gt;] libcfs_debug_dumpstack+0x55/0x80 [libcfs]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0492e97&amp;gt;] lbug_with_loc+0x47/0xb0 [libcfs]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa083d8b4&amp;gt;] ptlrpc_lprocfs_nrs_seq_show+0x6c4/0x930 [ptlrpc]
&amp;lt;4&amp;gt; [&amp;lt;ffffffff811ae422&amp;gt;] seq_read+0xf2/0x400
&amp;lt;4&amp;gt; [&amp;lt;ffffffff811f4dbe&amp;gt;] proc_reg_read+0x7e/0xc0
&amp;lt;4&amp;gt; [&amp;lt;ffffffff81188fe5&amp;gt;] vfs_read+0xb5/0x1a0
&amp;lt;4&amp;gt; [&amp;lt;ffffffff81189121&amp;gt;] sys_read+0x51/0x90
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8100b0d2&amp;gt;] system_call_fastpath+0x16/0x1b
&amp;lt;4&amp;gt;
&amp;lt;0&amp;gt;Kernel panic - not syncing: LBUG
&amp;lt;4&amp;gt;Pid: 62827, comm: lctl Tainted: G           ---------------  T 2.6.32-504.30.3.el6.20151008.x86_64.lustre271 #1
&amp;lt;4&amp;gt;Call Trace:
&amp;lt;4&amp;gt; [&amp;lt;ffffffff81561679&amp;gt;] ? panic+0xa7/0x190
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0492eeb&amp;gt;] ? lbug_with_loc+0x9b/0xb0 [libcfs]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa083d8b4&amp;gt;] ? ptlrpc_lprocfs_nrs_seq_show+0x6c4/0x930 [ptlrpc]
&amp;lt;4&amp;gt; [&amp;lt;ffffffff811ae422&amp;gt;] ? seq_read+0xf2/0x400
&amp;lt;4&amp;gt; [&amp;lt;ffffffff811f4dbe&amp;gt;] ? proc_reg_read+0x7e/0xc0
&amp;lt;4&amp;gt; [&amp;lt;ffffffff81188fe5&amp;gt;] ? vfs_read+0xb5/0x1a0
&amp;lt;4&amp;gt; [&amp;lt;ffffffff81189121&amp;gt;] ? sys_read+0x51/0x90
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8100b0d2&amp;gt;] ? system_call_fastpath+0x16/0x1b
[1]kdb&amp;gt; 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;What I typed.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;nbp1-oss6 ~ # lctl get_param ldlm.services.ldlm_canceld.nrs_policies       
ldlm.services.ldlm_canceld.nrs_policies=

regular_requests:
  - name: fifo
    state: started
    fallback: yes
    queued: 0                   
    active: 0                   

  - name: crrn
    state: stopped
    fallback: no
    queued: 0                   
    active: 0                   

  - name: tbf nid
    state: stopped
    fallback: no
    queued: 0                   
    active: 0                   

high_priority_requests:
  - name: fifo
    state: started
    fallback: yes
    queued: 0                   
    active: 0                   

  - name: crrn
    state: stopped
    fallback: no
    queued: 0                   
    active: 0                   

  - name: tbf nid
    state: stopped
    fallback: no
    queued: 0                   
    active: 0                   

nbp1-oss6 ~ # lctl set_param ldlm.services.ldlm_canceld.nrs_policies=&lt;span class=&quot;code-quote&quot;&gt;&quot;tbf req nid&quot;&lt;/span&gt;
ldlm.services.ldlm_canceld.nrs_policies=tbf req nid
error: set_param: setting /proc/fs/lustre/ldlm/services/ldlm_canceld/nrs_policies=tbf req nid: Unknown error 524
nbp1-oss6 ~ # lctl set_param ldlm.services.ldlm_canceld.nrs_policies=&lt;span class=&quot;code-quote&quot;&gt;&quot;tbf reg nid&quot;&lt;/span&gt;
ldlm.services.ldlm_canceld.nrs_policies=tbf reg nid
nbp1-oss6 ~ # lctl set_param ldlm.services.ldlm_canceld.nrs_policies=&lt;span class=&quot;code-quote&quot;&gt;&quot;tbf gp nid&quot;&lt;/span&gt;
ldlm.services.ldlm_canceld.nrs_policies=tbf gp nid
error: set_param: setting /proc/fs/lustre/ldlm/services/ldlm_canceld/nrs_policies=tbf gp nid: Unknown error 524
nbp1-oss6 ~ # lctl set_param ldlm.services.ldlm_canceld.nrs_policies=&lt;span class=&quot;code-quote&quot;&gt;&quot;tbf hp nid&quot;&lt;/span&gt;
ldlm.services.ldlm_canceld.nrs_policies=tbf hp nid
nbp1-oss6 ~ # lctl get_param ldlm.services.ldlm_canceld.nrs_policies
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Lustre 2.7.1</environment>
        <key id="36836">LU-8125</key>
            <summary>ASSERTION( strncmp(infos[pol_idx].pi_arg, tmp.pi_arg, sizeof(tmp.pi_arg)) == 0 ) failed: </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="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="mhanafi">Mahmoud Hanafi</reporter>
                        <labels>
                            <label>cea</label>
                    </labels>
                <created>Tue, 10 May 2016 19:26:43 +0000</created>
                <updated>Thu, 14 Jun 2018 21:41:19 +0000</updated>
                            <resolved>Wed, 6 Jul 2016 01:15:44 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="151706" author="pjones" created="Tue, 10 May 2016 19:43:23 +0000"  >&lt;p&gt;Emoly&lt;/p&gt;

&lt;p&gt;Could you please investigate this issue?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="151812" author="emoly.liu" created="Wed, 11 May 2016 02:58:27 +0000"  >&lt;p&gt;OK, I will have a look.&lt;/p&gt;</comment>
                            <comment id="152148" author="gerrit" created="Fri, 13 May 2016 02:18:51 +0000"  >&lt;p&gt;Emoly Liu (emoly.liu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/20164&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/20164&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8125&quot; title=&quot;ASSERTION( strncmp(infos[pol_idx].pi_arg, tmp.pi_arg, sizeof(tmp.pi_arg)) == 0 ) failed: &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8125&quot;&gt;&lt;del&gt;LU-8125&lt;/del&gt;&lt;/a&gt; nrs: pol_arg should be copied after the policy starts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4d4455e20310744825a3af7e9e3cb587cbab77ec&lt;/p&gt;</comment>
                            <comment id="157721" author="gerrit" created="Tue, 5 Jul 2016 23:47:43 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/20164/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/20164/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8125&quot; title=&quot;ASSERTION( strncmp(infos[pol_idx].pi_arg, tmp.pi_arg, sizeof(tmp.pi_arg)) == 0 ) failed: &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8125&quot;&gt;&lt;del&gt;LU-8125&lt;/del&gt;&lt;/a&gt; nrs: pol_arg should be copied after the policy starts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d6f305f601fdcd032657f1ff8d107fc175b22be6&lt;/p&gt;</comment>
                            <comment id="157747" author="emoly.liu" created="Wed, 6 Jul 2016 01:15:44 +0000"  >&lt;p&gt;Landed to master 2.9&lt;/p&gt;</comment>
                            <comment id="157943" author="riauxjb" created="Thu, 7 Jul 2016 10:17:04 +0000"  >&lt;p&gt;backported to FE 2.7 (&lt;a href=&quot;http://review.whamcloud.com/#/c/21180/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/21180/&lt;/a&gt;)&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 3 Jun 2016 19:26:43 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzyb5j:</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>
                                                                                                                        <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 10 May 2016 19:26:43 +0000</customfieldvalue>

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