<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:24:16 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-2326] Assertion triggered in class_add_uuid</title>
                <link>https://jira.whamcloud.com/browse/LU-2326</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Hit this assertion on the MDS today:&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;LustreError: 1700:0:(lustre_peer.c:129:class_add_uuid()) ASSERTION( entry-&amp;gt;un_nid_count &amp;lt; 32 ) failed: 
LustreError: 1700:0:(lustre_peer.c:129:class_add_uuid()) LBUG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;
PID: 1700   TASK: ffff8817a85d8040  CPU: 1   COMMAND: &quot;llog_process_th&quot;
 #0 [ffff88177da81aa8] machine_kexec at ffffffff8103216b
 #1 [ffff88177da81b08] crash_kexec at ffffffff810b8d12
 #2 [ffff88177da81bd8] panic at ffffffff814eea99
 #3 [ffff88177da81c58] lbug_with_loc at ffffffffa0577fcb [libcfs]
 #4 [ffff88177da81c78] class_add_uuid at ffffffffa06f8321 [obdclass]
 #5 [ffff88177da81cc8] class_process_config at ffffffffa070eb3c [obdclass]
 #6 [ffff88177da81d48] class_config_llog_handler at ffffffffa071110b [obdclass]
 #7 [ffff88177da81e28] llog_process_thread at ffffffffa06d1f3b [obdclass]
 #8 [ffff88177da81ed8] llog_process_thread_daemonize at ffffffffa06d249c [obdclass]
 #9 [ffff88177da81f48] kernel_thread at ffffffff8100c14a
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>2.3.54-6chaos</environment>
        <key id="16678">LU-2326</key>
            <summary>Assertion triggered in class_add_uuid</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="5">Cannot Reproduce</resolution>
                                        <assignee username="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Wed, 14 Nov 2012 15:54:53 +0000</created>
                <updated>Thu, 16 Apr 2020 07:34:38 +0000</updated>
                            <resolved>Thu, 16 Apr 2020 07:34:38 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="47819" author="nedbass" created="Wed, 14 Nov 2012 17:52:49 +0000"  >&lt;p&gt;This happened on the grove Lustre cluster for Sequoia.  We were trying to start the MDT for a new filesystem &quot;lsfull&quot; that spans all of the grove OSS&apos;s. lsfull uses existing ZFS pools already in use by filesystems which use only subsets of the grove OSTs, &quot;ls1&quot; and &quot;lstest&quot;.  That is, we wanted to non-destructively create a new Lustre filesystem across all of grove whose datasets coexist in the ZFS pools with those of our existing filesystems.  &quot;lsfull&quot; used the same MGS service as &quot;ls1&quot;. We were not attempting to run lsfull concurrently with ls1 or lstest.&lt;/p&gt;

&lt;p&gt;A couple of points may be noteworthy.&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The system administrators restarted the ls1 filesystem with the writeconf option this morning&lt;/li&gt;
	&lt;li&gt;The first mount attempt of the MDT failed because the MGS hadn&apos;t started&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="47853" author="pjones" created="Thu, 15 Nov 2012 11:07:37 +0000"  >&lt;p&gt;Alex will triage this one&lt;/p&gt;</comment>
                            <comment id="48275" author="bzzz" created="Thu, 22 Nov 2012 04:46:27 +0000"  >&lt;p&gt;Ned, how many interfaces that system is equipped with ? probably this or some other system has &amp;gt;32 NIDs assigned?&lt;/p&gt;</comment>
                            <comment id="48672" author="prakash" created="Mon, 3 Dec 2012 12:26:29 +0000"  >&lt;p&gt;I don&apos;t think this really warrants the &quot;blocker&quot; priority. It only occurred when we tried what Ned detailed above. Alex, I highly doubt the system has more that 32 network interfaces, but I&apos;d have to check to say for sure.&lt;/p&gt;

&lt;p&gt;Could this happen as a result of a configuration mistake (i.e. if all OSTs were configured and trying to connect using the same NID)?&lt;/p&gt;</comment>
                            <comment id="48675" author="pjones" created="Mon, 3 Dec 2012 12:30:40 +0000"  >&lt;p&gt;Praskash&lt;/p&gt;

&lt;p&gt;It is marked as a blocker because it had been marked as a top Sequoia issue. Is that no longer the case?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="48676" author="nedbass" created="Mon, 3 Dec 2012 12:40:06 +0000"  >&lt;p&gt;Hi Alex,&lt;/p&gt;

&lt;p&gt;None of our systems have anywhere near 32 NIDs.  However there was some administrative adding and removing of NIDs on this system.   We recently started mounting this filesystem on additional clusters in our center, and I think a few different LNET configurations may have been tried before we arrived at one that worked.  I don&apos;t have exact details on what was done, but I wonder if it could be a factor.&lt;/p&gt;</comment>
                            <comment id="48677" author="bzzz" created="Mon, 3 Dec 2012 12:42:54 +0000"  >&lt;p&gt;hi, seem to be related. going to reproduce locally first. thanks!&lt;/p&gt;</comment>
                            <comment id="48678" author="prakash" created="Mon, 3 Dec 2012 12:46:58 +0000"  >&lt;p&gt;Peter, Well nobody has really has told me how the &quot;topsequoia&quot; label should be used. I&apos;ve been marking anything related to Sequoia and/or Grove as &quot;topseqoia&quot; (not only &quot;top&quot; issues), and then trying to use the priority tag to add finer grained information. If it&apos;d be better, I can instead use a &quot;sequoia&quot; label (or something similar) instead? and isolate &quot;topseqoia&quot; for blockers?&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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 26 Jun 2014 15:54:53 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvc9b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5557</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>Wed, 14 Nov 2012 15:54:53 +0000</customfieldvalue>

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